| /linux/include/linux/ |
| H A D | printk.h | 401 #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 D | hfs_common.h | 10 #ifdef pr_fmt 11 #undef pr_fmt 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| H A D | suspend.h | 537 #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 D | debug.h | 19 #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 D | usbip_common.h | 62 #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 D | glob.h | 29 #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 D | of_unittest_expect | 243 $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 D | fscache_internal.h | 10 #ifdef pr_fmt 11 #undef pr_fmt 14 #define pr_fmt(fmt) "FS-Cache: " fmt macro
|
| /linux/security/landlock/ |
| H A D | common.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt macro
|
| /linux/security/ipe/ |
| H A D | ipe.h | 9 #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 D | pp_debug.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 203 #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 D | apple-properties.c | 11 #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 D | trusted-type.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) "trusted_key: " fmt macro
|
| /linux/fs/coda/ |
| H A D | coda_linux.h | 16 #ifdef pr_fmt 17 #undef pr_fmt 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | wcn36xx.h | 60 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 D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
| /linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
| H A D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/fs/efs/ |
| H A D | efs.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | budget.h | 6 #ifdef pr_fmt 7 #undef pr_fmt 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/fs/qnx6/ |
| H A D | qnx6.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/net/tipc/ |
| H A D | core.h | 65 #ifdef pr_fmt 66 #undef pr_fmt 69 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /linux/drivers/clk/ti/ |
| H A D | fixed-factor.c | 19 #undef pr_fmt 20 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
|
| /linux/fs/smb/client/ |
| H A D | cifs_debug.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) "CIFS: " fmt macro
|
| /linux/net/batman-adv/ |
| H A D | main.h | 197 #ifdef pr_fmt 198 #undef pr_fmt 201 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|