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
3273 pci_bus_res = (struct pci_bus_resource *)kmem_zalloc( in alloc_res_array()3274 array_size * sizeof (struct pci_bus_resource), KM_SLEEP); in alloc_res_array()3278 old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()3279 kmem_free(old_res, old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()
86 struct pci_bus_resource *pci_bus_res;