Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl.h68 #define ASL_LEVEL_ALERT 1 macro
HDasl_msg.c2417 if (level == ASL_LEVEL_ALERT) return ASL_STRING_ALERT; in _asl_level_string()
2431 if (level == ASL_LEVEL_ALERT) return "A"; in _asl_level_char()
/NextBSD/usr.bin/aslutil/
HDsyslog.c247 if (level == ASL_LEVEL_ALERT) return ASL_STRING_ALERT; in asl_level_string()
544 else if ((s[1] == 'A') || (s[1] == 'a')) i = ASL_LEVEL_ALERT; in asl_string_to_filter()
885 else if (!strncasecmp(s, "a", 1)) return ASL_LEVEL_ALERT; in asl_string_to_level()
/NextBSD/usr.sbin/asl/
HDbsd_out.c95 if (!strcasecmp(name, "alert")) return ASL_LEVEL_ALERT; in _level_for_name()