Searched refs:tty_notice (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/tty/ |
A D | tty.h | 13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|
A D | tty_io.c | 3019 tty_notice(tty, "SAK: killed process %d (%s): by session\n", in __do_SAK() 3027 tty_notice(tty, "SAK: killed process %d (%s): by controlling tty\n", in __do_SAK() 3036 tty_notice(tty, "SAK: killed process %d (%s): by fd#%d\n", in __do_SAK()
|
Completed in 11 milliseconds