taglinefilesource code
HUPCL1340drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2793drivers/char/cyclades.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL203drivers/char/istallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL927drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2100drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL442drivers/char/pcxx.cif(tty->termios->c_cflag & HUPCL) {
HUPCL1028drivers/char/pcxx.cpcxe_driver.init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
HUPCL1056drivers/char/pcxx.cpcxe_callout.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
HUPCL1744drivers/char/riscom8.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL2680drivers/char/scc.cscc_driver.init_termios.c_cflag = B9600  | CREAD | CS8 | HUPCL | CLOCAL;
HUPCL1139drivers/char/serial.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2731drivers/char/serial.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL172drivers/char/stallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL795drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL1408drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL346drivers/isdn/isdn_tty.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL1147drivers/isdn/isdn_tty.cm->tty_modem.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL1341drivers/net/strip.ctty->termios->c_cflag &= ~HUPCL;  /* Don't close on hup */
HUPCL1932drivers/sbus/char/sunserial.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL170include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)