pcicfg_configure
if (pcicfg_configure(self, pci_dev, PCICFG_ALL_FUNC, 0)
if (pcicfg_configure(dip, pci_dev, PCICFG_ALL_FUNC, 0)
if (pcicfg_configure(pcihp_p->dip, pci_dev, PCICFG_ALL_FUNC, 0)
if (pcicfg_configure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0)
ret = pcicfg_configure(dip, (int)dev, (int)func,
int pcicfg_configure(dev_info_t *, uint_t, uint_t, pcicfg_flags_t);
rc = pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0);
if (pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0)