Lines Matching refs:firstmsgsigs
1494 strwakeup_t *wakeups, strsigset_t *firstmsgsigs, in strrput_proto() argument
1503 *firstmsgsigs = S_INPUT | S_RDNORM; in strrput_proto()
1506 *firstmsgsigs = S_INPUT | S_RDBAND; in strrput_proto()
1511 *firstmsgsigs = S_HIPRI; in strrput_proto()
1528 strwakeup_t *wakeups, strsigset_t *firstmsgsigs, in strrput_misc() argument
1532 *firstmsgsigs = 0; in strrput_misc()
1549 strsigset_t firstmsgsigs; /* Signals if first message on queue */ in strrput() local
1632 firstmsgsigs = S_INPUT | S_RDNORM; in strrput()
1635 firstmsgsigs = S_INPUT | S_RDBAND; in strrput()
1639 allmsgsigs = firstmsgsigs; in strrput()
1699 firstmsgsigs = 0; in strrput()
1708 firstmsgsigs = S_INPUT | S_RDNORM; in strrput()
1711 firstmsgsigs = S_INPUT | S_RDBAND; in strrput()
1721 &wakeups, &firstmsgsigs, &allmsgsigs, &pollwakeups); in strrput()
1728 ASSERT((firstmsgsigs & ~ALLSIG) == 0); in strrput()
1738 &wakeups, &firstmsgsigs, &allmsgsigs, &pollwakeups); in strrput()
1740 ASSERT((firstmsgsigs & ~ALLSIG) == 0); in strrput()
1751 signals = (firstmsgsigs | allmsgsigs); in strrput()
1808 signals = (firstmsgsigs | allmsgsigs); in strrput()
1874 signals = firstmsgsigs = allmsgsigs = 0; in strrput()