Searched refs:lvl (Results 1 - 2 of 2) sorted by relevance

/systemd/test/
H A Dtest-functions495 # @param lvl Numeric logging level in range from 1 to 6.
496 # @retval 1 if @a lvl is out of range.
497 # @retval 0 if @a lvl is correct.
513 # @param lvl Numeric logging level.
532 local lvl="$1"; shift
533 local lvlc=$(_lvl2char "$lvl") || return 0
/systemd/src/locale/
H A Dlocaled.c1105 static void log_xkb(struct xkb_context *ctx, enum xkb_log_level lvl, const char *format, va_list args) { argument

Completed in 15 milliseconds