/openbmc/linux/include/linux/ |
H A D | printk.h | 344 #ifndef pr_fmt 345 #define pr_fmt(fmt) fmt macro 468 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 478 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 488 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 498 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 508 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) 518 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 528 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 554 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
H A D | suspend.h | 574 #ifndef pr_fmt 575 #define pr_fmt(fmt) "PM: " fmt macro 580 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \ 587 printk_deferred(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \ 596 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 598 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
/openbmc/u-boot/include/linux/ |
H A D | printk.h | 36 #ifndef pr_fmt 37 #define pr_fmt(fmt) fmt macro 41 __printk(0, pr_fmt(fmt), ##__VA_ARGS__) 43 __printk(1, pr_fmt(fmt), ##__VA_ARGS__) 45 __printk(2, pr_fmt(fmt), ##__VA_ARGS__) 47 __printk(3, pr_fmt(fmt), ##__VA_ARGS__) 49 __printk(4, pr_fmt(fmt), ##__VA_ARGS__) 52 __printk(5, pr_fmt(fmt), ##__VA_ARGS__) 54 __printk(6, pr_fmt(fmt), ##__VA_ARGS__) 62 __printk(7, pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | debug.h | 17 #ifndef pr_fmt 18 #define pr_fmt(fmt) fmt macro 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 24 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 33 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 35 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 37 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 38 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 39 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) 40 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/openbmc/libmctp/ |
H A D | libmctp-log.h | 26 #ifndef pr_fmt 27 #define pr_fmt(x) x macro 31 mctp_prlog(MCTP_LOG_ERR, pr_fmt(fmt), ##__VA_ARGS__) 33 mctp_prlog(MCTP_LOG_WARNING, pr_fmt(fmt), ##__VA_ARGS__) 35 mctp_prlog(MCTP_LOG_INFO, pr_fmt(fmt), ##__VA_ARGS__) 37 mctp_prlog(MCTP_LOG_DEBUG, pr_fmt(fmt), ##__VA_ARGS__)
|
/openbmc/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); \
|
/openbmc/linux/fs/smb/server/ |
H A D | glob.h | 31 #ifdef pr_fmt 32 #undef pr_fmt 36 #define pr_fmt(fmt) "ksmbd: " SUBMOD_NAME ": " fmt macro 38 #define pr_fmt(fmt) "ksmbd: " fmt macro
|
/openbmc/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 /) {
|
/openbmc/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
|
/openbmc/linux/drivers/input/ |
H A D | evbug.c | 10 #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()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | bugs.c | 232 #undef pr_fmt 233 #define pr_fmt(fmt) "MDS: " fmt macro 285 #undef pr_fmt 286 #define pr_fmt(fmt) "TAA: " fmt macro 384 #undef pr_fmt 385 #define pr_fmt(fmt) "MMIO Stale Data: " fmt macro 480 #undef pr_fmt 481 #define pr_fmt(fmt) "Register File Data Sampling: " fmt macro 531 #undef pr_fmt 532 #define pr_fmt(fmt) "" fmt macro [all …]
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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), \
|
/openbmc/linux/arch/mips/bcm47xx/ |
H A D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/openbmc/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
|
/openbmc/u-boot/include/ |
H A D | log.h | 80 #ifndef pr_fmt 81 #define pr_fmt(fmt) fmt macro 126 pr_fmt(_fmt), ##_args); \ 162 printf(pr_fmt(fmt), ##args); \
|
/openbmc/linux/fs/netfs/ |
H A D | internal.h | 12 #ifdef pr_fmt 13 #undef pr_fmt 16 #define pr_fmt(fmt) "netfs: " fmt macro
|
/openbmc/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
|
/openbmc/linux/drivers/clk/ti/ |
H A D | fixed-factor.c | 19 #undef pr_fmt 20 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
|
/openbmc/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
|
/openbmc/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
|