Symbol: PCI_CONF_HDR_SIZE
usr/src/cmd/pcieadm/pcieadm_cfgspace.c
5392
for (uint32_t i = PCI_CAP_PTR_OFF / 4; i < PCI_CONF_HDR_SIZE / 4; i++) {
usr/src/cmd/pcieadm/pcieadm_cfgspace.c
5403
PCI_CONF_HDR_SIZE - PCI_CAP_PTR_OFF);
usr/src/uts/common/io/bge/bge_chip2.c
5872
maxoff = PCI_CONF_HDR_SIZE;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3584
while ((cap_id_loc) && (cap_id_loc < PCI_CONF_HDR_SIZE)) {
usr/src/uts/common/io/nge/nge_chip.c
1887
maxoff = PCI_CONF_HDR_SIZE;
usr/src/uts/common/io/rge/rge_chip.c
1919
maxoff = PCI_CONF_HDR_SIZE;
usr/src/uts/common/os/sunpci.c
400
regbuf = (uint32_t *)kmem_zalloc((size_t)PCI_CONF_HDR_SIZE,
usr/src/uts/common/os/sunpci.c
457
kmem_free(regbuf, (size_t)PCI_CONF_HDR_SIZE);
usr/src/uts/i86pc/io/pci/pci_common.c
1300
if ((offset >= PCI_CONF_HDR_SIZE) ||
usr/src/uts/i86pc/io/pci/pci_common.c
1301
(len > PCI_CONF_HDR_SIZE) ||
usr/src/uts/i86pc/io/pci/pci_common.c
1302
(offset + len > PCI_CONF_HDR_SIZE))
usr/src/uts/i86pc/io/pci/pci_tools.c
68
static uint64_t max_cfg_size = PCI_CONF_HDR_SIZE;
usr/src/uts/i86pc/os/pci_cfgacc_x86.c
39
#define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
usr/src/uts/intel/io/pciex/pcie_nvidia.c
212
regs[0].pci_size_low = assigned[0].pci_size_low = PCI_CONF_HDR_SIZE;
usr/src/uts/intel/io/pciex/pcie_nvidia.c
221
regs[1].pci_size_low = assigned[1].pci_size_low = PCI_CONF_HDR_SIZE;
usr/src/uts/sun4/io/px/px_util.c
222
if (reg_begin > PCI_CONF_HDR_SIZE)
usr/src/uts/sun4/io/px/px_util.c
224
reg_sz = reg_sz ? MIN(reg_sz, PCI_CONF_HDR_SIZE) :
usr/src/uts/sun4/io/px/px_util.c
225
PCI_CONF_HDR_SIZE;
usr/src/uts/sun4u/io/pci/db21554.c
1813
if ((offset >= PCI_CONF_HDR_SIZE) ||
usr/src/uts/sun4u/io/pci/db21554.c
1814
(len > PCI_CONF_HDR_SIZE) ||
usr/src/uts/sun4u/io/pci/db21554.c
1815
(offset + len > PCI_CONF_HDR_SIZE)) {
usr/src/uts/sun4u/io/pci/db21554.c
550
PCI_CONF_HDR_SIZE, &db_csr_attr, &dbp->conf_handle))
usr/src/uts/sun4u/io/pci/pci_util.c
224
if (reg_begin > PCI_CONF_HDR_SIZE)
usr/src/uts/sun4u/io/pci/pci_util.c
226
sz = sz ? MIN(sz, PCI_CONF_HDR_SIZE) : PCI_CONF_HDR_SIZE;
usr/src/uts/sun4u/io/pci/pcipsy.c
348
PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[1]) != DDI_SUCCESS) {
usr/src/uts/sun4u/io/pci/pcisch.c
495
PCI_CONF_HDR_SIZE, &attr, &pci_p->pci_ac[2]) != DDI_SUCCESS) {
usr/src/uts/sun4u/io/pciex/pci_cfgacc_4u.c
36
#define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1204
PCI_CONF_HDR_SIZE, &attr, &pcmu_p->pcmu_ac[1]) != DDI_SUCCESS) {
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_util.c
201
if (reg_begin > PCI_CONF_HDR_SIZE) {
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_util.c
204
sz = sz ? MIN(sz, PCI_CONF_HDR_SIZE) : PCI_CONF_HDR_SIZE;
usr/src/uts/sun4v/io/pciex/pci_cfgacc_4v.c
42
#define PCIE_CFG_SPACE_SIZE (PCI_CONF_HDR_SIZE << 4)