HomeSort by relevance Sort by last modified time
    Searched defs:auditdoor (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbsm/common/
bsm.c 35 auditdoor(int fd) function
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_syscalls.c 86 static int auditdoor(int);
190 result = auditdoor((int)uap->a1);
730 * auditdoor starts a kernel thread to generate output from the audit
733 * auditdoor arrives while the thread is running, the door descriptor
734 * of the last auditdoor in will be used for output. auditd is responsible
739 auditdoor(int fd) function
764 "auditdoor() did not get the expected door descriptor\n");
    [all...]

Completed in 240 milliseconds