Searched defs:printf (Results 1 – 8 of 8) sorted by relevance
3 #define printf xmon_printf macro
44 #define printf(format, args...) \ macro
56 #define printf(s,args...) printk(KERN_INFO s, ## args) macro
296 int printf(const char *fmt, ...) in printf() function
323 printf(const char *fmt, ...) in printf() function
20 int (*printf) (const char*, ...); member
357 int (*printf)(const char *fmt, ...); member
86 #define printf(args...) printk(args) macro