Home
last modified time | relevance | path

Searched defs:_fmt (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dlog.h172 #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
178 #define log_info(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
179 #define log_cont(_fmt, ...) printf(_fmt, ##__VA_ARGS__) argument
180 #define log_debug(_fmt, ...) debug(_fmt, ##__VA_ARGS__) argument
181 #define log_content(_fmt...) log_nop(LOG_CATEGORY, \ argument
194 #define log(_cat, _level, _fmt, _args...) ({ \ argument
204 #define log(_cat, _level, _fmt, _args...) argument
[all …]
/u-boot/lib/
A Dbch.c108 #define dbg(_fmt, args...) do {} while (0) argument

Completed in 7 milliseconds