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

/opensolaris-onvv-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) argument
87 (void) strcpy(stp->s_info, shbp->s_info);
88 stp->s_power = shbp->s_power;
90 (void) strcpy(stp->s_type, shbp->s_type);
92 if (shbp->s_present == 0) {
100 } else if (shbp->s_claimed == 0)
106 stp->s_assigned = shbp->s_assigned;
107 stp->s_cond = shbp->s_cond;
124 show_board_t show_bd, *shbp = &show_bd; local
150 bzero(shbp, sizeo
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1703 show_board_t show_bd, *shbp = &show_bd; local
1745 bzero(shbp, sizeof (show_board_t));
1746 shbp->s_cond = -1;
1747 shbp->s_power = -1;
1748 shbp->s_assigned = -1;
1749 shbp->s_claimed = -1;
1750 shbp->s_present = -1;
1757 resp.msg_buf = (caddr_t)shbp;
1843 if (shbp->s_assigned == -1) {
1880 ptr->condition = shbp
[all...]

Completed in 49 milliseconds