Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.h77 void audit_syscall_exit(int error, struct thread *td);
410 audit_syscall_exit(error, td); \
H A Daudit.c713 audit_syscall_exit(int error, struct thread *td) in audit_syscall_exit() function