/Linux-v4.19/include/linux/ |
D | printk.h | 291 #ifndef pr_fmt 292 #define pr_fmt(fmt) fmt macro 302 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 304 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 306 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 308 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 310 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) 313 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 315 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 327 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/Linux-v4.19/tools/perf/util/ |
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__) 28 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 32 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 33 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 34 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) 35 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/input/ |
D | evbug.c | 25 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro 39 printk(KERN_DEBUG pr_fmt("Event. Dev: %s, Type: %d, Code: %d, Value: %d\n"), in evbug_event() 65 printk(KERN_DEBUG pr_fmt("Connected device: %s (%s at %s)\n"), in evbug_connect() 81 printk(KERN_DEBUG pr_fmt("Disconnected device: %s\n"), in evbug_disconnect()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
D | pp_debug.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
|
/Linux-v4.19/drivers/firmware/efi/ |
D | apple-properties.c | 21 #define pr_fmt(fmt) "apple-properties: " fmt macro 107 print_hex_dump(KERN_INFO, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs() 118 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_key_value_pairs() 151 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in unmarshal_devices() 221 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties() 226 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
|
/Linux-v4.19/net/wimax/ |
D | wimax-internal.h | 33 #ifdef pr_fmt 34 #undef pr_fmt 37 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe.h | 37 #ifdef pr_fmt 38 #undef pr_fmt 40 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
D | wcn36xx.h | 59 printk(KERN_ERR pr_fmt("ERROR " fmt), ##arg) 62 printk(KERN_WARNING pr_fmt("WARNING " fmt), ##arg) 65 printk(KERN_INFO pr_fmt(fmt), ##arg) 69 printk(KERN_DEBUG pr_fmt(fmt), ##arg); \ 74 print_hex_dump(KERN_DEBUG, pr_fmt(prefix_str), \
|
/Linux-v4.19/fs/coda/ |
D | coda_linux.h | 16 #ifdef pr_fmt 17 #undef pr_fmt 20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | bugs.c | 147 #undef pr_fmt 148 #define pr_fmt(fmt) "Spectre V2 : " fmt macro 429 #undef pr_fmt 430 #define pr_fmt(fmt) "Speculative Store Bypass: " fmt macro 561 #undef pr_fmt 562 #define pr_fmt(fmt) "Speculation prctl: " fmt macro 660 #undef pr_fmt 661 #define pr_fmt(fmt) "L1TF: " fmt macro 776 #undef pr_fmt
|
/Linux-v4.19/fs/efs/ |
D | efs.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | debug.c | 19 #undef pr_fmt 20 #define pr_fmt(fmt) "qtnfmac dbg: %s: " fmt, __func__ macro
|
/Linux-v4.19/drivers/clk/ti/ |
D | fixed-factor.c | 27 #undef pr_fmt 28 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
|
/Linux-v4.19/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-v4.19/fs/qnx6/ |
D | qnx6.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/net/batman-adv/ |
D | main.h | 212 #ifdef pr_fmt 213 #undef pr_fmt 216 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/fs/configfs/ |
D | configfs_internal.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/fs/ufs/ |
D | ufs.h | 5 #ifdef pr_fmt 6 #undef pr_fmt 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
/Linux-v4.19/fs/pstore/ |
D | pmsg.c | 54 #undef pr_fmt 55 #define pr_fmt(fmt) PMSG_NAME ": " fmt macro
|
/Linux-v4.19/kernel/dma/ |
D | contiguous.c | 10 #define pr_fmt(fmt) "cma: " fmt macro 221 #undef pr_fmt 222 #define pr_fmt(fmt) fmt macro
|
/Linux-v4.19/drivers/acpi/apei/ |
D | bert.c | 32 #undef pr_fmt 33 #define pr_fmt(fmt) "BERT: " fmt macro
|