Searched defs:printf (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/xmon/ |
A D | nonstdio.h | 12 #define printf xmon_printf macro
|
/linux/fs/bfs/ |
A D | bfs.h | 52 #define printf(format, args...) \ macro
|
/linux/drivers/net/fddi/skfp/h/ |
A D | osdef1st.h | 52 #define printf(s,args...) printk(KERN_INFO s, ## args) macro
|
/linux/arch/x86/boot/ |
A D | printf.c | 294 int printf(const char *fmt, ...) in printf() function
|
/linux/arch/powerpc/boot/ |
A D | stdio.c | 343 printf(const char *fmt, ...) in printf() function
|
/linux/arch/parisc/boot/compressed/ |
A D | misc.c | 175 int printf(const char *fmt, ...) in printf() function
|
/linux/drivers/acpi/acpica/ |
A D | utprint.c | 649 int printf(const char *format, ...) in printf() function
|
/linux/drivers/scsi/sym53c8xx_2/ |
A D | sym_glue.h | 73 #define printf(args...) printk(args) macro
|
/linux/tools/perf/util/ |
A D | annotate.h | 213 void (*printf)(void *obj, const char *fmt, ...); member
|
/linux/arch/mips/include/asm/ |
A D | sgiarcs.h | 359 int (*printf)(const char *fmt, ...); member
|
Completed in 17 milliseconds