Searched refs:pcells (Results 1 – 1 of 1) sorted by relevance
879 uint32_t pcells; in ofw_bus_parse_xref_list_internal() local888 for (i = 0, cnt = 0; i < nelems; i += pcells, cnt++) { in ofw_bus_parse_xref_list_internal()891 cells_name, &pcells, sizeof(pcells)) == -1) { in ofw_bus_parse_xref_list_internal()897 if ((i + pcells) > nelems) { in ofw_bus_parse_xref_list_internal()899 pcells); in ofw_bus_parse_xref_list_internal()904 *cells= malloc(pcells * sizeof(**cells), M_OFWPROP, in ofw_bus_parse_xref_list_internal()907 *ncells = pcells; in ofw_bus_parse_xref_list_internal()908 for (j = 0; j < pcells; j++) in ofw_bus_parse_xref_list_internal()