Home
last modified time | relevance | path

Searched refs:AIOERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Daio.h58 #define AIOERROR 9 macro
71 #define AIOERROR64 AIOERROR
/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c646 if ((int)_kaio(AIOERROR, aiocbp) == EINVAL) { in aio_error()
/titanic_41/usr/src/uts/common/os/
H A Daio.c268 case AIOERROR: in kaioc()
349 case AIOERROR: in kaio()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1196 case AIOERROR: s = "AIOERROR"; break; in prt_aio()