Home
last modified time | relevance | path

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

/linux/tools/testing/memblock/linux/
H A Dprintk.h23 #define pr_warn printk macro
/linux/tools/lib/api/
H A Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux/rust/kernel/
H A Dprint.rs305 /// pr_warn!("hello {}\n", "there"); macro
H A Ddevice.rs125 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn() method
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/linux/tools/testing/selftests/bpf/
H A Dxsk.c52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
/linux/include/linux/
H A Dprintk.h553 #define pr_warn(fmt, ...) \ macro