Home
last modified time | relevance | path

Searched defs:pr_err (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/memblock/linux/
H A Dprintk.h22 #define pr_err printk macro
/linux/tools/testing/selftests/net/
H A Dso_netns_cookie.c17 #define pr_err(fmt, ...) \ macro
H A Dipsec.c42 #define pr_err(fmt, ...) printk(fmt ": %m", ##__VA_ARGS__) macro
/linux/tools/testing/shared/linux/
H A Dkernel.h17 #define pr_err printk macro
/linux/tools/testing/selftests/nsfs/
H A Downer.c19 #define pr_err(fmt, ...) \ macro
H A Dpidns.c16 #define pr_err(fmt, ...) \ macro
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dlog.h12 #define pr_err(fmt, ...) \ macro
/linux/tools/testing/selftests/timens/
H A Dlog.h12 #define pr_err(fmt, ...) \ macro
/linux/tools/lib/perf/
H A Dinternal.h16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) macro
/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.h68 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
/linux/tools/perf/util/
H A Ddebug.h22 #define pr_err( global() macro
/linux/rust/kernel/
H A Dprint.rs281 /// pr_err!("hello {}\n", "there"); macro
H A Ddevice.rs115 pub fn pr_err(&self, args: fmt::Arguments<'_>) { in pr_err() method
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) macro
/linux/include/linux/raid/
H A Dpq.h166 # define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro
/linux/tools/virtio/linux/
H A Dkernel.h128 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
/linux/tools/bootconfig/
H A Dmain.c17 #define pr_err(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
/linux/include/linux/
H A Dprintk.h543 #define pr_err(fmt, ...) \ macro