Lines Matching defs:tvp
87 vnode_t *tvp; /* addressable temp ptr */
226 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags,
244 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags,
247 cvp = tvp;
280 tvp = cvp;
281 if ((error = traverse(&tvp)) != 0) {
290 cvp = tvp;
293 cvp = tvp;
497 vnode_t *tvp;
526 error = VFS_ROOT(vfsp, &tvp);
532 cvp = tvp;