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

/illumos-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.c601 ASSERT(sti->sti_unbind_mp);
671 if (sti->sti_unbind_mp == NULL) {
674 sti->sti_unbind_mp =
1123 ASSERT(sti->sti_unbind_mp);
2237 if (sti->sti_unbind_mp == NULL) {
2240 sti->sti_unbind_mp =
2242 if (sti->sti_unbind_mp == NULL) {
6620 sti->sti_unbind_mp = NULL;
6645 ASSERT(sti->sti_unbind_mp == NULL);
6728 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 76 milliseconds