Home
last modified time | relevance | path

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

/illumos-gate/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 "
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h265 #define AUDIT_AHLT 0x0002 /* HALT machine on undelivered async event */ macro
283 #define AUDIT_GLOBAL (AUDIT_AHLT | AUDIT_PERZONE)
H A Daudit_io.c778 if (((audit_policy & AUDIT_AHLT) == 0) || in audit_async_drop()
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h134 #define AUDIT_AHLT 0x0002 macro