Searched refs:LIO_VECTORED (Results 1 – 4 of 4) sorted by relevance
45 #define LIO_VECTORED 0x4 macro46 #define LIO_WRITEV (LIO_WRITE | LIO_VECTORED)47 #define LIO_READV (LIO_READ | LIO_VECTORED)
48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_read2()
48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_write2()
1433 if (type & LIO_VECTORED) { in aiocb_copyin()1673 if (opcode & LIO_VECTORED) { in aio_aqueue()2857 if (type & LIO_VECTORED) { in aiocb32_copyin()