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

/freebsd-11-stable/sys/security/audit/
H A Daudit.c368 audit_new(int event, struct thread *td) function
506 * and if so, allocating a per-thread audit record. audit_new() will fill in
569 td->td_ar = audit_new(event, td);
573 td->td_ar = audit_new(event, td);
703 ar = audit_new(AUE_CORE, td);
H A Daudit_private.h330 struct kaudit_record *audit_new(int event, struct thread *td);
H A Daudit_syscalls.c94 td->td_ar = audit_new(AUE_NULL, td);

Completed in 109 milliseconds