Home
last modified time | relevance | path

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

/u-boot/include/test/
A Dlog.h13 #define LOGF_TEST (BIT(LOGF_FUNC) | BIT(LOGF_MSG))
/u-boot/common/
A Dlog_console.c37 if (fmt & BIT(LOGF_FUNC)) in log_console_emit()
A Dlog_syslog.c91 if (fmt & BIT(LOGF_FUNC)) in log_syslog_emit()
A DKconfig319 config LOGF_FUNC config
/u-boot/include/
A Dlog.h526 LOGF_FUNC, enumerator
632 (IS_ENABLED(CONFIG_LOGF_FUNC) ? BIT(LOGF_FUNC) : 0); in log_get_default_format()

Completed in 6 milliseconds