Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl.h83 #define ASL_STRING_ALERT "Alert" macro
HDasl_core.c52 ASL_STRING_ALERT,
HDasl_msg.c1102 else if (strcaseeq(val, ASL_STRING_ALERT)) val = "1"; in asl_msg_set_key_val_op()
2417 if (level == ASL_LEVEL_ALERT) return ASL_STRING_ALERT; in _asl_level_string()
/NextBSD/usr.bin/aslutil/
HDsyslog.c247 if (level == ASL_LEVEL_ALERT) return ASL_STRING_ALERT; in asl_level_string()