Searched refs:sti_unbind_mp (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h153 mblk_t *sti_unbind_mp; /* Preallocated T_UNBIND_REQ message */ member in struct:sotpi_info
H A Dsocktpi.c590 ASSERT(sti->sti_unbind_mp);
660 if (sti->sti_unbind_mp == NULL) {
663 sti->sti_unbind_mp =
1112 ASSERT(sti->sti_unbind_mp);
2226 if (sti->sti_unbind_mp == NULL) {
2229 sti->sti_unbind_mp =
2231 if (sti->sti_unbind_mp == NULL) {
6566 sti->sti_unbind_mp = NULL;
6591 ASSERT(sti->sti_unbind_mp == NULL);
6674 ASSERT(sti->sti_unbind_mp
[all...]
H A Dsockstr.c388 sti->sti_unbind_mp = mp;
466 ASSERT(sti->sti_unbind_mp);
1559 mp = sti->sti_unbind_mp;
1566 sti->sti_unbind_mp = NULL;

Completed in 63 milliseconds