taglinefilesource code
HUPCL1206drivers/char/cyclades.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2467drivers/char/cyclades.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL1062drivers/char/serial.cif (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
HUPCL2416drivers/char/serial.cB9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL159include/linux/tty.h#define C_HUPCL(tty)  _C_FLAG((tty),HUPCL)