Home
last modified time | relevance | path

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

12345678910>>...63

/linux/include/linux/
H A Dprintk.h400 #ifndef pr_fmt
401 #define pr_fmt(fmt) fmt macro
524 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__)
534 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__)
544 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
554 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
564 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
574 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
584 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
610 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
[all …]
/linux/tools/perf/util/
H A Ddebug.h19 #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 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/scripts/dtc/
H A Dof_unittest_expect243 $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/smb/server/
H A Dglob.h29 #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/fs/netfs/
H A Dfscache_internal.h10 #ifdef pr_fmt
11 #undef pr_fmt
14 #define pr_fmt(fmt) "FS-Cache: " fmt macro
/linux/security/landlock/
H A Dcommon.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) LANDLOCK_NAME ": " fmt macro
/linux/security/ipe/
H A Dipe.h9 #ifdef pr_fmt
10 #undef pr_fmt
12 #define pr_fmt(fmt) "ipe: " fmt macro
/linux/drivers/firmware/efi/
H 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()
212 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
217 print_hex_dump(KERN_ERR, pr_fmt(), DUMP_PREFIX_OFFSET, in map_properties()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpp_debug.h27 #ifdef pr_fmt
28 #undef pr_fmt
31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
/linux/fs/coda/
H A Dcoda_linux.h16 #ifdef pr_fmt
17 #undef pr_fmt
20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/fs/efs/
H A Defs.h11 #ifdef pr_fmt
12 #undef pr_fmt
15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/arch/mips/bcm47xx/
H A Dbcm47xx_private.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
/linux/drivers/media/pci/ttpci/
H A Dbudget.h6 #ifdef pr_fmt
7 #undef pr_fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dbcm47xxnflash.h5 #ifndef pr_fmt
6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/net/tipc/
H A Dcore.h66 #ifdef pr_fmt
67 #undef pr_fmt
70 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
69 #define pr_fmt( global() macro
/linux/fs/qnx6/
H A Dqnx6.h14 #ifdef pr_fmt
15 #undef pr_fmt
18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/clk/ti/
H A Dfixed-factor.c19 #undef pr_fmt
20 #define pr_fmt(fmt) "%s: " fmt, __func__ macro
/linux/fs/ufs/
H A Dufs.h5 #ifdef pr_fmt
6 #undef pr_fmt
9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/media/pci/bt8xx/
H A Dbtcx-risc.c13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
31 printk(KERN_DEBUG pr_fmt("%s: " fmt), \
/linux/security/integrity/
H A Dintegrity.h9 #ifdef pr_fmt
10 #undef pr_fmt
13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-stats.c9 #undef pr_fmt
10 #define pr_fmt(fmt) KBUILD_MODNAME " L" __stringify(__LINE__) ": " fmt macro
/linux/fs/pstore/
H A Dpmsg.c46 #undef pr_fmt
47 #define pr_fmt(fmt) PMSG_NAME ": " fmt macro
/linux/arch/x86/kernel/
H A Dumip.c16 #undef pr_fmt
17 #define pr_fmt(fmt) "umip: " fmt macro
131 printk("%s" pr_fmt("%s[%d] ip:%lx sp:%lx: %pV"), log_level, tsk->comm, in umip_printk()
/linux/drivers/mtd/parsers/
H A Dscpart.c17 #ifdef pr_fmt
18 #undef pr_fmt
21 #define pr_fmt(fmt) MOD_NAME ": " fmt macro

12345678910>>...63