Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmkimage.h32 #define log_debug(fmt, args...) debug(fmt, ##args) macro
/u-boot/include/
A Dlog.h166 #define log_debug(_fmt...) log(LOG_CATEGORY, LOGL_DEBUG, ##_fmt) macro
180 #define log_debug(_fmt, ...) debug(_fmt, ##__VA_ARGS__) macro

Completed in 4 milliseconds