Searched refs:max_portid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c212 int max_portid = -1; local
238 -1 && portid > max_portid)
239 max_portid = portid;
243 else if (max_portid >= 0 && max_portid < MAX_MEM_NODES)
244 max_mem_nodes = max_portid + 1;
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c259 int max_portid = -1; local
286 portid > max_portid)
287 max_portid = portid;
291 else if (max_portid >= 0 && max_portid < MAX_MEM_NODES)
292 max_mem_nodes = max_portid + 1;
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c242 int max_portid = -1; local
269 portid > max_portid)
270 max_portid = portid;
274 else if (max_portid >= 0 && max_portid < MAX_MEM_NODES)
275 max_mem_nodes = max_portid + 1;
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c453 int max_portid = -1; local
480 -1 && portid > max_portid)
481 max_portid = portid;
485 else if (max_portid >= 0 && max_portid < MAX_MEM_NODES)
486 max_mem_nodes = max_portid + 1;
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c455 int max_portid = -1; local
482 -1 && portid > max_portid)
483 max_portid = portid;
487 else if (max_portid >= 0 && max_portid < MAX_MEM_NODES)
488 max_mem_nodes = max_portid + 1;

Completed in 124 milliseconds