Searched defs:pcie_device_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c796 uint8_t pcie_device_type = 0; local
815 pcie_device_type = 1;
819 if (pcicfg_set_busnode_props(new_device, pcie_device_type)
3331 pcicfg_set_busnode_props(dev_info_t *dip, uint8_t pcie_device_type) argument
3336 if (pcie_device_type)
4056 uint8_t pcie_device_type = 0; local
4468 pcie_device_type = 1;
4473 if (pcicfg_set_busnode_props(new_child, pcie_device_type)
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c917 uint8_t pcie_device_type = 0; local
936 pcie_device_type = 1;
940 if (pcicfg_set_busnode_props(new_device, pcie_device_type, -1, -1) !=
3558 pcicfg_set_busnode_props(dev_info_t *dip, uint8_t pcie_device_type, argument
3564 if (pcie_device_type)
4908 uint8_t pcie_device_type = 0; local
5213 pcie_device_type = 1;
5218 if (pcicfg_set_busnode_props(new_child, pcie_device_type,

Completed in 63 milliseconds