Symbol: PCICFG_ALL_FUNC
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1559
if (pcicfg_configure(self, pci_dev, PCICFG_ALL_FUNC, 0)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1719
PCICFG_ALL_FUNC, 0) == PCICFG_SUCCESS) {
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2155
if (pcicfg_configure(dip, pci_dev, PCICFG_ALL_FUNC, 0)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2465
if (pcicfg_configure(pcihp_p->dip, pci_dev, PCICFG_ALL_FUNC, 0)
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
2613
PCICFG_ALL_FUNC, 0) == PCICFG_SUCCESS) {
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
331
if (pcicfg_configure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0)
usr/src/uts/common/io/pciex/hotplug/pcie_hp.c
365
if (pcicfg_unconfigure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1324
return (pcicfg_unconfigure(new_device, devno, PCICFG_ALL_FUNC, 0));
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1506
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1532
if (function != PCICFG_ALL_FUNC)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1561
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
602
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
758
if ((function != PCICFG_ALL_FUNC) && (function != func))
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
945
rc = pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0);
usr/src/uts/sun4/io/pcicfg.c
1043
if (pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0)
usr/src/uts/sun4/io/pcicfg.c
1377
return (pcicfg_unconfigure(new_device, devno, PCICFG_ALL_FUNC, 0));
usr/src/uts/sun4/io/pcicfg.c
1593
if (function != PCICFG_ALL_FUNC)
usr/src/uts/sun4/io/pcicfg.c
747
if ((function != PCICFG_ALL_FUNC) && (function != func))