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

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_mac.c153 uthread->uu_ar = audit_new(event, p, uthread);
154 uthread->uu_ar->k_ar.ar_forced_by_mac = 1;
172 if (uthread->uu_ar == NULL) /* syscall wasn't audited */
184 uthread->uu_ar->k_ar.ar_forced_by_mac);
187 uthread->uu_ar->k_ar_commit |= AR_COMMIT_KERNEL;
189 audit_free(uthread->uu_ar);
H A Daudit.c362 return (curthread()->uu_ar);
620 KASSERT(uthread->uu_ar == NULL,
621 ("audit_syscall_enter: uthread->uu_ar != NULL"));
642 * memory for the audit record (uu_ar).
665 if (uthread->uu_ar == NULL)
666 uthread->uu_ar = audit_new(event, proc, uthread);
668 if (uthread->uu_ar == NULL)
669 uthread->uu_ar = audit_new(event, proc, uthread);
711 audit_commit(uthread->uu_ar, error, retval);
714 uthread->uu_ar
[all...]
H A Daudit.h296 ((struct uthread*)get_bsdthread_info(current_thread()))->uu_ar
344 if (AUDIT_AUDITING(uthread->uu_ar)) \
362 if (AUDIT_AUDITING(__uthread->uu_ar)) \
H A Daudit_syscalls.c183 uthr->uu_ar = audit_new(AUE_NULL, p, uthr);
184 if (uthr->uu_ar == NULL)
186 ar = uthr->uu_ar;
/xnu-2782.1.97/bsd/sys/
H A Duser.h213 struct kaudit_record *uu_ar; /* audit record */ member in struct:uthread
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1561 assert(uth->uu_ar == NULL);

Completed in 95 milliseconds