Searched refs:bdg (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libadm/common/ |
H A D | puttext.c | 54 int wlen, mlen, bdg; in puttext() local 177 bdg = wdbindf(*wp, in puttext() 180 if (bdg < 5) { in puttext() 233 bdg = wdbindf(*wp, *(wp + 1), 1); in puttext() 235 if (bdg < 5) { in puttext()
|
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fire.c | 51 #define FAB_FIRE_UE(fb, bit, sts, bdg) \ argument 52 FAB_FIRE_PEC_BIT(fb), PCIE_AER_UCE_ ## bit, sts, bdg 53 #define FAB_OB_UE(fb, bit, sts, bdg) \ argument 54 FAB_OB_PEC_BIT(fb), PCIE_AER_UCE_ ## bit, sts, bdg
|
/titanic_44/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 895 event ereport.io.pciex.bdg.sec-interr@PCIEXFN{within(5s)}; 896 event ereport.io.pciex.bdg.sec-ude@PCIEXFN{within(5s)}; 972 ereport.io.pciex.bdg.sec-interr@PCIEXFN; 1787 event ereport.io.pciex.bdg.uscmd@PCIEXFN{within(5s)}; 1788 event ereport.io.pciex.bdg.sec-perr@PCIEXFN{within(5s)}; 1789 event ereport.io.pciex.bdg.sec-uadr@PCIEXFN{within(5s)}; 1790 event ereport.io.pciex.bdg.sec-uat@PCIEXFN{within(5s)}; 1791 event ereport.io.pciex.bdg.sec-serr@PCIEXFN{within(5s)}; 1792 event ereport.io.pciex.bdg.sec-tex@PCIEXFN{within(5s)}; 1793 event ereport.io.pciex.bdg.sec-rma@PCIEXFN{within(5s)}; [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | pcifm.c | 112 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; in pcix_ecc_regs_gather() local 115 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS : in pcix_ecc_regs_gather() 122 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_FST_AD : in pcix_ecc_regs_gather() 125 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_SEC_AD : in pcix_ecc_regs_gather() 129 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_ATTR : PCI_PCIX_ECC_ATTR))); in pcix_ecc_regs_gather()
|
/titanic_44/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 107 pcie_bus_t *bus_p, boolean_t bdg); 493 pcie_bus_t *bus_p, boolean_t bdg) in pf_pcix_ecc_regs_gather() argument 495 if (bdg) { in pf_pcix_ecc_regs_gather()
|