Home
last modified time | relevance | path

Searched refs:rvnp (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/security/audit/
HDaudit_bsm_klib.c467 struct vnode *cvnp, *rvnp; in audit_canon_path() local
478 rvnp = cvnp = NULL; in audit_canon_path()
486 rvnp = fdp->fd_rdir; in audit_canon_path()
487 vhold(rvnp); in audit_canon_path()
504 if (rvnp != NULL) in audit_canon_path()
505 vdrop(rvnp); in audit_canon_path()
534 if (rvnp != NULL) { in audit_canon_path()
535 error = vn_fullpath_global(td, rvnp, &rbuf, &fbuf); in audit_canon_path()
536 vdrop(rvnp); in audit_canon_path()