Searched refs:tty_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | tty.h | 777 #define tty_msg(fn, tty, f, ...) \ macro 780 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) 781 #define tty_info(tty, f, ...) tty_msg(pr_info, tty, f, ##__VA_ARGS__) 782 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) 783 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) 784 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) 787 tty_msg(pr_info_ratelimited, tty, f, ##__VA_ARGS__)
|