Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3273 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()
/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c86 struct pci_bus_resource *pci_bus_res;