Searched refs:t_mgt_status (Results 1 – 2 of 2) sorted by relevance
457 } else if ((tp->t_mgt_status.st_param & SBP2_ST_RESP) == in sbp2_tgt_mgt_request()1603 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t)); in sbp2_mgt_status_fifo_wb_cb()1604 bcopy((*bpp)->b_rptr, &tp->t_mgt_status, len); in sbp2_mgt_status_fifo_wb_cb()1687 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t)); in sbp2_status_fifo_wb_cb()1688 bcopy((*bpp)->b_rptr, &tp->t_mgt_status, len); in sbp2_status_fifo_wb_cb()
256 sbp2_status_t t_mgt_status; /* status block */ member