Home
last modified time | relevance | path

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

/u-boot/test/log/
A Dcont_test.c31 log(LOGC_CONT, LOGL_CONT, "cc%d\n", 2); in log_test_cont()
55 log(LOGC_CONT, LOGL_CONT, "cc%d\n", 2); in log_test_cont()
/u-boot/include/
A Dlog.h60 LOGL_CONT = -1, enumerator
183 #define log_cont(_fmt...) log(LOGC_CONT, LOGL_CONT, ##_fmt)
/u-boot/common/
A Dlog.c249 if (level == LOGL_CONT) in _log()
/u-boot/doc/develop/
A Dlogging.rst112 Also see the special category LOGL_CONT and level LOGC_CONT.

Completed in 10 milliseconds