Searched defs:pr_warn (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/memblock/linux/ |
H A D | printk.h | 23 #define pr_warn printk macro
|
/linux/tools/lib/api/ |
H A D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/linux/arch/x86/tools/ |
H A D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/linux/rust/kernel/ |
H A D | print.rs | 305 /// pr_warn!("hello {}\n", "there"); macro
|
H A D | device.rs | 125 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn() method
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/linux/tools/testing/selftests/bpf/ |
H A D | xsk.c | 52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|
/linux/include/linux/ |
H A D | printk.h | 553 #define pr_warn(fmt, ...) \ macro
|