Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.h150 void audit_thread_alloc(struct thread *td);
H A Daudit.c775 audit_thread_alloc(struct thread *td) in audit_thread_alloc() function
/f-stack/freebsd/kern/
H A Dkern_thread.c360 audit_thread_alloc(td); in thread_ctor()