Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/arch/s390/boot/
A Dboot.h80 #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 Dsignal-common.h17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument
19 # define DEBUGP(fmt, args...) argument
/arch/x86/kernel/
A Dumip.c17 #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 Dbcm47xx_private.h6 #define pr_fmt(fmt) "bcm47xx: " fmt argument
/arch/powerpc/sysdev/
A Dtsi108_dev.c32 #define DBG(fmt...) do { printk(fmt); } while(0) argument
34 #define DBG(fmt...) do { } while(0) argument
/arch/arm/mach-spear/
A Dspear1340.c11 #define pr_fmt(fmt) "SPEAr1340: " fmt argument
A Dspear300.c11 #define pr_fmt(fmt) "SPEAr300: " fmt argument
A Dspear1310.c11 #define pr_fmt(fmt) "SPEAr1310: " fmt argument
/arch/s390/include/uapi/asm/
A Dchsc.h53 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 Dcrash_dump.c26 #define DBG(fmt...) udbg_printf(fmt) argument
28 #define DBG(fmt...) argument
/arch/x86/kvm/svm/
A Dsvm_onhyperv.c5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
/arch/x86/boot/
A Dprintf.c113 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 Dstdio.h13 #define fprintf(fmt, args...) printf(args) argument
A Dstdio.c146 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 Dprintf.c24 prom_printf(char *fmt, ...) in prom_printf()
/arch/arm/mach-omap2/
A Domap_phy_internal.c10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c164 #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 Dfixups-sdk7786.c7 #define pr_fmt(fmt) "PCI: " fmt argument
/arch/powerpc/platforms/pseries/
A Drng.c6 #define pr_fmt(fmt) "pseries-rng: " fmt argument
/arch/parisc/kernel/
A Dpdc_chassis.c15 #define DPRINTK(fmt, args...) printk(fmt, ## args) argument
17 #define DPRINTK(fmt, args...) argument
/arch/sh/boards/mach-sdk7786/
A Dsram.c7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
/arch/alpha/lib/
A Dsrm_printk.c10 srm_printk(const char *fmt, ...) in srm_printk()
/arch/x86/boot/compressed/
A Derror.c28 void panic(const char *fmt, ...) in panic()
/arch/powerpc/platforms/microwatt/
A Drng.c7 #define pr_fmt(fmt) "microwatt-rng: " fmt argument
/arch/x86/kvm/vmx/
A Dvmcs12.c2 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument

Completed in 39 milliseconds

12345678910>>...17