/titanic_44/usr/src/uts/common/sys/ |
H A D | errorq.h | 40 typedef struct errorq errorq_t; typedef 57 extern errorq_t *errorq_create(const char *, errorq_func_t, void *, 60 extern errorq_t *errorq_nvcreate(const char *, errorq_func_t, void *, 63 extern void errorq_destroy(errorq_t *); 64 extern void errorq_dispatch(errorq_t *, const void *, size_t, uint_t); 65 extern void errorq_drain(errorq_t *); 68 extern errorq_elem_t *errorq_reserve(errorq_t *); 69 extern void errorq_commit(errorq_t *, errorq_elem_t *, uint_t); 70 extern void errorq_cancel(errorq_t *, errorq_elem_t *); 71 extern nvlist_t *errorq_elem_nvl(errorq_t *, const errorq_elem_t *); [all …]
|
H A D | ddifm_impl.h | 86 errorq_t *fh_errorq; /* errorq for this instance */
|
/titanic_44/usr/src/uts/common/os/ |
H A D | errorq.c | 275 static errorq_t *errorq_list = NULL; 282 errorq_drain((errorq_t *)eqp); in errorq_intr() 293 errorq_t * 297 errorq_t *eqp = kmem_alloc(sizeof (errorq_t), KM_SLEEP); in errorq_create() 318 kmem_free(eqp, sizeof (errorq_t)); in errorq_create() 329 kmem_free(eqp, sizeof (errorq_t)); in errorq_create() 392 errorq_t * 396 errorq_t *eqp; in errorq_nvcreate() 426 errorq_destroy(errorq_t *eqp) in errorq_destroy() 428 errorq_t *p, **pp; in errorq_destroy() [all …]
|
H A D | fm.c | 86 errorq_t *ereport_errorq;
|
H A D | pcifm.c | 43 errorq_t *pci_target_queue = NULL;
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | async.h | 146 extern errorq_t *ce_queue; 147 extern errorq_t *ue_queue;
|
/titanic_44/usr/src/uts/sun4u/os/ |
H A D | ecc.c | 70 errorq_t *ue_queue; /* queue of uncorrectable errors */ 71 errorq_t *ce_queue; /* queue of correctable errors */
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | mach_cpu_module.c | 94 ce_scrub_xdiag_recirc(struct async_flt *aflt, errorq_t *eqp, in ce_scrub_xdiag_recirc() 180 errorq_t *eqp, uint_t flag) in cpu_errorq_dispatch()
|
H A D | opl_olympus.c | 1589 errorq_t *eqp, uint_t flag) 2357 ce_scrub_xdiag_recirc(struct async_flt *aflt, errorq_t *eqp,
|
H A D | spitfire.c | 944 ce_scrub_xdiag_recirc(struct async_flt *ecc, errorq_t *eqp, errorq_elem_t *eqep, in ce_scrub_xdiag_recirc() 4109 errorq_t *eqp, uint_t flag) in cpu_errorq_dispatch()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | fm.c | 47 errorq_t eq; in ereportq_pend_walk_init() 99 errorq_t eq; in ereportq_dump_walk_init()
|
H A D | genunix.c | 3523 errorq_t eq; in errorq_walk_step() 3579 errorq_t eq; in eqd_walk_init() 3674 errorq_t eq; in errorq()
|
/titanic_44/usr/src/uts/common/sys/fm/ |
H A D | util.h | 82 extern errorq_t *ereport_errorq;
|
/titanic_44/usr/src/uts/intel/io/intel_nhm/ |
H A D | nhm_log.h | 53 extern errorq_t *nhm_queue;
|
H A D | nhm_init.c | 48 errorq_t *nhm_queue;
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | error.c | 46 errorq_t *ue_queue; /* queue of uncorrectable errors */ 47 errorq_t *ce_queue; /* queue of correctable errors */ 48 errorq_t *errh_queue; /* queue of sun4v error reports */ 489 errorq_t *eqp; in cpu_queue_one_event()
|
/titanic_44/usr/src/uts/sun4u/opl/sys/pcicmu/ |
H A D | pcmu_err.h | 60 extern errorq_t *pcmu_ecc_queue; /* per-system ecc handling queue */
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_fm.h | 68 extern errorq_t *pci_ecc_queue; /* per-system ecc handling queue */
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | cpu_module.h | 188 void cpu_errorq_dispatch(char *, void *, size_t, errorq_t *, uint_t);
|
H A D | machsystm.h | 346 extern int ce_scrub_xdiag_recirc(struct async_flt *, errorq_t *,
|
/titanic_44/usr/src/uts/intel/io/intel_nb5000/ |
H A D | nb_log.h | 307 extern errorq_t *nb_queue;
|
H A D | nb5000_init.c | 68 errorq_t *nb_queue;
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pci.c | 141 errorq_t *pci_ecc_queue = NULL; /* per-system ecc handling queue */ 142 extern errorq_t *pci_target_queue;
|
/titanic_44/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 230 static errorq_t *gcpu_mca_queue;
|
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcicmu.c | 245 errorq_t *pcmu_ecc_queue = NULL; /* per-system ecc handling queue */
|