HomeSort by relevance Sort by last modified time
    Searched refs:AUC_DISABLED (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/smserverd/
myaudit.c 69 auc = AUC_DISABLED;
73 if (auc == AUC_DISABLED)
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
adt.c 71 static int auditstate = AUC_DISABLED; /* default state */
108 * other than AUC_DISABLED.
113 * AUC_DISABLED -- no audit subsystem loaded
119 * For purpose of this API, anything but AUC_DISABLED or
121 * AUC_DISABLED since auditon returns EINVAL in that case. Any
142 return (auditstate != AUC_DISABLED);
179 if (auditstate == AUC_DISABLED) {
803 if ((auditstate == AUC_DISABLED) ||
865 if ((auditstate == AUC_DISABLED) ||
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit.h 46 * audit records. Neither AUC_ENABLED, AUC_DISABLED, nor AUC_UNSET
50 #define AUC_DISABLED -1 /* audit module loaded but not enabled */
audit_start.c 73 au_auditstate = AUC_DISABLED;
audit_syscalls.c     [all...]
  /onnv/onnv-gate/usr/src/lib/pam_modules/unix_cred/
unix_cred.c 245 auditstate = AUC_DISABLED;

Completed in 420 milliseconds