Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlog.h81 #ifndef LOG_CATEGORY
82 #define LOG_CATEGORY LOGC_NONE macro
121 log(LOG_CATEGORY, LOGL_DEBUG, fmt, ##args); \
166 log(LOG_CATEGORY, LOGL_ERR, "returning err=%d\n", __ret); \
/external/u-boot/doc/
DREADME.log148 Also debug() and error() will generate log records - these use LOG_CATEGORY
193 #define LOG_CATEGORY UCLASS_USB
195 all of these can use LOG_CATEGORY as the category, and a log level
/external/u-boot/lib/efi_loader/
Defi_device_path.c8 #define LOG_CATEGORY LOGL_ERR macro