Home
last modified time | relevance | path

Searched defs:PRINT_ERR (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_printf.h97 #define PRINT_ERR(fmt, args...) LOS_LkPrint(LOS_ERR_LEVEL, __FUNCTION__, __LINE__, fmt, ##args) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
Ddebug.h418 #define PRINT_ERR(x...) printk(KERN_ERR PRINTK_HEADER x) macro
424 #define PRINT_ERR(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
/kernel/liteos_m/utils/
Dlos_debug.h150 #define PRINT_ERR(fmt, args...) LOS_Printf(LOG_MODULE_KERNEL, LOG_ERR_LEVEL, fmt, ##args) macro