Lines Matching refs:sorted
155 struct extpartition *sorted[V_NUMPAR + 1]; in findfree() local
164 list = sorted; in findfree()
169 qsort((char *)sorted, (uint_t)(list - sorted), in findfree()
170 sizeof (*sorted), partcmp); in findfree()
173 for (list = sorted; (part = *list) != NULL; ++list) in findfree()
198 struct dk_part **sorted; in findfree64() local
201 sorted = calloc(sizeof (struct dk_part), efi->efi_nparts + 1); in findfree64()
203 list = sorted; in findfree64()
210 qsort((char *)sorted, (uint_t)(list - sorted), in findfree64()
211 sizeof (*sorted), partcmp64); in findfree64()
214 for (list = sorted; (part = *list) != NULL; ++list) in findfree64()