Searched refs:tty_debug_hangup (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/tty/ |
| D | tty_io.c | 114 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 116 # define tty_debug_hangup(tty, f, args...) do { } while (0) macro 680 tty_debug_hangup(tty, "hangup\n"); in tty_hangup() 697 tty_debug_hangup(tty, "vhangup\n"); in tty_vhangup() 734 tty_debug_hangup(tty, "session hangup\n"); in tty_vhangup_session() 1591 tty_debug_hangup(tty, "freeing structure\n"); in tty_kclose() 1621 tty_debug_hangup(tty, "freeing structure\n"); in tty_release_struct() 1678 tty_debug_hangup(tty, "releasing (count=%d)\n", tty->count); in tty_release() 1785 tty_debug_hangup(tty, "final close\n"); in tty_release() 2047 tty_debug_hangup(tty, "opening (count=%d)\n", tty->count); in tty_open() [all …]
|
| D | pty.c | 35 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 37 # define tty_debug_hangup(tty, f, args...) do {} while (0) macro 874 tty_debug_hangup(tty, "opening (count=%d)\n", tty->count); in ptmx_open()
|