Lines Matching defs:signals

1488  * Determine which wakeups and signals are needed.
1522 * Determine which wakeups and signals are needed.
1552 strsigset_t signals; /* Signals events to generate */
1751 /* By default generate superset of signals */
1752 signals = (firstmsgsigs | allmsgsigs);
1801 * signals for PCPROTO. Other messages are based on
1804 * sending the signals, in the firstmsgsigs case.
1809 signals = (firstmsgsigs | allmsgsigs);
1811 signals = allmsgsigs;
1856 * strsendsig can handle multiple signals with a
1859 if (stp->sd_sigflags & signals)
1860 strsendsig(stp->sd_siglist, signals, band, 0);
1869 * Any signals were handled the first time.
1875 signals = firstmsgsigs = allmsgsigs = 0;
3102 * JCGETP - Gets a value in the stream; no signals.
6725 * Set this flag so strrput will not generate signals. Need to
6727 * else signals will stop being sent.
6947 * some signals may need to be sent and/or poll awakened.
6983 * due to the receive the appropriate signals and pollwakeup events
6987 * The generated signals and pollwakeups are identical to what
6994 strsigset_t signals = 0;
7003 signals = S_INPUT | S_RDNORM;
7006 signals = S_INPUT | S_RDBAND;
7014 signals = S_RDNORM;
7017 signals = S_RDBAND;
7034 if (stp->sd_sigflags & signals)
7035 strsendsig(stp->sd_siglist, signals, bp->b_band, 0);
7057 * MSG_HOLDSIG Hold signals while waiting for data.
7354 * Set this flag so strrput will not generate signals. Need to
7356 * else signals will stop being sent.
7620 * some signals may need to be sent and/or poll awakened.
7656 * due to the receive the appropriate signals and pollwakeup events
7660 * The generated signals and pollwakeups are identical to what
7667 strsigset_t signals = 0;
7676 signals = S_INPUT | S_RDNORM;
7679 signals = S_INPUT | S_RDBAND;
7687 signals = S_RDNORM;
7690 signals = S_RDBAND;
7707 if (stp->sd_sigflags & signals)
7708 strsendsig(stp->sd_siglist, signals, bp->b_band, 0);
7920 * MSG_HOLDSIG Hold signals while waiting for data.