Searched defs:pr_warn (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
|
/external/libbpf/src/ |
D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
|
D | libbpf_internal.h | 170 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | xsk.c | 49 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|