| /arch/s390/boot/ |
| A D | boot.h | 80 #define boot_fmt(fmt) fmt argument 83 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__) argument 84 #define boot_alert(fmt, ...) boot_printk(KERN_ALERT boot_fmt(fmt), ##__VA_ARGS__) argument 85 #define boot_crit(fmt, ...) boot_printk(KERN_CRIT boot_fmt(fmt), ##__VA_ARGS__) argument 86 #define boot_err(fmt, ...) boot_printk(KERN_ERR boot_fmt(fmt), ##__VA_ARGS__) argument 87 #define boot_warn(fmt, ...) boot_printk(KERN_WARNING boot_fmt(fmt), ##__VA_ARGS__) argument 88 #define boot_notice(fmt, ...) boot_printk(KERN_NOTICE boot_fmt(fmt), ##__VA_ARGS__) argument 89 #define boot_info(fmt, ...) boot_printk(KERN_INFO boot_fmt(fmt), ##__VA_ARGS__) argument 90 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__) argument
|
| /arch/mips/kernel/ |
| A D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument 19 # define DEBUGP(fmt, args...) argument
|
| /arch/x86/kernel/ |
| A D | umip.c | 17 #define pr_fmt(fmt) "umip: " fmt argument 93 #define umip_pr_err(regs, fmt, ...) \ argument 95 #define umip_pr_debug(regs, fmt, ...) \ argument 117 const char *fmt, ...) in umip_printk()
|
| /arch/mips/bcm47xx/ |
| A D | bcm47xx_private.h | 6 #define pr_fmt(fmt) "bcm47xx: " fmt argument
|
| /arch/powerpc/sysdev/ |
| A D | tsi108_dev.c | 32 #define DBG(fmt...) do { printk(fmt); } while(0) argument 34 #define DBG(fmt...) do { } while(0) argument
|
| /arch/arm/mach-spear/ |
| A D | spear1340.c | 11 #define pr_fmt(fmt) "SPEAr1340: " fmt argument
|
| A D | spear300.c | 11 #define pr_fmt(fmt) "SPEAr300: " fmt argument
|
| A D | spear1310.c | 11 #define pr_fmt(fmt) "SPEAr1310: " fmt argument
|
| /arch/s390/include/uapi/asm/ |
| A D | chsc.h | 53 int fmt; member 61 int fmt; member 67 int fmt; member 79 int fmt; member 102 int fmt; member 115 int fmt; member 123 int fmt; member
|
| /arch/powerpc/kernel/ |
| A D | crash_dump.c | 26 #define DBG(fmt...) udbg_printf(fmt) argument 28 #define DBG(fmt...) argument
|
| /arch/x86/kvm/svm/ |
| A D | svm_onhyperv.c | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
| /arch/x86/boot/ |
| A D | printf.c | 113 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 286 int sprintf(char *buf, const char *fmt, ...) in sprintf() 297 int printf(const char *fmt, ...) in printf()
|
| /arch/powerpc/boot/ |
| A D | stdio.h | 13 #define fprintf(fmt, args...) printf(args) argument
|
| A D | stdio.c | 146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 329 int sprintf(char * buf, const char *fmt, ...) in sprintf() 343 printf(const char *fmt, ...) in printf()
|
| /arch/m68k/sun3/prom/ |
| A D | printf.c | 24 prom_printf(char *fmt, ...) in prom_printf()
|
| /arch/arm/mach-omap2/ |
| A D | omap_phy_internal.c | 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | gen-hyprel.c | 164 #define fatal_error(fmt, ...) \ argument 180 #define assert_op(lhs, rhs, fmt, op) \ argument 192 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument 193 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument 194 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument 195 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
|
| /arch/sh/drivers/pci/ |
| A D | fixups-sdk7786.c | 7 #define pr_fmt(fmt) "PCI: " fmt argument
|
| /arch/powerpc/platforms/pseries/ |
| A D | rng.c | 6 #define pr_fmt(fmt) "pseries-rng: " fmt argument
|
| /arch/parisc/kernel/ |
| A D | pdc_chassis.c | 15 #define DPRINTK(fmt, args...) printk(fmt, ## args) argument 17 #define DPRINTK(fmt, args...) argument
|
| /arch/sh/boards/mach-sdk7786/ |
| A D | sram.c | 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|
| /arch/alpha/lib/ |
| A D | srm_printk.c | 10 srm_printk(const char *fmt, ...) in srm_printk()
|
| /arch/x86/boot/compressed/ |
| A D | error.c | 28 void panic(const char *fmt, ...) in panic()
|
| /arch/powerpc/platforms/microwatt/ |
| A D | rng.c | 7 #define pr_fmt(fmt) "microwatt-rng: " fmt argument
|
| /arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 2 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
|