Home
last modified time | relevance | path

Searched refs:old_res (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3508 void *old_res; in alloc_res_array() local
3514 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()