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

/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c117 int lsb_to_psb[OPL_IOB_MAX])
123 for (i = 0; i < OPL_IOB_MAX; i++) {
148 if (psb < 0 || psb >= OPL_IOB_MAX) {
253 int lsb_to_psb[OPL_IOB_MAX];
254 ioboard_contents_t ioboard_list[OPL_IOB_MAX];
263 /* Make sure we don't exceed OPL_IOB_MAX */
264 if (imax >= OPL_IOB_MAX) {
265 imax = OPL_IOB_MAX;
318 if (lsb >= 0 && lsb <= OPL_IOB_MAX) {
322 if (psb >= 0 && psb < OPL_IOB_MAX) {
[all...]
H A Dopl_topo.h54 #define OPL_IOB_MAX 32 /* Max 32 IOBs per machine */ macro

Completed in 24 milliseconds