Searched defs:pr_warn (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/bootconfig/include/linux/ |
D | printk.h | 10 #define pr_warn printk macro
|
/Linux-v5.15/tools/lib/api/ |
D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/Linux-v5.15/arch/x86/tools/ |
D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/Linux-v5.15/tools/include/linux/ |
D | lockdep.h | 53 #define pr_warn pr_err macro
|
/Linux-v5.15/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/Linux-v5.15/lib/ |
D | test_stackinit.c | 32 #define pr_warn(fmt, ...) fprintf(stderr, pr_fmt(fmt), ##__VA_ARGS__) macro
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf_internal.h | 115 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
/Linux-v5.15/include/linux/ |
D | printk.h | 498 #define pr_warn(fmt, ...) \ macro
|