Searched refs:SOTOV (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c116 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL);
157 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, cr, NULL);
409 return (VOP_CLOSE(SOTOV(so), flag, 1, 0, cr, NULL));
423 vn_invalid(SOTOV(so));
424 VN_RELE(SOTOV(so));
512 struct vnode *vp = SOTOV(so);
555 vp = SOTOV(so);
646 vp = SOTOV(so);
H A Dsocktpi.c436 vp = SOTOV(so);
1006 ASSERT(SOTOV(so)->v_stream);
1008 vp->v_stream = SOTOV(so)->v_stream;
1094 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0,
1435 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
1440 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0,
1608 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHW);
1614 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0,
1729 (void) strioctl(SOTOV(so), _SIOCSOCKFALLBACK,
1776 nvp = SOTOV(ns
[all...]
H A Dsockstr.c127 struct vnode *vp = SOTOV(so);
298 struct vnode *vp = SOTOV(so);
317 strsetrerror(SOTOV(so), EIO, 1, NULL);
327 strsetrerror(SOTOV(so), 0, 0, NULL);
354 struct vnode *vp = SOTOV(so);
367 struct vnode *vp = SOTOV(so);
380 struct vnode *vp = SOTOV(so);
624 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0,
687 error = kstrputmsg(SOTOV(so), mp, NULL, 0, 0,
1533 vp = SOTOV(s
[all...]
H A Dnl7c.c262 so ? (void *)strvp2wq(SOTOV(so)) : NULL,
918 vnode_t *vp = SOTOV(so);
H A Dsockcommon_subr.c157 VN_RELE(SOTOV(nso));
1390 VN_HOLD(SOTOV(so));
2437 ASSERT(SOTOV(so)->v_count >= 2);
2438 VN_RELE(SOTOV(so));
H A Dsockcommon_sops.c1171 VN_RELE(SOTOV(nso));
1530 VN_RELE(SOTOV(so));
1553 VN_RELE(SOTOV(so));
H A Dsocksyscalls.c140 vp = SOTOV(so);
498 nvp = SOTOV(nso);
695 nvp = SOTOV(nso);
3087 (void) VOP_OPEN(&SOTOV(so), FREAD|FWRITE, CRED(), NULL);
H A Dnl7curi.c1709 vnode_t *vp = SOTOV(so);
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h761 #define SOTOV(sp) ((sp)->so_vnode) macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1736 nvp = SOTOV(nso);

Completed in 761 milliseconds