Searched refs:tty_notice (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 14 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|
H A D | tty_io.c | 3008 tty_notice(tty, "SAK: killed process %d (%s): by session\n", in __do_SAK() 3016 tty_notice(tty, "SAK: killed process %d (%s): by controlling tty\n", in __do_SAK() 3024 tty_notice(tty, "SAK: killed process %d (%s): by fd#%d\n", in __do_SAK()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|
H A D | tty_io.c | 3021 tty_notice(tty, "SAK: killed process %d (%s): by session\n", in __do_SAK() 3029 tty_notice(tty, "SAK: killed process %d (%s): by controlling tty\n", in __do_SAK() 3038 tty_notice(tty, "SAK: killed process %d (%s): by fd#%d\n", in __do_SAK()
|
Completed in 13 milliseconds