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

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

Completed in 61 milliseconds