Home
last modified time | relevance | path

Searched defs:pr_warn (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/tools/bootconfig/include/linux/
Dprintk.h10 #define pr_warn printk macro
/Linux-v5.15/tools/lib/api/
Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/Linux-v5.15/arch/x86/tools/
Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/Linux-v5.15/tools/include/linux/
Dlockdep.h53 #define pr_warn pr_err macro
/Linux-v5.15/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/Linux-v5.15/lib/
Dtest_stackinit.c32 #define pr_warn(fmt, ...) fprintf(stderr, pr_fmt(fmt), ##__VA_ARGS__) macro
/Linux-v5.15/tools/lib/bpf/
Dlibbpf_internal.h115 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
/Linux-v5.15/include/linux/
Dprintk.h498 #define pr_warn(fmt, ...) \ macro