Home
last modified time | relevance | path

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

/openbmc/u-boot/test/log/
H A Dlog_test.c36 LOGC_NONE, LOGC_END in log_test() enumerator
51 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), LOGC_END in log_test() enumerator
66 log_uc_cat(UCLASS_MMC), LOGC_NONE, LOGC_END in log_test() enumerator
/openbmc/u-boot/common/
H A Dlog.c111 for (i = 0; i < LOGF_MAX_CATEGORIES && cat_list[i] != LOGC_END; i++) { in log_has_cat()
248 if (cat_list[i] == LOGC_END) in log_add_filter()
/openbmc/u-boot/include/
H A Dlog.h54 LOGC_END, /* Sentinel value for a list of log categories */ enumerator