/Linux-v5.15/include/linux/ |
D | printk.h | 335 #ifndef pr_fmt 336 #define pr_fmt(fmt) fmt macro 459 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 469 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 479 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 489 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 499 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) 509 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 519 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 545 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/Linux-v5.15/tools/perf/util/ |
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 …]
|
/Linux-v5.15/tools/usb/usbip/libsrc/ |
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-v5.15/fs/ksmbd/ |
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
|
/Linux-v5.15/tools/perf/pmu-events/ |
D | json.h | 19 #define pr_fmt(fmt) fmt macro 22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
|
/Linux-v5.15/security/landlock/ |
D | common.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt macro
|
/Linux-v5.15/drivers/input/ |
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()
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/ |
D | pp_debug.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
|
/Linux-v5.15/arch/x86/kernel/cpu/ |
D | bugs.c | 237 #undef pr_fmt 238 #define pr_fmt(fmt) "MDS: " fmt macro 298 #undef pr_fmt 299 #define pr_fmt(fmt) "TAA: " fmt macro 412 #undef pr_fmt 413 #define pr_fmt(fmt) "SRBDS: " fmt macro 503 #undef pr_fmt 504 #define pr_fmt(fmt) "L1D Flush : " fmt macro 531 #undef pr_fmt 532 #define pr_fmt(fmt) "Spectre V1 : " fmt macro [all …]
|
/Linux-v5.15/drivers/infiniband/sw/rxe/ |
D | rxe.h | 10 #ifdef pr_fmt 11 #undef pr_fmt 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/drivers/firmware/efi/ |
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-v5.15/include/keys/ |
D | trusted-type.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) "trusted_key: " fmt macro
|
/Linux-v5.15/fs/coda/ |
D | coda_linux.h | 16 #ifdef pr_fmt 17 #undef pr_fmt 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/fs/netfs/ |
D | internal.h | 8 #ifdef pr_fmt 9 #undef pr_fmt 12 #define pr_fmt(fmt) "netfs: " fmt macro
|
/Linux-v5.15/arch/mips/bcm47xx/ |
D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/ |
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-v5.15/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/fs/efs/ |
D | efs.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv-stats.c | 9 #undef pr_fmt 10 #define pr_fmt(fmt) KBUILD_MODNAME " L" __stringify(__LINE__) ": " fmt macro
|
/Linux-v5.15/fs/cifs/ |
D | cifs_debug.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) "CIFS: " fmt macro
|
/Linux-v5.15/net/tipc/ |
D | core.h | 65 #ifdef pr_fmt 66 #undef pr_fmt 69 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/drivers/clk/ti/ |
D | fixed-factor.c | 27 #undef pr_fmt 28 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
|
/Linux-v5.15/fs/qnx6/ |
D | qnx6.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v5.15/fs/hfs/ |
D | hfs_fs.h | 12 #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__); \
|
/Linux-v5.15/fs/configfs/ |
D | configfs_internal.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|