Home
last modified time | relevance | path

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

/u-boot/common/
A Dlog.c17 static const char *const log_cat_name[] = { variable
33 _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,
59 return log_cat_name[cat - LOGC_NONE]; in log_get_cat_name()
76 if (!strcmp(name, log_cat_name[i - LOGC_NONE])) in log_get_cat_by_name()

Completed in 3 milliseconds