Home
last modified time | relevance | path

Searched refs:pcicfg_configure (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcicfg.h44 int pcicfg_configure(dev_info_t *, uint_t, uint_t, pcicfg_flags_t);
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c331 if (pcicfg_configure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0) in pcie_hp_probe()
406 ret = pcicfg_configure(dip, (int)dev, (int)func, in pcie_read_only_probe()
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1559 if (pcicfg_configure(self, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_configure_ap()
2155 if (pcicfg_configure(dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_new_slot_state()
2465 if (pcicfg_configure(pcihp_p->dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_event_handler()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S979 STUB(pcicfg, pcicfg_configure, 0);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S805 STUB(pcicfg, pcicfg_configure, 0);
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c550 pcicfg_configure(dev_info_t *devi, uint_t device, uint_t function, in pcicfg_configure() function
942 rc = pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0); in pcicfg_configure_ntbridge()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c712 pcicfg_configure(dev_info_t *devi, uint_t device, uint_t function, in pcicfg_configure() function
1043 if (pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0) in pcicfg_configure_ntbridge()