Searched defs:printf (Results 1 – 4 of 4) sorted by relevance
23 void (*printf)(struct fiq_debugger_output *output, const char *fmt, ...); member
56 #define printf(s,args...) printk(KERN_INFO s, ## args) macro
677 int printf(const char *format, ...) in printf() function
86 #define printf(args...) printk(args) macro