Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Daio.h88 #define AIO_POLL_BIT 0x20 /* opcode filter for AIO_INPROGRESS */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c235 switch ((int)a0 & ~AIO_POLL_BIT) { in kaioc()
318 switch (uap[0] & ~AIO_POLL_BIT) { in kaio()
1995 if (opcode & AIO_POLL_BIT) in arw()
2179 if (opcode & AIO_POLL_BIT) in aiorw()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1191 switch (val & ~AIO_POLL_BIT) { in prt_aio()
1224 if (s != NULL && (val & AIO_POLL_BIT)) { in prt_aio()
H A Dsystable.c1459 subcode = arg0 & ~AIO_POLL_BIT; in getsubcode()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c406 (umode | AIO_POLL_BIT) : umode), in _aiorw()