Home | History | Annotate | Download | only in linux

Lines Matching refs:format

1206 #define dbg(format, arg...) printk(KERN_DEBUG "%s: " format "\n" , \
1209 #define dbg(format, arg...) do {} while (0)
1212 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n" , \
1214 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \
1216 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n" , \