Searched defs:PRINT_WARN (Results 1 – 3 of 3) sorted by relevance
96 #define PRINT_WARN(fmt, args...) LOS_LkPrint(LOS_WARN_LEVEL, __FUNCTION__, __LINE__, fmt, ##arg… macro
417 #define PRINT_WARN(x...) printk(KERN_WARNING PRINTK_HEADER x) macro423 #define PRINT_WARN(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
149 #define PRINT_WARN(fmt, args...) LOS_Printf(LOG_MODULE_KERNEL, LOG_WARN_LEVEL, fmt, ##args) macro