Home
last modified time | relevance | path

Searched refs:pr_fmt (Results 1 – 25 of 2459) sorted by relevance

12345678910>>...99

/linux/include/linux/
H A Dprintk.h401 #ifndef pr_fmt
402 #define pr_fmt(fmt) fmt macro
525 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
535 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
545 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
555 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
565 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
575 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
585 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
611 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
[all …]
H A Dhfs_common.h10 #ifdef pr_fmt
11 #undef pr_fmt
14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
H A Dsuspend.h537 #ifndef pr_fmt
538 #define pr_fmt(fmt) "PM: " fmt macro
543 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
550 printk_deferred(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
559 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
561 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
/linux/tools/perf/util/
H A Ddebug.h19 #ifndef pr_fmt
20 #define pr_fmt(fmt) fmt macro
24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
26 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
35 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
37 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
39 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__)
41 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__)
42 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__)
[all …]
/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.h62 #define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME macro
63 #define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \
69 syslog(LOG_ERR, pr_fmt(fmt), "error", ##args); \
72 fprintf(stderr, pr_fmt(fmt), "error", ##args); \
79 syslog(LOG_INFO, pr_fmt(fmt), "info", ##args); \
82 fprintf(stderr, pr_fmt(fmt), "info", ##args); \
/linux/fs/smb/server/
H A Dglob.h29 #ifdef pr_fmt
30 #undef pr_fmt
34 #define pr_fmt(fmt) "ksmbd: " SUBMOD_NAME ": " fmt macro
36 #define pr_fmt(fmt) "ksmbd: " fmt macro
/linux/scripts/dtc/
H A Dof_unittest_expect243 $pr_fmt = "### dt-test ### ";
244 $exp_begin = "${pr_fmt}EXPECT \\\\ : ";
245 $exp_end = "${pr_fmt}EXPECT / : ";
246 $expnot_begin = "${pr_fmt}EXPECT_NOT \\\\ : ";
247 $expnot_end = "${pr_fmt}EXPECT_NOT / : ";
439 if (($line =~ /^${pr_fmt}start of unittest - you will see error messages$/) ||
440 ($line =~ /^${pr_fmt}end of unittest - [0-9]+ passed, [0-9]+ failed$/ ) ) {
442 } elsif ($line =~ /^${pr_fmt}FAIL /) {
/linux/fs/netfs/
H A Dfscache_internal.h10 #ifdef pr_fmt
11 #undef pr_fmt
14 #define pr_fmt(fmt) "FS-Cache: " fmt macro
/linux/security/landlock/
H A Dcommon.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt macro
/linux/security/ipe/
H A Dipe.h9 #ifdef pr_fmt
10 #undef pr_fmt
12 #define pr_fmt(fmt) "ipe: " fmt macro
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpp_debug.h27 #ifdef pr_fmt
28 #undef pr_fmt
31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
/linux/arch/x86/kernel/cpu/
H A Dbugs.c203 #undef pr_fmt
204 #define pr_fmt(fmt) "mitigations: " fmt macro
381 #undef pr_fmt
382 #define pr_fmt(fmt) "MDS: " fmt macro
566 #undef pr_fmt
567 #define pr_fmt(fmt) "TAA: " fmt macro
677 #undef pr_fmt
678 #define pr_fmt(fmt) "MMIO Stale Data: " fmt macro
789 #undef pr_fmt
790 #define pr_fmt(fmt) "Register File Data Sampling: " fmt macro
[all …]
/linux/drivers/firmware/efi/
H A Dapple-properties.c11 #define pr_fmt(fmt) "apple-properties: " fmt macro
100 print_hex_dump(KERN_INFO, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs()
110 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs()
143 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_devices()
213 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
218 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
/linux/include/keys/
H A Dtrusted-type.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) "trusted_key: " fmt macro
/linux/fs/coda/
H A Dcoda_linux.h16 #ifdef pr_fmt
17 #undef pr_fmt
20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h60 printk(KERN_ERR pr_fmt("ERROR " fmt), ##arg)
63 printk(KERN_WARNING pr_fmt("WARNING " fmt), ##arg)
66 printk(KERN_INFO pr_fmt(fmt), ##arg)
70 printk(KERN_DEBUG pr_fmt(fmt), ##arg); \
75 print_hex_dump(KERN_DEBUG, pr_fmt(prefix_str), \
/linux/arch/mips/bcm47xx/
H A Dbcm47xx_private.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dbcm47xxnflash.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/efs/
H A Defs.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/media/pci/ttpci/
H A Dbudget.h6 #ifdef pr_fmt
7 #undef pr_fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/qnx6/
H A Dqnx6.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/net/tipc/
H A Dcore.h65 #ifdef pr_fmt
66 #undef pr_fmt
69 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/clk/ti/
H A Dfixed-factor.c19 #undef pr_fmt
20 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
/linux/fs/smb/client/
H A Dcifs_debug.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) "CIFS: " fmt macro
/linux/net/batman-adv/
H A Dmain.h197 #ifdef pr_fmt
198 #undef pr_fmt
201 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro

12345678910>>...99