Searched defs:pr_err (Results 1 – 15 of 15) sorted by relevance
/tools/testing/memblock/linux/ |
A D | printk.h | 22 #define pr_err printk macro
|
/tools/testing/selftests/net/ |
A D | so_netns_cookie.c | 17 #define pr_err(fmt, ...) \ macro
|
A D | ipsec.c | 42 #define pr_err(fmt, ...) printk(fmt ": %m", ##__VA_ARGS__) macro
|
/tools/testing/shared/linux/ |
A D | kernel.h | 17 #define pr_err printk macro
|
/tools/testing/selftests/timens/ |
A D | log.h | 12 #define pr_err(fmt, ...) \ macro
|
/tools/testing/selftests/filesystems/nsfs/ |
A D | owner.c | 19 #define pr_err(fmt, ...) \ macro
|
A D | pidns.c | 16 #define pr_err(fmt, ...) \ macro
|
/tools/testing/selftests/filesystems/overlayfs/ |
A D | log.h | 12 #define pr_err(fmt, ...) \ macro
|
/tools/lib/perf/ |
A D | internal.h | 16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) macro
|
/tools/virtio/virtio-trace/ |
A D | trace-agent.h | 68 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
|
/tools/perf/util/ |
A D | debug.h | 23 #define pr_err(fmt, ...) \ macro
|
/tools/testing/selftests/powerpc/tm/ |
A D | tm-unavailable.c | 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) macro
|
/tools/virtio/linux/ |
A D | kernel.h | 128 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
|
/tools/bootconfig/ |
A D | main.c | 18 #define pr_err(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
|
/tools/bpf/resolve_btfids/ |
A D | main.c | 168 #define pr_err(fmt, ...) \ macro
|
Completed in 43 milliseconds