Searched refs:old_res (Results 1 – 1 of 1) sorted by relevance
3508 void *old_res; in alloc_res_array() local3514 old_res = pci_bus_res; in alloc_res_array()3524 if (old_res) { /* copy content and free old array */ in alloc_res_array()3525 bcopy(old_res, pci_bus_res, in alloc_res_array()3527 kmem_free(old_res, old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()