Searched defs:pr_warn (Results 1 – 6 of 6) sorted by relevance
/linux/tools/lib/api/ |
A D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/linux/arch/x86/tools/ |
A D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/linux/tools/testing/selftests/powerpc/tm/ |
A D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/linux/lib/ |
A D | test_stackinit.c | 32 #define pr_warn(fmt, ...) fprintf(stderr, pr_fmt(fmt), ##__VA_ARGS__) macro
|
/linux/include/linux/ |
A D | printk.h | 502 #define pr_warn(fmt, ...) \ macro
|
/linux/tools/lib/bpf/ |
A D | libbpf_internal.h | 139 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
Completed in 31 milliseconds