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

/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c82 * audit_cred and audit_vp are the stored credential and vnode to use for
91 static struct ucred *audit_cred; variable in typeref:struct:ucred
355 audit_record_write(audit_vp, audit_cred, ar->k_udata,
394 audit_record_write(audit_vp, audit_cred, bsm->data, bsm->len);
496 old_audit_cred = audit_cred;
498 audit_cred = cred;

Completed in 99 milliseconds