Searched refs:wl_vp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | iwscons.c | 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() [all …]
|