Searched refs:auditdoor (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dbsm.c35 auditdoor(int fd) function
H A Dlibbsm.h189 extern int auditdoor(int);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h304 au_dbuf_t *auk_dbuffer; /* auditdoor output */
347 int auditdoor(int fd);
H A Daudit_syscalls.c320 * auditdoor starts a kernel thread to generate output from the audit
323 * auditdoor arrives while the thread is running, the door descriptor
324 * of the last auditdoor in will be used for output. auditd is responsible
329 auditdoor(int fd) function
354 "auditdoor() did not get the expected door descriptor\n");
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c545 rc = auditdoor(doorfd);
547 DPRINT((dbfp, "%d returned from auditdoor.\n",
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c79 result = auditdoor((int)uap->a1);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s961 NO_UNLOAD_STUB(c2audit, auditdoor, nomod_zero);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s880 NO_UNLOAD_STUB(c2audit, auditdoor, nomod_zero);

Completed in 73 milliseconds