Home
last modified time | relevance | path

Searched refs:LIO_NOP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Daio.h41 #define LIO_NOP 0x0 macro
/freebsd/sys/kern/
H A Dvfs_aio.c1431 if (type == LIO_NOP) in aiocb_copyin()
1560 if (type == LIO_NOP) { in aio_aqueue()
1564 case LIO_NOP: in aio_aqueue()
1607 case LIO_NOP: in aio_aqueue()
1639 if (opcode == LIO_NOP) { in aio_aqueue()
2328 error = aio_aqueue(td, job, lj, LIO_NOP, ops); in kern_lio_listio()
2853 if (type == LIO_NOP) in aiocb32_copyin()
/freebsd/usr.bin/truss/
H A Dsyscalls.c674 X(LIO_WRITE) X(LIO_READ) X(LIO_READV) X(LIO_WRITEV) X(LIO_NOP)