Searched refs:log_alert (Results 1 – 2 of 2) sorted by relevance
| /u-boot/include/linux/ | ||
| A D | printk.h | 42 CONFIG_LOGLEVEL > 1 ? log_alert(fmt, ##__VA_ARGS__) : 0; \ |
| /u-boot/include/ | ||
| A D | log.h | 174 #define log_alert(_fmt...) log(LOG_CATEGORY, LOGL_ALERT, ##_fmt) macro |
Completed in 6 milliseconds