Searched refs:sti_ux_bound_vp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h218 struct vnode *sti_ux_bound_vp; /* bound AF_UNIX file system vnode */ member in struct:sotpi_info
H A Dsocktpi.c687 ASSERT(sti->sti_ux_bound_vp);
694 (void *)sti->sti_ux_bound_vp));
963 ASSERT(sti->sti_ux_bound_vp == NULL);
966 * Keep vnode held with a reference in sti_ux_bound_vp.
995 * sti_ux_bound_vp and v_stream->sd_vnode form the
1009 sti->sti_ux_bound_vp = vp;
1018 (void *)sti->sti_ux_bound_vp;
1292 (void *)sti->sti_ux_bound_vp));
1465 if ((vp = sti->sti_ux_bound_vp) != NULL) {
1466 sti->sti_ux_bound_vp
[all...]

Completed in 67 milliseconds