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

/xnu-2422.115.4/bsd/security/audit/
H A Daudit_syscalls.c155 struct uthread *uthr; local
175 uthr = curthread();
176 if (uthr == NULL) /* can this happen? */
184 uthr->uu_ar = audit_new(AUE_NULL, p, uthr);
185 if (uthr->uu_ar == NULL)
187 ar = uthr->uu_ar;

Completed in 24 milliseconds