Searched refs:ecc_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ecc.h72 } ecc_t; typedef in typeref:struct:ecc
79 extern void ecc_disable_wait(ecc_t *ecc_p);
80 extern uint_t ecc_disable_nowait(ecc_t *ecc_p);
H A Dpci_var.h106 ecc_t *pci_common_ecc_p;
140 ecc_t *pci_ecc_p; /* ECC error block */
H A Dpci_chip.h74 extern void pci_ecc_setup(ecc_t *ecc_p);
H A Dpci_fm.h158 ecc_t *ecc_p;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c51 static void ecc_disable(ecc_t *, int);
67 ecc_t *ecc_p;
69 ecc_p = (ecc_t *)kmem_zalloc(sizeof (ecc_t), KM_SLEEP);
107 ecc_t *ecc_p = pci_p->pci_ecc_p;
126 ecc_t *ecc_p = pci_p->pci_ecc_p;
151 kmem_free(ecc_p, sizeof (ecc_t));
158 ecc_t *ecc_p = pci_p->pci_ecc_p;
192 ecc_disable_wait(ecc_t *ecc_p)
198 ecc_disable_nowait(ecc_t *ecc_
[all...]
H A Dpci_fm.c202 ecc_t *ecc_p = cmn_p->pci_common_ecc_p;
H A Dpcipsy.c1171 pci_ecc_setup(ecc_t *ecc_p)
H A Dpcisch.c1156 pci_ecc_setup(ecc_t *ecc_p)
2144 ecc_t *ecc_p = pci_p->pci_ecc_p;

Completed in 75 milliseconds