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

/freebsd-10.0-release/sys/security/audit/
H A Daudit_worker.c80 * audit_cred and audit_vp are the stored credential and vnode to use for
90 static struct vnode *audit_vp; variable in typeref:struct:vnode
325 audit_record_write(audit_vp, audit_cred, ar->k_udata,
364 audit_record_write(audit_vp, audit_cred, bsm->data, bsm->len);
467 old_audit_vp = audit_vp;
469 audit_vp = vp;
472 audit_enabled = (audit_vp != NULL);

Completed in 67 milliseconds