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

/u-boot/cmd/
H A Dlog.c25 return LOGL_NONE;
31 if (ret == LOGL_NONE)
44 if (log_level == LOGL_NONE)
209 if (level == LOGL_NONE) \
358 if (level == LOGL_NONE) {
/u-boot/include/
H A Dlog.h47 /** @LOGL_NONE: Used to indicate that there is no valid log level */
48 LOGL_NONE, enumerator in enum:log_level_t
541 * Return: Log level, or %LOGL_NONE if not found
/u-boot/common/
H A Dlog.c104 return LOGL_NONE;

Completed in 44 milliseconds