Symbol: PCIE_ZALLOC
usr/src/uts/common/io/pciex/pcie.c
1184
pf_data_t *pfd_p = PCIE_ZALLOC(pf_data_t);
usr/src/uts/common/io/pciex/pcie.c
1198
PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t);
usr/src/uts/common/io/pciex/pcie.c
1200
PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
usr/src/uts/common/io/pciex/pcie.c
1203
PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1204
PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t);
usr/src/uts/common/io/pciex/pcie.c
1208
PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1211
PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1215
PCIE_ZALLOC(pf_pcie_rp_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1217
PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1222
PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1229
PCIE_ZALLOC(pf_pcie_adv_bdg_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1236
PCIE_ZALLOC(pf_pcix_bdg_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1240
PCIE_ZALLOC(pf_pcix_ecc_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1242
PCIE_ZALLOC(pf_pcix_ecc_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1246
PCIE_SLOT_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_slot_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1255
PCIE_ZALLOC(pf_pcix_bdg_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1259
PCIE_ZALLOC(pf_pcix_ecc_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1261
PCIE_ZALLOC(pf_pcix_ecc_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1264
PCIX_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcix_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1268
PCIE_ZALLOC(pf_pcix_ecc_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1360
PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t);
usr/src/uts/common/io/pciex/pcie.c
1362
PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
usr/src/uts/common/io/pciex/pcie.c
1363
PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1364
PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t);
usr/src/uts/common/io/pciex/pcie.c
1366
PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1367
PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1368
PCIE_RP_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_rp_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1369
PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1370
PCIE_ADV_RP_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1441
PCIE_BUS2DOM(bus_p) = PCIE_ZALLOC(pcie_domain_t);
usr/src/uts/common/io/pciex/pcie.c
2049
bus_p->bus_fab = PCIE_ZALLOC(pcie_fabric_data_t);
usr/src/uts/common/io/pciex/pciev.c
220
pcie_domain_t *dom_p = PCIE_ZALLOC(pcie_domain_t);
usr/src/uts/common/io/pciex/pciev.c
514
pd = PCIE_ZALLOC(pcie_domains_t);
usr/src/uts/common/io/pciex/pciev.c
90
pcie_req_id_list_t *rl = PCIE_ZALLOC(pcie_req_id_list_t);