Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpci_impl.h92 struct pci_bus_resource { struct
114 extern struct pci_bus_resource *pci_bus_res; argument
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3274 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()
/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c85 struct pci_bus_resource *pci_bus_res;