taglinefilesource code
HUPCL1326drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2789drivers/char/cyclades.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL226drivers/char/istallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL1043drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2208drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2680drivers/char/scc.cscc_driver.init_termios.c_cflag = B9600  | CREAD | CS8 | HUPCL | CLOCAL;
HUPCL1118drivers/char/serial.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2699drivers/char/serial.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL177drivers/char/stallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL880drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL1493drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL338drivers/isdn/isdn_tty.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL1143drivers/isdn/isdn_tty.cm->tty_modem.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL168include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)