Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDaio.h45 #define LIO_VECTORED 0x4 macro
46 #define LIO_WRITEV (LIO_WRITE | LIO_VECTORED)
47 #define LIO_READV (LIO_READ | LIO_VECTORED)
/freebsd-14-stable/lib/libc/gen/
HDaio_read2.c48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_read2()
HDaio_write2.c48 iocb->aio_lio_opcode |= LIO_VECTORED; in aio_write2()
/freebsd-14-stable/sys/kern/
HDvfs_aio.c1422 if (type & LIO_VECTORED) { in aiocb_copyin()
1678 if (opcode & LIO_VECTORED) { in aio_aqueue()
2833 if (type & LIO_VECTORED) { in aiocb32_copyin()