Home
last modified time | relevance | path

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

/NextBSD/sys/security/audit/
HDaudit.h134 void audit_thread_alloc(struct thread *td);
HDaudit.c648 audit_thread_alloc(struct thread *td) in audit_thread_alloc() function
/NextBSD/sys/kern/
HDkern_thread.c157 audit_thread_alloc(td); in thread_ctor()