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.c1411 if (type == LIO_NOP) in aiocb_copyin()
1537 if (type == LIO_NOP) { in aio_aqueue()
1541 case LIO_NOP: in aio_aqueue()
1584 case LIO_NOP: in aio_aqueue()
1616 if (opcode == LIO_NOP) { in aio_aqueue()
2286 error = aio_aqueue(td, job, lj, LIO_NOP, ops); in kern_lio_listio()
2802 if (type == LIO_NOP) in aiocb32_copyin()
/freebsd/usr.bin/truss/
H A Dsyscalls.c671 X(LIO_WRITE) X(LIO_READ) X(LIO_READV) X(LIO_WRITEV) X(LIO_NOP)