Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Daiocb.h120 #define LIO_WAIT 1 macro
/titanic_41/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()
1345 case LIO_WAIT: in lio_listio64()
1393 if (mode == LIO_WAIT || in lio_listio64()
1477 if (mode == LIO_WAIT && oerrno == ENOTSUP) { in lio_listio64()
H A Daio.c1451 if (head->lio_mode == LIO_WAIT) { in _aiodone()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h150 #define LIO_FSYNC LIO_WAIT+1
/titanic_41/usr/src/uts/common/os/
H A Daio.c1276 if (mode_arg == LIO_WAIT || sigev) { in alio()
1514 if (mode_arg == LIO_WAIT) { in alio()
2984 if (mode_arg == LIO_WAIT || sigev) { in alioLF()
3229 if (mode_arg == LIO_WAIT) { in alioLF()
3469 if (mode_arg == LIO_WAIT || sigev) { in alio32()
3734 if (mode_arg == LIO_WAIT) { in alio32()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2504 else if (val == LIO_WAIT) in prt_lio()