Searched refs:audit_syscall_exit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit.h60 void audit_syscall_exit(int error, struct thread *td);
322 * Wrap the audit_syscall_exit() function so that it is called only when
328 audit_syscall_exit(error, td); \
H A Daudit.c581 * audit_syscall_exit() is called from the return of every system call, or in
586 audit_syscall_exit(int error, struct thread *td) function

Completed in 97 milliseconds