Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbsm/common/
H A Daudit_policy.h35 #define ALL_POLICIES (AUDIT_AHLT|\
59 {"ahlt", AUDIT_AHLT, "halt machine if it can not record an "
/titanic_44/usr/src/uts/common/c2/
H A Daudit.h263 #define AUDIT_AHLT 0x0002 /* HALT machine on undelivered async event */ macro
281 #define AUDIT_GLOBAL (AUDIT_AHLT | AUDIT_PERZONE)
H A Daudit_io.c768 if (((audit_policy & AUDIT_AHLT) == 0) || in audit_async_drop()