Home
last modified time | relevance | path

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

/linux/tools/lib/api/
A Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/linux/arch/x86/tools/
A Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux/tools/testing/selftests/powerpc/tm/
A Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/linux/lib/
A Dtest_stackinit.c32 #define pr_warn(fmt, ...) fprintf(stderr, pr_fmt(fmt), ##__VA_ARGS__) macro
/linux/include/linux/
A Dprintk.h502 #define pr_warn(fmt, ...) \ macro
/linux/tools/lib/bpf/
A Dlibbpf_internal.h139 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro

Completed in 11 milliseconds