Searched refs:bdg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dputtext.c54 int wlen, mlen, bdg; local
177 bdg = wdbindf(*wp,
180 if (bdg < 5) {
233 bdg = wdbindf(*wp, *(wp + 1), 1);
235 if (bdg < 5) {
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c51 #define FAB_FIRE_UE(fb, bit, sts, bdg) \
52 FAB_FIRE_PEC_BIT(fb), PCIE_AER_UCE_ ## bit, sts, bdg
53 #define FAB_OB_UE(fb, bit, sts, bdg) \
54 FAB_OB_PEC_BIT(fb), PCIE_AER_UCE_ ## bit, sts, bdg
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc895 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
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c112 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; local
115 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS :
122 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_FST_AD :
125 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_SEC_AD :
129 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_ATTR : PCI_PCIX_ECC_ATTR)));
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c107 pcie_bus_t *bus_p, boolean_t bdg);
493 pcie_bus_t *bus_p, boolean_t bdg)
495 if (bdg) {
492 pf_pcix_ecc_regs_gather(pf_pcix_ecc_regs_t *pcix_ecc_regs, pcie_bus_t *bus_p, boolean_t bdg) argument

Completed in 87 milliseconds