Searched refs:so_vnode (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h136 struct vnode *so_vnode; /* vnode associated with this sonode */ member in struct:sonode
761 #define SOTOV(sp) ((sp)->so_vnode)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c450 vp = so->so_vnode = vn_alloc(kmflags);
H A Dsockcommon_subr.c2201 VERIFY(cur->so_vnode == orig->so_vnode);
H A Dsocktpi.c4610 error = kstrwritemp(so->so_vnode, *mpp, fflag);
6485 if (so_set_events(so, so->so_vnode, cr) != 0)
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2916 (void) VOP_SETFL(node->so_vnode, node->so_flag,
2923 (void) VOP_SETFL(node->so_vnode, node->so_flag,

Completed in 109 milliseconds