Home
last modified time | relevance | path

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

12345678910>>...80

/linux/include/linux/
A Dprintk.h379 #ifndef pr_fmt
380 #define pr_fmt(fmt) fmt macro
503 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
513 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
523 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
533 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
543 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
553 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
563 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
589 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
[all …]
A Dsuspend.h515 #ifndef pr_fmt
516 #define pr_fmt(fmt) "PM: " fmt macro
521 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
528 printk_deferred(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
537 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
539 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
/linux/tools/perf/util/
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__)
47 pr_debugN(0, pr_fmt(fmt), ##__VA_ARGS__); \
[all …]
/linux/tools/usb/usbip/libsrc/
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/
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/
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/
A Dfscache_internal.h10 #ifdef pr_fmt
11 #undef pr_fmt
14 #define pr_fmt(fmt) "FS-Cache: " fmt macro
/linux/security/landlock/
A Dcommon.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt macro
/linux/security/ipe/
A Dipe.h9 #ifdef pr_fmt
10 #undef pr_fmt
12 #define pr_fmt(fmt) "ipe: " fmt macro
/linux/drivers/input/
A Devbug.c10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
24 printk(KERN_DEBUG pr_fmt("Event. Dev: %s, Type: %d, Code: %d, Value: %d\n"), in evbug_event()
50 printk(KERN_DEBUG pr_fmt("Connected device: %s (%s at %s)\n"), in evbug_connect()
66 printk(KERN_DEBUG pr_fmt("Disconnected device: %s\n"), in evbug_disconnect()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
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/
A Dbugs.c232 #undef pr_fmt
286 #undef pr_fmt
386 #undef pr_fmt
483 #undef pr_fmt
534 #undef pr_fmt
600 #undef pr_fmt
698 #undef pr_fmt
726 #undef pr_fmt
866 #undef pr_fmt
959 #undef pr_fmt
[all …]
/linux/drivers/firmware/efi/
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/
A Dtrusted-type.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) "trusted_key: " fmt macro
/linux/fs/coda/
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/
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/
A Dbcm47xx_private.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
A Dbcm47xxnflash.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/efs/
A Defs.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/media/pci/ttpci/
A Dbudget.h6 #ifdef pr_fmt
7 #undef pr_fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/qnx6/
A Dqnx6.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/net/tipc/
A Dcore.h65 #ifdef pr_fmt
66 #undef pr_fmt
69 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/clk/ti/
A Dfixed-factor.c19 #undef pr_fmt
20 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
/linux/fs/smb/client/
A Dcifs_debug.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) "CIFS: " fmt macro
/linux/fs/hfs/
A Dhfs_fs.h12 #ifdef pr_fmt
13 #undef pr_fmt
16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
46 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \

Completed in 74 milliseconds

12345678910>>...80