Symbol: PCI_CONF_SUBCLASS
usr/src/uts/common/io/cardbus/cardbus_cfg.c
1872
sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2589
sub_class = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3640
wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) |
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3848
wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) |
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3932
classcode = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) |
usr/src/uts/common/io/cardbus/cardbus_cfg.c
4329
pci_config_get8(config_handle, PCI_CONF_SUBCLASS),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
833
sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/cardbus/cardbus_hp.c
1648
PCI_CONF_SUBCLASS);
usr/src/uts/common/io/e1000g/e1000g_debug.c
401
pci_config_get8(handle, PCI_CONF_SUBCLASS));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
649
pci_config_get8(qlge->pci_handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
1410
PCI_CONF_SUBCLASS);
usr/src/uts/common/io/igb/igb_debug.c
81
pci_config_get8(handle, PCI_CONF_SUBCLASS));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
206
pci_config_get8(handle, PCI_CONF_SUBCLASS));
usr/src/uts/common/io/ntxn/unm_gem.c
334
sub_class = pci_config_get8(pci_cfg_hdl, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/pciex/hotplug/pciehpc.c
2960
sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/pciex/hotplug/pcishpc.c
501
sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/pciex/pci_props.c
405
prop->ppd_subclass = pci_prop_get8(acc, prop, PCI_CONF_SUBCLASS);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
624
subclass = pci_config_get8(pci_conf_handle, PCI_CONF_SUBCLASS);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1269
sub_class = pci_config_get8(handle, PCI_CONF_SUBCLASS);
usr/src/uts/i86pc/io/mp_platform_common.c
1436
PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) {
usr/src/uts/i86pc/io/pciex/npe_misc.c
297
scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS);
usr/src/uts/i86pc/io/psm/psm_common.c
353
PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI));
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1379
subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
409
pci_config_get8(config_handle, PCI_CONF_SUBCLASS));
usr/src/uts/intel/io/pci/pci_boot.c
2517
subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS);
usr/src/uts/intel/io/pci/pci_boot.c
2912
subclass = pci_getb(bus, dev, func, PCI_CONF_SUBCLASS);
usr/src/uts/sun4/io/pcicfg.c
1450
subclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
usr/src/uts/sun4/io/pcicfg.c
3445
wordval = (pci_config_get16(config_handle, PCI_CONF_SUBCLASS)<< 8) |
usr/src/uts/sun4/io/pcicfg.c
3619
classcode = pci_config_get16(config_handle, PCI_CONF_SUBCLASS);
usr/src/uts/sun4/io/pcicfg.c
3621
psubclass = pci_config_get8(config_handle, PCI_CONF_SUBCLASS);
usr/src/uts/sun4/io/pcicfg.c
440
pci_config_get8(config_handle, PCI_CONF_SUBCLASS));
usr/src/uts/sun4u/io/pci/db21554.c
1623
hdr_off + PCI_CONF_SUBCLASS);