Searched refs:tty_notice (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
D | tty_io.c | 3002 tty_notice(tty, "SAK: killed process %d (%s): by session\n", in __do_SAK() 3010 tty_notice(tty, "SAK: killed process %d (%s): by controlling tty\n", in __do_SAK() 3018 tty_notice(tty, "SAK: killed process %d (%s): by fd#%d\n", in __do_SAK()
|
/kernel/linux/linux-5.10/include/linux/ |
D | tty.h | 794 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|