Searched refs:old_res (Results 1 – 1 of 1) sorted by relevance
3261 void *old_res; in alloc_res_array() local3267 old_res = pci_bus_res; in alloc_res_array()3277 if (old_res) { /* copy content and free old array */ in alloc_res_array()3278 bcopy(old_res, pci_bus_res, in alloc_res_array()3280 kmem_free(old_res, old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()