Home
last modified time | relevance | path

Searched refs:LOGC_COUNT (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Dlog.c16 static const char *log_cat_name[LOGC_COUNT - LOGC_NONE] = {
43 if (cat < 0 || cat >= LOGC_COUNT) in log_get_cat_name()
58 for (i = LOGC_NONE; i < LOGC_COUNT; i++) in log_get_cat_by_name()
/external/u-boot/include/
Dlog.h53 LOGC_COUNT, /* Number of log categories */ enumerator