tag | line | file | source code |
---|---|---|---|
HUPCL | 1273 | drivers/char/cyclades.c | if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) { |
HUPCL | 2723 | drivers/char/cyclades.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 1091 | drivers/char/serial.c | if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) { |
HUPCL | 2593 | drivers/char/serial.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 164 | include/linux/tty.h | #define C_HUPCL(tty) _C_FLAG((tty),HUPCL) |