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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c87 * audit_ctx and audit_vp are the stored credential and vnode to use for
97 static struct vfs_context audit_ctx; variable in typeref:struct:vfs_context
346 audit_record_write(audit_vp, &audit_ctx, ar->k_udata,
386 audit_record_write(audit_vp, &audit_ctx, bsm->data, bsm->len);
426 if (audit_ctx.vc_thread == NULL)
427 audit_ctx.vc_thread = current_thread();
528 old_audit_cred = audit_ctx.vc_ucred;
530 audit_ctx.vc_ucred = cred;

Completed in 17 milliseconds