Searched defs:pr_warn (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/memblock/linux/ |
H A D | printk.h | 23 #define pr_warn printk macro
|
/openbmc/linux/tools/lib/api/ |
H A D | debug-internal.h | 17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
|
/openbmc/linux/arch/x86/tools/ |
H A D | insn_decoder_test.c | 49 static void pr_warn(const char *fmt, ...) in pr_warn() function
|
/openbmc/linux/rust/kernel/ |
H A D | print.rs | 310 macro_rules! pr_warn ( macro
|
/openbmc/u-boot/include/linux/ |
H A D | printk.h | 50 #define pr_warn pr_warning macro
|
/openbmc/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
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xsk.c | 52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
H A D | libbpf_internal.h | 169 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
/openbmc/linux/include/linux/ |
H A D | printk.h | 507 #define pr_warn(fmt, ...) \ macro
|