Searched refs:sti_next_so (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h219 struct sonode *sti_next_so; /* next sonode on socklist */ member in struct:sotpi_info
H A Dsocktpi.c6321 sti->sti_next_so = socklist.sl_list;
6323 if (sti->sti_next_so != NULL)
6324 SOTOTPI(sti->sti_next_so)->sti_prev_so = so;
6341 if (sti->sti_next_so != NULL)
6342 SOTOTPI(sti->sti_next_so)->sti_prev_so = sti->sti_prev_so;
6344 SOTOTPI(sti->sti_prev_so)->sti_next_so = sti->sti_next_so;
6346 socklist.sl_list = sti->sti_next_so;
H A Dsocksubr.c1759 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) {
1794 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c256 wsp->walk_addr = (uintptr_t)stp->st_info.sti_next_so;

Completed in 166 milliseconds