Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h94 struct pci_bus_resource { struct
120 extern struct pci_bus_resource *pci_bus_res; argument
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3521 pci_bus_res = (struct pci_bus_resource *)kmem_zalloc( in alloc_res_array()
3522 array_size * sizeof (struct pci_bus_resource), KM_SLEEP); in alloc_res_array()
3526 old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()
3527 kmem_free(old_res, old_size * sizeof (struct pci_bus_resource)); in alloc_res_array()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c88 struct pci_bus_resource *pci_bus_res;