taglinefilesource code
HUPCL1320drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2783drivers/char/cyclades.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL219drivers/char/istallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL990drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2109drivers/char/istallion.cif (tty->termios->c_cflag & HUPCL) {
HUPCL2313drivers/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;
HUPCL175drivers/char/stallion.c(B9600 | CS8 | CREAD | HUPCL | CLOCAL),
HUPCL837drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL1437drivers/char/stallion.cif (tty->termios->c_cflag & HUPCL)
HUPCL164include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)