taglinefilesource code
HUPCL1296drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2754drivers/char/cyclades.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL223drivers/char/istallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL999drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2118drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2317drivers/char/scc.cscc_driver.init_termios.c_cflag = B9600  | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL1090drivers/char/serial.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2608drivers/char/serial.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL177drivers/char/stallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL841drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL1441drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL164include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)