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.esc1815 ereport.io.pciex.bdg.sec-rma@PCIEXFN;
1832 ereport.io.pciex.bdg.sec-rta@PCIEXFN;
1854 ereport.io.pciex.bdg.sec-perr@PCIEXFN;
1895 ereport.io.pciex.bdg.sec-ude@PCIEXFN;
1907 ereport.io.pciex.bdg.sec-uat@PCIEXFN,
1908 ereport.io.pciex.bdg.sec-uadr@PCIEXFN;
1936 ereport.io.pciex.bdg.sec-uat@PCIEXFN,
1948 ereport.io.pciex.bdg.uscmd@PCIEXFN;
1985 ereport.io.pciex.bdg.sec-tex@PCIEXFN;
2081 event upset.io.pciex.discard-bdg@PCIEXFN;
[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()