Lines Matching defs:f
124 #define _I_FLAG(tty, f) ((tty)->termios.c_iflag & (f)) argument
125 #define _O_FLAG(tty, f) ((tty)->termios.c_oflag & (f)) argument
126 #define _C_FLAG(tty, f) ((tty)->termios.c_cflag & (f)) argument
127 #define _L_FLAG(tty, f) ((tty)->termios.c_lflag & (f)) argument
791 #define tty_msg(fn, tty, f, ...) \ argument
794 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument
795 #define tty_info(tty, f, ...) tty_msg(pr_info, tty, f, ##__VA_ARGS__) argument
796 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument
797 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument
798 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument
800 #define tty_info_ratelimited(tty, f, ...) \ argument