Home | History | Annotate | Download | only in kern

Lines Matching defs:carrier

125  * 1) We have carrier.
126 * 2) It's a locally attached terminal, and we are therefore ignoring carrier.
127 * 3) We're using a flow control mechanism that overloads the carrier signal.
404 * Wait for carrier. Also wait for any dialout
1877 * Flag indicates new state of carrier.
1888 * Lost carrier.
1901 * Carrier now on.
1914 * Return argument flag, to turn off device on carrier drop.
2088 int carrier;
2094 * If we have data, we don't need to check for carrier.
2096 carrier = CONNECTED(tp);
2097 if (!carrier && ISSET(tp->t_state, TS_ISOPEN)) {
2246 /* Sleep awaiting carrier. */