Searched refs:tty_debug_hangup (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 110 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 112 # define tty_debug_hangup(tty, f, args...) do { } while (0) macro 784 tty_debug_hangup(tty, "\n"); in tty_hangup() 801 tty_debug_hangup(tty, "\n"); in tty_vhangup() 838 tty_debug_hangup(tty, "\n"); in tty_vhangup_session() 933 tty_debug_hangup(tty, "no current tty\n"); in disassociate_ctty() 1791 tty_debug_hangup(tty, "(tty count=%d)...\n", tty->count); in tty_release() 1901 tty_debug_hangup(tty, "final close\n"); in tty_release() 1910 tty_debug_hangup(tty, "freeing structure...\n"); in tty_release() 2109 tty_debug_hangup(tty, "(tty count=%d)\n", tty->count); in tty_open() [all …]
|
D | pty.c | 30 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 32 # define tty_debug_hangup(tty, f, args...) do {} while (0) macro 808 tty_debug_hangup(tty, "(tty count=%d)\n", tty->count); in ptmx_open()
|