| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | printk.h | 304 #ifndef pr_fmt 305 #define pr_fmt(fmt) fmt macro 317 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 327 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 337 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 347 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 357 printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__) 367 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 377 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 403 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | debug.h | 16 #ifndef pr_fmt 17 #define pr_fmt(fmt) fmt macro 21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 23 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 25 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__) 27 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__) 29 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__) 30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) 31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) 32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) [all …]
|
| /OK3568_Linux_fs/kernel/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); \
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A 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__)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 255 #undef pr_fmt 256 #define pr_fmt(fmt) "MDS: " fmt macro 308 #undef pr_fmt 309 #define pr_fmt(fmt) "TAA: " fmt macro 410 #undef pr_fmt 411 #define pr_fmt(fmt) "MMIO Stale Data: " fmt macro 503 #undef pr_fmt 504 #define pr_fmt(fmt) "" fmt macro 558 #undef pr_fmt 559 #define pr_fmt(fmt) "SRBDS: " fmt macro [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evbug.c | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro 27 printk(KERN_DEBUG pr_fmt("Event. Dev: %s, Type: %d, Code: %d, Value: %d\n"), in evbug_event() 53 printk(KERN_DEBUG pr_fmt("Connected device: %s (%s at %s)\n"), in evbug_connect() 69 printk(KERN_DEBUG pr_fmt("Disconnected device: %s\n"), in evbug_disconnect()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | pp_debug.h | 27 #ifdef pr_fmt 28 #undef pr_fmt 31 #define pr_fmt(fmt) "amdgpu: [powerplay] " fmt macro
|
| /OK3568_Linux_fs/kernel/net/wimax/ |
| H A D | wimax-internal.h | 18 #ifdef pr_fmt 19 #undef pr_fmt 22 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A 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), \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | log.h | 76 #ifndef pr_fmt 77 #define pr_fmt(fmt) fmt macro 101 pr_fmt(_fmt), ##_args); \ 134 printf(pr_fmt(fmt), ##args); \
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe.h | 10 #ifdef pr_fmt 11 #undef pr_fmt 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/fs/efs/ |
| H A D | efs.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | bcm47xx_private.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) "bcm47xx: " fmt macro
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/ |
| H A D | bcm47xxnflash.h | 5 #ifndef pr_fmt 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | core.h | 64 #ifdef pr_fmt 65 #undef pr_fmt 68 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.h | 11 #ifdef pr_fmt 12 #undef pr_fmt 15 #define pr_fmt(fmt) "CIFS: " fmt macro
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-module.h | 13 #undef pr_fmt 14 #define pr_fmt(fmt) "fips140: " fmt macro
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A 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__); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_prealloc.c | 30 #ifdef pr_fmt 31 #undef pr_fmt 33 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro 38 #ifdef pr_fmt 39 #undef pr_fmt 41 #define pr_fmt(fmt) "RTKM: " fmt macro
|
| /OK3568_Linux_fs/kernel/fs/qnx6/ |
| H A D | qnx6.h | 14 #ifdef pr_fmt 15 #undef pr_fmt 18 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | configfs_internal.h | 13 #ifdef pr_fmt 14 #undef pr_fmt 17 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | main.h | 200 #ifdef pr_fmt 201 #undef pr_fmt 204 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt macro
|