Lines Matching refs:severity
131 bootlog_common(const char *ident, bootlog_severity_t severity, char *message) in bootlog_common() argument
199 severity, 0)) { in bootlog_common()
206 BL_CONSOLE, message, ident, severity, 1); in bootlog_common()
216 bootlog(const char *ident, bootlog_severity_t severity, char *fmt, ...) in bootlog() argument
225 bootlog_common(ident, severity, message); in bootlog()
234 libbootlog(bootlog_severity_t severity, char *fmt, ...) in libbootlog() argument
244 bootlog_common("libwanboot", severity, message); in libbootlog()
301 bootlog_severity_t severity, int failure) in sendmessage() argument
320 if (severity == BOOTLOG_DEBUG && !(boothowto & RB_DEBUG)) in sendmessage()
322 if (severity == BOOTLOG_VERBOSE && !verbosemode) in sendmessage()
327 if (severity == pri_names[i].c_val) in sendmessage()
335 (severity == BOOTLOG_DEBUG || severity == BOOTLOG_VERBOSE)) { in sendmessage()
366 if (progtype != NULL && (severity != BOOTLOG_PROGRESS || in sendmessage()
376 if (severity != BOOTLOG_PROGRESS) { in sendmessage()