Searched refs:AIO_POLL_BIT (Results 1 – 5 of 5) sorted by relevance
90 #define AIO_POLL_BIT 0x20 /* opcode filter for AIO_INPROGRESS */ macro
231 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()
1186 switch (val & ~AIO_POLL_BIT) { in prt_aio()1219 if (s != NULL && (val & AIO_POLL_BIT)) { in prt_aio()
1453 subcode = arg0 & ~AIO_POLL_BIT; in getsubcode()
408 (umode | AIO_POLL_BIT) : umode), in _aiorw()