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

/u-boot/common/
H A Dlog.c18 static const char *const log_cat_name[] = { variable
37 _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,
38 "log_cat_name size");
63 return log_cat_name[cat - LOGC_NONE];
80 if (!strcmp(name, log_cat_name[i - LOGC_NONE]))

Completed in 41 milliseconds