Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h218 struct vnode *sti_ux_bound_vp; /* bound AF_UNIX file system vnode */ member
H A Dsocktpi.c678 ASSERT(sti->sti_ux_bound_vp); in sotpi_bindlisten()
685 (void *)sti->sti_ux_bound_vp)); in sotpi_bindlisten()
954 ASSERT(sti->sti_ux_bound_vp == NULL); in sotpi_bindlisten()
1000 sti->sti_ux_bound_vp = vp; in sotpi_bindlisten()
1009 (void *)sti->sti_ux_bound_vp; in sotpi_bindlisten()
1283 (void *)sti->sti_ux_bound_vp)); in sotpi_bindlisten()
1456 if ((vp = sti->sti_ux_bound_vp) != NULL) { in sotpi_unbind()
1457 sti->sti_ux_bound_vp = NULL; in sotpi_unbind()
5716 if ((ux_vp = sti->sti_ux_bound_vp) != NULL) { in sotpi_close()
5718 sti->sti_ux_bound_vp = NULL; in sotpi_close()
[all …]