Searched refs:pcells (Results 1 – 1 of 1) sorted by relevance
824 uint32_t pcells; in ofw_bus_parse_xref_list_internal() local833 for (i = 0, cnt = 0; i < nelems; i += pcells, cnt++) { in ofw_bus_parse_xref_list_internal()836 cells_name, &pcells, sizeof(pcells)) == -1) { in ofw_bus_parse_xref_list_internal()842 if ((i + pcells) > nelems) { in ofw_bus_parse_xref_list_internal()844 pcells); in ofw_bus_parse_xref_list_internal()849 *cells= malloc(pcells * sizeof(**cells), M_OFWPROP, in ofw_bus_parse_xref_list_internal()852 *ncells = pcells; in ofw_bus_parse_xref_list_internal()853 for (j = 0; j < pcells; j++) in ofw_bus_parse_xref_list_internal()