Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dlog.c16 static const char *log_cat_name[LOGC_COUNT - LOGC_NONE] = { variable
46 return log_cat_name[cat - LOGC_NONE]; in log_get_cat_name()
59 if (!strcmp(name, log_cat_name[i - LOGC_NONE])) in log_get_cat_by_name()