Home
last modified time | relevance | path

Searched refs:LIO_VECTORED (Results 1 – 4 of 4) sorted by relevance

/src/sys/sys/
H A Daio.h45 #define LIO_VECTORED 0x4 macro
46 #define LIO_WRITEV (LIO_WRITE | LIO_VECTORED)
47 #define LIO_READV (LIO_READ | LIO_VECTORED)
/src/lib/libc/gen/
H A Daio_read2.c48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_read2()
H A Daio_write2.c48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_write2()
/src/sys/kern/
H A Dvfs_aio.c1433 if (type & LIO_VECTORED) { in aiocb_copyin()
1673 if (opcode & LIO_VECTORED) { in aio_aqueue()
2857 if (type & LIO_VECTORED) { in aiocb32_copyin()