Lines Matching defs:nodes
159 GPTWO_DEBUG1(1, CE_CONT, "gptwocfg_allocate_node_list- %d nodes",
181 GPTWO_DEBUG2(1, CE_CONT, "gptwocfg_free_node_list- %p %d nodes",
377 "No OBP created nodes for ap=0x%lx agent id=0x%x",
543 int i = 0, nodes = 0;
566 nodes++;
571 GPTWO_DEBUG1(1, CE_CONT, "gptwocfg_get_obp_created_nodes - %d nodes "
572 "found\n", nodes);
574 obp_nodes = gptwocfg_allocate_node_list(nodes);
577 * Then fill in the nodes structure.
580 while ((saf_dev != NULL) && (i < nodes)) {