Lines Matching refs:shbp

80 sbdp_showbd_2_sbd_stat(show_board_t *shbp, sbd_stat_t *stp, int board)  in sbdp_showbd_2_sbd_stat()  argument
87 (void) strcpy(stp->s_info, shbp->s_info); in sbdp_showbd_2_sbd_stat()
88 stp->s_power = shbp->s_power; in sbdp_showbd_2_sbd_stat()
90 (void) strcpy(stp->s_type, shbp->s_type); in sbdp_showbd_2_sbd_stat()
92 if (shbp->s_present == 0) { in sbdp_showbd_2_sbd_stat()
100 } else if (shbp->s_claimed == 0) in sbdp_showbd_2_sbd_stat()
106 stp->s_assigned = shbp->s_assigned; in sbdp_showbd_2_sbd_stat()
107 stp->s_cond = shbp->s_cond; in sbdp_showbd_2_sbd_stat()
124 show_board_t show_bd, *shbp = &show_bd; in sbdp_get_board_status() local
150 bzero(shbp, sizeof (show_board_t)); in sbdp_get_board_status()
151 shbp->s_cond = -1; in sbdp_get_board_status()
152 shbp->s_power = -1; in sbdp_get_board_status()
153 shbp->s_assigned = -1; in sbdp_get_board_status()
154 shbp->s_claimed = -1; in sbdp_get_board_status()
155 shbp->s_present = -1; in sbdp_get_board_status()
158 sbdp_init_msg_pkt(resp, DR_MBOX_SHOW_BOARD, len, (caddr_t)shbp); in sbdp_get_board_status()
198 bcopy(bdp->bd_sc, shbp, sizeof (show_board_t)); in sbdp_get_board_status()
214 bcopy(shbp, bdp->bd_sc, sizeof (show_board_t)); in sbdp_get_board_status()
225 board, shbp->revision, shbp->s_cond, shbp->s_power, in sbdp_get_board_status()
226 shbp->s_assigned, shbp->s_claimed, shbp->s_present, in sbdp_get_board_status()
227 shbp->s_ledstatus, shbp->s_type, shbp->s_info); in sbdp_get_board_status()
232 sbdp_showbd_2_sbd_stat(shbp, stp, board); in sbdp_get_board_status()