Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/memblock/linux/
Dprintk.h23 #define pr_warn printk macro
/linux-6.14.4/tools/lib/api/
Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/linux-6.14.4/arch/x86/tools/
Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/linux-6.14.4/rust/kernel/
Dprint.rs307 macro_rules! pr_warn ( macro
Ddevice.rs126 pub fn pr_warn(&self, args: fmt::Arguments<'_>) { in pr_warn() method
/linux-6.14.4/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/linux-6.14.4/tools/testing/selftests/bpf/
Dxsk.c52 #define pr_warn(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
/linux-6.14.4/tools/lib/bpf/
Drelo_core.c53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) macro
Dlibbpf_internal.h171 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
/linux-6.14.4/include/linux/
Dprintk.h559 #define pr_warn(fmt, ...) \ macro