Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c80 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()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1703 show_board_t show_bd, *shbp = &show_bd; in sgenv_get_board_info_data() local
1743 bzero(shbp, sizeof (show_board_t)); in sgenv_get_board_info_data()
1744 shbp->s_cond = -1; in sgenv_get_board_info_data()
1745 shbp->s_power = -1; in sgenv_get_board_info_data()
1746 shbp->s_assigned = -1; in sgenv_get_board_info_data()
1747 shbp->s_claimed = -1; in sgenv_get_board_info_data()
1748 shbp->s_present = -1; in sgenv_get_board_info_data()
1755 resp.msg_buf = (caddr_t)shbp; in sgenv_get_board_info_data()
1841 if (shbp->s_assigned == -1) { in sgenv_get_board_info_data()
1878 ptr->condition = shbp->s_cond; in sgenv_get_board_info_data()
[all …]