Lines Matching defs:vpp
77 nm_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct)
79 struct namenode *nodep = VTONM(*vpp);
121 newvp->v_flag = ((*vpp)->v_flag | VNOMAP | VNOSWAP) & ~VROOT;
122 vn_setops(newvp, vn_getops(*vpp));
151 VN_RELE(*vpp);
152 *vpp = NMTOV(newnamep);
359 int mode, vnode_t **vpp, cred_t *cr, int flag,
443 * Return the vnode representing the file descriptor in vpp.
446 nm_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct)
453 *vpp = vp;