Home
last modified time | relevance | path

Searched refs:LIO_WAIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daiocb.h120 #define LIO_WAIT 1 macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c148 case LIO_WAIT: in lio_listio()
196 if (mode == LIO_WAIT || in lio_listio()
280 if (mode == LIO_WAIT && oerrno == ENOTSUP) { in lio_listio()
1344 case LIO_WAIT: in lio_listio64()
1392 if (mode == LIO_WAIT || in lio_listio64()
1476 if (mode == LIO_WAIT && oerrno == ENOTSUP) { in lio_listio64()
H A Daio.c1448 if (head->lio_mode == LIO_WAIT) { in _aiodone()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h148 #define LIO_FSYNC LIO_WAIT+1
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1272 if (mode_arg == LIO_WAIT || sigev) { in alio()
1510 if (mode_arg == LIO_WAIT) { in alio()
2971 if (mode_arg == LIO_WAIT || sigev) { in alioLF()
3216 if (mode_arg == LIO_WAIT) { in alioLF()
3456 if (mode_arg == LIO_WAIT || sigev) { in alio32()
3721 if (mode_arg == LIO_WAIT) { in alio32()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2740 else if (val == LIO_WAIT) in prt_lio()