Home
last modified time | relevance | path

Searched refs:audit_new (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/security/audit/
H A Daudit.c421 audit_new(int event, struct thread *td) in audit_new() function
696 td->td_ar = audit_new(event, td); in audit_syscall_enter()
830 ar = audit_new(AUE_CORE, td); in audit_proc_coredump()
H A Daudit_private.h344 struct kaudit_record *audit_new(int event, struct thread *td);
H A Daudit_syscalls.c101 td->td_ar = audit_new(AUE_NULL, td); in sys_audit()