Searched refs:ASL_LEVEL_ALERT (Results 1 – 4 of 4) sorted by relevance
68 #define ASL_LEVEL_ALERT 1 macro
2417 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()
247 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()
95 if (!strcasecmp(name, "alert")) return ASL_LEVEL_ALERT; in _level_for_name()