Searched refs:hangup (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dct.c144 hangup = 1, /* hangup by default */ local
179 hangup = 0;
319 hangup = 0;
321 if (hangup) { /* -h option not specified */
346 termio.c_cflag = 0; /* speed to zero for hangup */
439 if ((!hangup || Verbose))
452 (void) signal(SIGHUP, SIG_DFL); /* so child will exit on hangup */
471 if (!hangup)
506 termio.c_cflag = 0; /* speed to zero for hangup */
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c308 sigset(SIGHUP, hangup);
702 * Branch here on hangup signal and simulate quit.
706 hangup(int) function
709 hangup(int s)
H A Dcollect.c1195 hangup(s);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h489 extern void hangup(int);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c2087 boolean_t hangup = B_FALSE, unhangup = B_FALSE; local
2205 * send a hangup notification upstream.
2213 hangup = B_TRUE;
2222 if (hangup && (bp = za->za_xmitblk) != NULL) {
2288 if (!hangup && do_ttycommon_qfull) {
2323 if (hangup) {
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c528 * hangup line (if necessary);
561 /* hangup line */
1082 int hangup = 0; local
1104 * hangup the stream; will send actual
1108 hangup = 1;
1124 if (hangup) {
1126 hangup = 0;

Completed in 130 milliseconds