Home
last modified time | relevance | path

Searched refs:tty_notice (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/tty/
Dtty_io.c2907 tty_notice(tty, "SAK: killed process %d (%s): by session\n", in __do_SAK()
2915 tty_notice(tty, "SAK: killed process %d (%s): by controlling tty\n", in __do_SAK()
2923 tty_notice(tty, "SAK: killed process %d (%s): by fd#%d\n", in __do_SAK()
/Linux-v5.4/include/linux/
Dtty.h788 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro