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