Home
last modified time | relevance | path

Searched refs:AIOWAIT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio.h51 #define AIOWAIT 2 macro
/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c548 kresultp = (aio_result_t *)_kaio(AIOWAIT, in aiowait()
591 kresultp = (aio_result_t *)_kaio(AIOWAIT, in aiowait()
/titanic_41/usr/src/uts/common/os/
H A Daio.c240 case AIOWAIT: in kaioc()
324 case AIOWAIT: in kaio()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1189 case AIOWAIT: s = "AIOWAIT"; break; in prt_aio()
H A Dexpound.c5462 if (pri->sys_args[0] == AIOWAIT && !err && pri->sys_nargs > 1) in expound()