Home
last modified time | relevance | path

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

/src/sys/sys/
H A Daio.h41 #define LIO_NOP 0x0 macro
/src/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()
2855 if (type == LIO_NOP) in aiocb32_copyin()
/src/usr.bin/truss/
H A Dsyscalls.c673 X(LIO_WRITE) X(LIO_READ) X(LIO_READV) X(LIO_WRITEV) X(LIO_NOP)