Searched defs:PERROR (Results 1 – 2 of 2) sorted by relevance
39 #define PERROR(format, ...) ia_css_print("error: " format, ##__VA_ARGS__) macro
94 #define PERROR(fmt, args...) printk(KERN_ERR fmt, ##args) macro