Searched refs:waitflags (Results 1 – 2 of 2) sorted by relevance
5884 uint_t waitflags; in strdoioctl() local6035 waitflags = IOCWAIT; in strdoioctl()6037 waitflags |= IOCWAITNE; in strdoioctl()6039 stp->sd_flag |= waitflags; in strdoioctl()6078 stp->sd_flag &= ~waitflags; in strdoioctl()6151 stp->sd_flag &= ~waitflags; in strdoioctl()6171 stp->sd_flag &= ~waitflags; in strdoioctl()6273 stp->sd_flag &= ~waitflags; in strdoioctl()6317 stp->sd_flag &= ~waitflags; in strdoioctl()6328 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()