Home
last modified time | relevance | path

Searched refs:TTY_HUPPING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dtty.h323 #define TTY_HUPPING 19 macro
/openbmc/linux/drivers/tty/
H A Dtty_io.c603 set_bit(TTY_HUPPING, &tty->flags); in __tty_hangup()
660 clear_bit(TTY_HUPPING, &tty->flags); in __tty_hangup()
H A Dn_tty.c2268 if (test_bit(TTY_HUPPING, &tty->flags)) in n_tty_read()