Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dputtext.c53 int wlen, mlen, bdg; in puttext() local
176 bdg = wdbindf(*wp, in puttext()
179 if (bdg < 5) { in puttext()
232 bdg = wdbindf(*wp, *(wp + 1), 1); in puttext()
234 if (bdg < 5) { in puttext()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c51 #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
/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.sec-rma@PCIEXFN{within(5s)};
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c116 int bdg = erpt_p->pe_dflags & PCI_BRIDGE_DEV; in pcix_ecc_regs_gather() local
119 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS : in pcix_ecc_regs_gather()
126 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_FST_AD : in pcix_ecc_regs_gather()
129 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_SEC_AD : in pcix_ecc_regs_gather()
133 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_ATTR : PCI_PCIX_ECC_ATTR))); in pcix_ecc_regs_gather()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c109 pcie_bus_t *bus_p, boolean_t bdg);
528 pcie_bus_t *bus_p, boolean_t bdg) in pf_pcix_ecc_regs_gather() argument
530 if (bdg) { in pf_pcix_ecc_regs_gather()