Home
last modified time | relevance | path

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

/u-boot/common/
A Dlog.c33 _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,
56 if (cat < 0 || cat >= LOGC_COUNT) in log_get_cat_name()
75 for (i = LOGC_NONE; i < LOGC_COUNT; i++) in log_get_cat_by_name()
/u-boot/cmd/
A Dlog.c65 for (cat = LOGC_FIRST; cat < LOGC_COUNT; cat++) { in do_log_categories()
/u-boot/include/
A Dlog.h102 LOGC_COUNT, enumerator

Completed in 5 milliseconds