Lines Matching refs:firstmsgsigs
1564 strwakeup_t *wakeups, strsigset_t *firstmsgsigs, in strrput_proto() argument
1573 *firstmsgsigs = S_INPUT | S_RDNORM; in strrput_proto()
1576 *firstmsgsigs = S_INPUT | S_RDBAND; in strrput_proto()
1581 *firstmsgsigs = S_HIPRI; in strrput_proto()
1598 strwakeup_t *wakeups, strsigset_t *firstmsgsigs, in strrput_misc() argument
1602 *firstmsgsigs = 0; in strrput_misc()
1619 strsigset_t firstmsgsigs; /* Signals if first message on queue */ in strrput() local
1702 firstmsgsigs = S_INPUT | S_RDNORM; in strrput()
1705 firstmsgsigs = S_INPUT | S_RDBAND; in strrput()
1709 allmsgsigs = firstmsgsigs; in strrput()
1769 firstmsgsigs = 0; in strrput()
1778 firstmsgsigs = S_INPUT | S_RDNORM; in strrput()
1781 firstmsgsigs = S_INPUT | S_RDBAND; in strrput()
1791 &wakeups, &firstmsgsigs, &allmsgsigs, &pollwakeups); in strrput()
1798 ASSERT((firstmsgsigs & ~ALLSIG) == 0); in strrput()
1808 &wakeups, &firstmsgsigs, &allmsgsigs, &pollwakeups); in strrput()
1810 ASSERT((firstmsgsigs & ~ALLSIG) == 0); in strrput()
1821 signals = (firstmsgsigs | allmsgsigs); in strrput()
1878 signals = (firstmsgsigs | allmsgsigs); in strrput()
1944 signals = firstmsgsigs = allmsgsigs = 0; in strrput()