Home
last modified time | relevance | path

Searched refs:t_mgt_status (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c457 } 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()
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h254 sbp2_status_t t_mgt_status; /* status block */ member