HUPCL 737 arch/i386/isa/pccom.c if (ISSET(tp->t_cflag, HUPCL) && HUPCL 236 compat/common/tty_43.c SET(tp->t_cflag, HUPCL); HUPCL 299 compat/common/tty_43.c if (!ISSET(cflag, HUPCL)) HUPCL 447 compat/common/tty_43.c CLR(cflag, HUPCL); HUPCL 449 compat/common/tty_43.c SET(cflag, HUPCL); HUPCL 142 compat/hpux/hpux_tty.c if (tios.c_cflag & HUPCL) HUPCL 257 compat/hpux/hpux_tty.c ~(CSIZE|CSTOPB|CREAD|PARENB|PARODD|HUPCL|CLOCAL); HUPCL 277 compat/hpux/hpux_tty.c tios.c_cflag |= HUPCL; HUPCL 160 compat/ibcs2/ibcs2_ioctl.c if (l & IBCS2_HUPCL) r |= HUPCL; HUPCL 254 compat/ibcs2/ibcs2_ioctl.c if (l & HUPCL) r |= IBCS2_HUPCL; HUPCL 133 compat/linux/linux_termios.c bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_HUPCL, HUPCL); HUPCL 211 compat/linux/linux_termios.c lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, HUPCL, LINUX_HUPCL); HUPCL 298 compat/linux/linux_termios.c bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_HUPCL, HUPCL); HUPCL 389 compat/linux/linux_termios.c lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, HUPCL, LINUX_HUPCL); HUPCL 190 compat/sunos/sunos_ioctl.c r |= ((l & 0x00000400) ? HUPCL : 0); HUPCL 313 compat/sunos/sunos_ioctl.c r |= ((l & HUPCL) ? 0x00000400 : 0); HUPCL 203 compat/ultrix/ultrix_ioctl.c r |= ((l & 0x00000400) ? HUPCL : 0); HUPCL 335 compat/ultrix/ultrix_ioctl.c r |= ((l & HUPCL) ? 0x00000400 : 0); HUPCL 534 dev/ic/com.c if (ISSET(tp->t_cflag, HUPCL) && HUPCL 430 dev/ic/cy.c if (ISSET(tp->t_cflag, HUPCL) && HUPCL 448 dev/ic/z8530tty.c hup = tp->t_cflag & HUPCL; HUPCL 924 dev/pci/cz.c if (ISSET(tp->t_cflag, HUPCL)) { HUPCL 1355 dev/pci/cz.c CLR(cflag, HUPCL); HUPCL 944 dev/sbus/magma.c if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { HUPCL 437 dev/sbus/spif.c if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { HUPCL 303 dev/usb/ucom.c if (ISSET(tp->t_cflag, HUPCL)) { HUPCL 858 dev/usb/ucom.c CLR(t->c_cflag, HUPCL); HUPCL 851 kern/tty.c SET(tp->t_cflag, HUPCL); HUPCL 52 sys/ttydefaults.h #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)