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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Daiocb.h128 #define LIO_WAIT 1 macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c148 case LIO_WAIT:
194 * If LIO_WAIT, or notification required, allocate a list head.
196 if (mode == LIO_WAIT ||
280 if (mode == LIO_WAIT && oerrno == ENOTSUP) {
1345 case LIO_WAIT:
1391 * If LIO_WAIT, or notification required, allocate a list head.
1393 if (mode == LIO_WAIT ||
1477 if (mode == LIO_WAIT && oerrno == ENOTSUP) {
H A Daio.c1451 if (head->lio_mode == LIO_WAIT) {
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dasyncio.h88 char lio_mode; /* LIO_WAIT/LIO_NOWAIT */
150 #define LIO_FSYNC LIO_WAIT+1
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio.c1276 if (mode_arg == LIO_WAIT || sigev) {
1514 if (mode_arg == LIO_WAIT) {
1543 * If list I/O is called with LIO_WAIT it can still return
2984 if (mode_arg == LIO_WAIT || sigev) {
3229 if (mode_arg == LIO_WAIT) {
3469 if (mode_arg == LIO_WAIT || sigev) {
3734 if (mode_arg == LIO_WAIT) {
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dprint.c2423 else if (val == LIO_WAIT)
2424 outstring(pri, "LIO_WAIT");

Completed in 111 milliseconds