Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c168 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0)); in fixline()
191 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline()
218 if (!(ttbuf.c_cflag & HUPCL)) { in sethup()
219 ttbuf.c_cflag |= HUPCL; in sethup()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c104 "hupcl", HUPCL, 0,
105 "hup", HUPCL, 0,
106 "-hupcl", 0, HUPCL,
107 "-hup", 0, HUPCL,
H A Dtmautobaud.c88 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
103 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
H A Dstty.c297 if (m&HUPCL) in prmodes()
576 (void) printf("-hupcl "+((m&HUPCL) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c100 "hupcl", HUPCL, 0,
101 "hup", HUPCL, 0,
102 "-hupcl", 0, HUPCL,
103 "-hup", 0, HUPCL,
H A Dstty.c247 if (m & HUPCL) in prmodes()
520 (void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c60 "hupcl", HUPCL, 0,
61 "hup", HUPCL, 0,
62 "-hupcl", 0, HUPCL,
63 "-hup", 0, HUPCL,
H A Dline.c191 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
212 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
240 if (!(ttbuf.c_cflag & HUPCL)) {
241 ttbuf.c_cflag |= HUPCL;
452 ttbuf.c_cflag |= CREAD|HUPCL;
/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h67 #define IFLAGS_SVID (CS8|CREAD|HUPCL)
69 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/illumos-gate/usr/src/head/
H A Dsgtty.h36 #define HUPCL 01 macro
/illumos-gate/usr/src/cmd/tip/
H A Dhunt.c72 t.c_cflag |= XCLUDE|HUPCL; in hunt()
H A Dtip.c513 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddf.c48 buf.c_cflag |= HUPCL; in df_dialer()
H A Ddn11.c72 buf.c_cflag |= HUPCL; in dn_dialer()
H A Dhayes.c45 buf.c_cflag |= HUPCL; in hayes_dialer()
H A Dv3451.c53 buf.c_cflag |= HUPCL; in v3451_dialer()
H A Dventel.c53 buf.c_cflag |= HUPCL; in ven_dialer()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c215 { "hupcl", BIT, C_FLAG, 0, HUPCL, HUPCL, C("Hangup (do not hangup) connection on last close") },
216 { "hup", BIT, C_FLAG, IG, HUPCL, HUPCL, C("Same as \bhupcl\b") },
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c119 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
131 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h269 #define HUPCL 0002000 macro
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c932 ((struct termios *)datap->b_rptr)->c_cflag |= HUPCL; in ttcompat_ioctl_ack()
1043 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
H A Dasy.c1886 if ((async->async_ttycommon.t_cflag & HUPCL) || in asyclose()
1891 async->async_ttycommon.t_cflag & HUPCL, in asyclose()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c1080 (za->za_ttycommon.t_cflag & HUPCL))) { in zsa_close()
3379 if (za->za_ttycommon.t_cflag & HUPCL) printf(" t_cfl:HUPCL"); in zsa_print_info()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2979 old_syscon_termios.c_cflag &= ~HUPCL; in console()
2984 stored_syscon_termios.c_cflag &= ~HUPCL; in console()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1260 tios.c_cflag |= CS8 | CREAD | HUPCL;

12