Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bootconfig/include/linux/
H A Dprintk.h10 #define pr_warn printk macro
/OK3568_Linux_fs/kernel/tools/lib/api/
H A Ddebug-internal.h17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dinsn_decoder_test.c49 static void pr_warn(const char *fmt, ...) in pr_warn() function
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlockdep.h53 #define pr_warn pr_err macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dprintk.h50 #define pr_warn pr_warning macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_internal.h77 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h356 #define pr_warn(fmt, ...) \ macro