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

/opensolaris-onvv-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h123 sbp2_status_t ts_status; /* status block */
256 sbp2_status_t t_mgt_status; /* status block */
H A Ddefs.h185 } sbp2_status_t; typedef in typeref:struct:sbp2_status
/opensolaris-onvv-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c336 tp->t_mgt_status_fifo_buf.bb_len = sizeof (sbp2_status_t);
746 sp->s_status_fifo_buf.bb_len = sizeof (sbp2_status_t);
1578 sbp2_status_t *st;
1591 st = (sbp2_status_t *)(*bpp)->b_rptr;
1603 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t));
1663 sbp2_status_t *st;
1679 st = (sbp2_status_t *)(*bpp)->b_rptr;
1687 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t));
1723 bzero(&task->ts_status, sizeof (sbp2_status_t));

Completed in 160 milliseconds