Searched refs:pci_bus_resource (Results 1 – 3 of 3) sorted by relevance
92 struct pci_bus_resource { struct114 extern struct pci_bus_resource *pci_bus_res; argument
3274 pci_bus_res = (struct pci_bus_resource *)kmem_zalloc( in alloc_res_array()3275 array_size * sizeof (struct pci_bus_resource), KM_SLEEP); in alloc_res_array()3279 old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()3280 kmem_free(old_res, old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()
85 struct pci_bus_resource *pci_bus_res;