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

/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/sys/
H A Dopl_hwdesc.h39 #define HWD_SBS_PER_DOMAIN 32 /* System boards per domain */ macro
127 hwd_stat_t sb_status[HWD_SBS_PER_DOMAIN]; /* status of all LSBs */
129 uint8_t sb_psb_number[HWD_SBS_PER_DOMAIN];
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c45 static opl_board_cfg_t opl_boards[HWD_SBS_PER_DOMAIN];
216 for (bd = 0; bd < HWD_SBS_PER_DOMAIN; bd++)
549 ASSERT((board >= 0) && (board < HWD_SBS_PER_DOMAIN));
2317 if ((board >= HWD_SBS_PER_DOMAIN) || !OPL_VALID_CHANNEL(channel) ||
2650 if ((board < 0) || (board >= HWD_SBS_PER_DOMAIN))
2832 if ((board < 0) || (board >= HWD_SBS_PER_DOMAIN))
/opensolaris-onvv-gate/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/
H A Doplhwd.c377 for (i = 0; i < HWD_SBS_PER_DOMAIN; i++) {

Completed in 79 milliseconds