Searched refs:audit_vp (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
98 static struct vnode *audit_vp; variable in typeref:struct:vnode
346 audit_record_write(audit_vp, &audit_ctx, ar->k_udata,
386 audit_record_write(audit_vp, &audit_ctx, bsm->data, bsm->len);
529 old_audit_vp = audit_vp;
531 audit_vp = vp;
533 audit_enabled = (audit_vp != NULL);

Completed in 11 milliseconds