Home
last modified time | relevance | path

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

12345678910>>...74

/linux/include/linux/
A Dprintk.h339 #ifndef pr_fmt
340 #define pr_fmt(fmt) fmt macro
463 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
473 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
483 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
493 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
503 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
513 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
523 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
549 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
[all …]
/linux/tools/perf/util/
A Ddebug.h17 #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__)
45 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/ksmbd/
A Dglob.h31 #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/tools/perf/pmu-events/
A Djson.h19 #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/arch/x86/kernel/cpu/
A Dbugs.c237 #undef pr_fmt
298 #undef pr_fmt
412 #undef pr_fmt
503 #undef pr_fmt
531 #undef pr_fmt
621 #undef pr_fmt
1018 #undef pr_fmt
1086 #undef pr_fmt
1228 #undef pr_fmt
1473 #undef pr_fmt
[all …]
/linux/security/landlock/
A Dcommon.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) LANDLOCK_NAME ": " 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/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/drivers/gpu/drm/amd/pm/inc/
A Dpp_debug.h27 #ifdef pr_fmt
28 #undef pr_fmt
31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
/linux/drivers/infiniband/sw/rxe/
A Drxe.h10 #ifdef pr_fmt
11 #undef pr_fmt
13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/include/keys/
A Dtrusted-type.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) "trusted_key: " 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/fs/coda/
A Dcoda_linux.h16 #ifdef pr_fmt
17 #undef pr_fmt
20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/netfs/
A Dinternal.h8 #ifdef pr_fmt
9 #undef pr_fmt
12 #define pr_fmt(fmt) "netfs: " 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/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/cifs/
A Dcifs_debug.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) "CIFS: " 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/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__); \
/linux/fs/qnx6/
A Dqnx6.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-srv-stats.c9 #undef pr_fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME " L" __stringify(__LINE__) ": " fmt macro
/linux/fs/configfs/
A Dconfigfs_internal.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/net/batman-adv/
A Dmain.h199 #ifdef pr_fmt
200 #undef pr_fmt
203 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro

Completed in 47 milliseconds

12345678910>>...74