Home
last modified time | relevance | path

Searched refs:sti_discon_ind_mp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h227 mblk_t *sti_discon_ind_mp; /* T_DISCON_IND received from below */ member
H A Dsockstr.c1428 if (sti->sti_discon_ind_mp != NULL || (so->so_flag & SOASYNC_UNBIND)) { in so_save_discon_ind()
1436 sti->sti_discon_ind_mp = mp; in so_save_discon_ind()
1457 if ((bp = sti->sti_discon_ind_mp) != NULL) { in so_drain_discon_ind()
1458 sti->sti_discon_ind_mp = NULL; in so_drain_discon_ind()
1489 if ((bp = sti->sti_discon_ind_mp) != NULL) { in so_flush_discon_ind()
1490 sti->sti_discon_ind_mp = NULL; in so_flush_discon_ind()
H A Dsocktpi.c6511 sti->sti_discon_ind_mp = NULL; in i_sotpi_info_constructor()
6532 ASSERT(sti->sti_discon_ind_mp == NULL); in i_sotpi_info_destructor()
6628 ASSERT(sti->sti_discon_ind_mp == NULL); in sotpi_info_fini()
H A Dsocksubr.c347 if (sti->sti_discon_ind_mp != NULL) in so_unlock_single()