Searched refs:sti_discon_ind_mp (Results 1 – 4 of 4) sorted by relevance
227 mblk_t *sti_discon_ind_mp; /* T_DISCON_IND received from below */ member
1428 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()
6511 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()
347 if (sti->sti_discon_ind_mp != NULL) in so_unlock_single()