Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/security/audit/
Daudit.h125 void audit_thread_alloc(struct thread *td);
Daudit.c635 audit_thread_alloc(struct thread *td) in audit_thread_alloc() function
/freebsd-9-stable/sys/kern/
Dkern_thread.c151 audit_thread_alloc(td); in thread_ctor()