Lines Matching refs:wl_vp
90 vnode_t *wl_vp; /* target's vnode */ member
141 strsetrerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
142 strsetwerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
166 if (lp->wl_vp == vp) in srrm()
194 lp->wl_vp = vp; in srpush()
291 error = strread(lp->wl_vp, uio, cred); in iwscnread()
306 error = strwrite(lp->wl_vp, uio, cred); in iwscnwrite()
322 error = VOP_POLL(lp->wl_vp, events, anyyet, reventsp, phpp, NULL); in iwscnpoll()
418 *rvalp = (str_vp(f->f_vnode) == lp->wl_vp); in iwscnioctl()
440 (void) strioctl(lp->wl_vp, I_LOOK, (intptr_t)modname, in iwscnioctl()
450 error = VOP_IOCTL(lp->wl_vp, cmd, arg, flag, cred, rvalp, NULL); in iwscnioctl()
459 error = VOP_IOCTL(lp->wl_vp, cmd, arg, flag, cred, rvalp, NULL); in iwscnioctl()
490 if ((iwscn_list == NULL) || (iwscn_list->wl_vp == str_vp(vp))) { in iwscnopen()
559 ASSERT(lp->wl_vp->v_stream != NULL); in iwscnopen()
560 str_cn_clean(lp->wl_vp); in iwscnopen()
584 lp = srrm(iwscn_list->wl_vp); in iwscnclose()
590 (void) VOP_CLOSE(lp->wl_vp, 0, 1, (offset_t)0, kcred, in iwscnclose()