Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit.c419 audit_new(int event, struct thread *td) in audit_new() function
694 td->td_ar = audit_new(event, td); in audit_syscall_enter()
828 ar = audit_new(AUE_CORE, td); in audit_proc_coredump()
H A Daudit_private.h342 struct kaudit_record *audit_new(int event, struct thread *td);
H A Daudit_syscalls.c98 td->td_ar = audit_new(AUE_NULL, td); in sys_audit()