Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Daio.h47 #define LIO_VECTORED 0x4 macro
48 #define LIO_WRITEV (LIO_WRITE | LIO_VECTORED)
49 #define LIO_READV (LIO_READ | LIO_VECTORED)
/f-stack/freebsd/kern/
H A Dvfs_aio.c1422 if (type & LIO_VECTORED) { in aiocb_copyin()
1669 if (opcode & LIO_VECTORED) { in aio_aqueue()
2819 if (type & LIO_VECTORED) { in aiocb32_copyin()