Lines Matching defs:node
121 * out of memory local to the node.
437 int node;
439 node = slice_to_memnode[PFN_2_SLICE(pfn)];
441 return (node);
632 * find the /chosen SBBC node, prom interface will handle errors
636 * get the 'iosram' property from the /chosen node
1001 int node = SG_PORTID_TO_NODEID(mcid);
1015 SG_SET_FRU_NAME_NODE(new_unum, node);
1021 SG_SET_FRU_NAME_NODE(new_unum, node);
1037 int node = SG_PORTID_TO_NODEID(cpuid);
1040 if (snprintf(buf, buflen, "/N%d/%s%d", node,
1374 static pnode_t node;
1378 node = prom_finddevice("/openprom");
1379 if (node == OBP_BADNODE)
1382 plen = prom_getproplen(node, version);
1385 (void) prom_getprop(node, version, vers);