Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Daio.h90 #define AIO_POLL_BIT 0x20 /* opcode filter for AIO_INPROGRESS */ macro
/titanic_41/usr/src/uts/common/os/
H A Daio.c231 switch ((int)a0 & ~AIO_POLL_BIT) { in kaioc()
314 switch (uap[0] & ~AIO_POLL_BIT) { in kaio()
2003 if (opcode & AIO_POLL_BIT) in arw()
2187 if (opcode & AIO_POLL_BIT) in aiorw()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1186 switch (val & ~AIO_POLL_BIT) { in prt_aio()
1219 if (s != NULL && (val & AIO_POLL_BIT)) { in prt_aio()
H A Dsystable.c1453 subcode = arg0 & ~AIO_POLL_BIT; in getsubcode()
/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c408 (umode | AIO_POLL_BIT) : umode), in _aiorw()