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

/freebsd-13-stable/sys/security/audit/
H A Daudit.c421 audit_new(int event, struct thread *td) function
587 * and if so, allocating a per-thread audit record. audit_new() will fill in
696 td->td_ar = audit_new(event, td);
830 ar = audit_new(AUE_CORE, td);
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);

Completed in 67 milliseconds