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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_mac.c154 uthread->uu_ar = audit_new(event, p, uthread);
155 uthread->uu_ar->k_ar.ar_forced_by_mac = 1;
173 if (uthread->uu_ar == NULL) /* syscall wasn't audited */
185 uthread->uu_ar->k_ar.ar_forced_by_mac);
188 uthread->uu_ar->k_ar_commit |= AR_COMMIT_KERNEL;
190 audit_free(uthread->uu_ar);
H A Daudit.c363 return (curthread()->uu_ar);
601 KASSERT(uthread->uu_ar == NULL,
602 ("audit_syscall_enter: uthread->uu_ar != NULL"));
623 * memory for the audit record (uu_ar).
646 if (uthread->uu_ar == NULL)
647 uthread->uu_ar = audit_new(event, proc, uthread);
649 if (uthread->uu_ar == NULL)
650 uthread->uu_ar = audit_new(event, proc, uthread);
692 audit_commit(uthread->uu_ar, error, retval);
695 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.c184 uthr->uu_ar = audit_new(AUE_NULL, p, uthr);
185 if (uthr->uu_ar == NULL)
187 ar = uthr->uu_ar;
/darwin-on-arm/xnu/bsd/sys/
H A Duser.h181 struct kaudit_record *uu_ar; /* audit record */ member in struct:uthread
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1530 assert(uth->uu_ar == NULL);

Completed in 21 milliseconds