Home
last modified time | relevance | path

Searched refs:_fmt (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/
A Dlog.h162 #define log_err(_fmt...) log(LOG_CATEGORY, LOGL_ERR, ##_fmt) argument
169 #define log_cont(_fmt...) log(LOGC_CONT, LOGL_CONT, ##_fmt) argument
172 #define log_emerg(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
173 #define log_alert(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
174 #define log_crit(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
175 #define log_err(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
176 #define log_warning(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
177 #define log_notice(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
178 #define log_info(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
179 #define log_cont(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
[all …]
/u-boot/doc/develop/
A Dlogging.rst115 * log_err(_fmt...)
116 * log_warning(_fmt...)
117 * log_notice(_fmt...)
118 * log_info(_fmt...)
119 * log_debug(_fmt...)
120 * log_content(_fmt...)
121 * log_io(_fmt...)
/u-boot/lib/
A Dbch.c108 #define dbg(_fmt, args...) do {} while (0) argument

Completed in 8 milliseconds