Searched refs:waitflags (Results 1 – 2 of 2) sorted by relevance
5883 uint_t waitflags; in strdoioctl() local6034 waitflags = IOCWAIT; in strdoioctl()6036 waitflags |= IOCWAITNE; in strdoioctl()6038 stp->sd_flag |= waitflags; in strdoioctl()6077 stp->sd_flag &= ~waitflags; in strdoioctl()6150 stp->sd_flag &= ~waitflags; in strdoioctl()6170 stp->sd_flag &= ~waitflags; in strdoioctl()6272 stp->sd_flag &= ~waitflags; in strdoioctl()6316 stp->sd_flag &= ~waitflags; in strdoioctl()6327 stp->sd_flag &= ~waitflags; in strdoioctl()
5384 uint16_t waitflags = SQ_STAYAWAY | SQ_EVENTS | SQ_EXCL; in entersq() local5405 waitflags |= SQ_MESSAGES; in entersq()5413 while ((flags & waitflags) || (!(type & c_inner) && count != 0)) { in entersq()7376 uint16_t waitflags = SQ_STAYAWAY | SQ_EVENTS | SQ_EXCL; in qcallbwrapper() local7389 waitflags |= SQ_MESSAGES; in qcallbwrapper()7394 while ((sq->sq_flags & waitflags) || (!(type & SQ_CICB) &&count != 0)) { in qcallbwrapper()