Home
last modified time | relevance | path

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

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-util.h17 #define crypt_log_full_errno(cd, e, lvl, ...) ({ \ argument
20 crypt_logf(cd, lvl, __VA_ARGS__); \
/systemd-251/test/
Dtest-functions2127 local lvl lvlc
2130 lvl="${1:?}"; shift
2131 [ "$lvl" -le "$LOG_LEVEL" ] || return 0
2132 lvlc="$(_lvl2char "$lvl")" || return 0
/systemd-251/src/locale/
Dlocaled.c557 static void log_xkb(struct xkb_context *ctx, enum xkb_log_level lvl, const char *format, va_list ar… in log_xkb() argument