Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/audit/
H A Daudit.h146 void audit_thread_alloc(struct thread *td);
H A Daudit.c774 audit_thread_alloc(struct thread *td) in audit_thread_alloc() function
/freebsd-12.1/sys/kern/
H A Dkern_thread.c212 audit_thread_alloc(td); in thread_ctor()