Home
last modified time | relevance | path

Searched refs:errorq_t (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/uts/common/sys/
H A Derrorq.h40 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 Dddifm_impl.h86 errorq_t *fh_errorq; /* errorq for this instance */
/titanic_44/usr/src/uts/common/os/
H A Derrorq.c275 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 Dfm.c86 errorq_t *ereport_errorq;
H A Dpcifm.c43 errorq_t *pci_target_queue = NULL;
/titanic_44/usr/src/uts/sun4/sys/
H A Dasync.h146 extern errorq_t *ce_queue;
147 extern errorq_t *ue_queue;
/titanic_44/usr/src/uts/sun4u/os/
H A Decc.c70 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 Dmach_cpu_module.c94 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 Dopl_olympus.c1589 errorq_t *eqp, uint_t flag)
2357 ce_scrub_xdiag_recirc(struct async_flt *aflt, errorq_t *eqp,
H A Dspitfire.c944 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 Dfm.c47 errorq_t eq; in ereportq_pend_walk_init()
99 errorq_t eq; in ereportq_dump_walk_init()
H A Dgenunix.c3523 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 Dutil.h82 extern errorq_t *ereport_errorq;
/titanic_44/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_log.h53 extern errorq_t *nhm_queue;
H A Dnhm_init.c48 errorq_t *nhm_queue;
/titanic_44/usr/src/uts/sun4v/os/
H A Derror.c46 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 Dpcmu_err.h60 extern errorq_t *pcmu_ecc_queue; /* per-system ecc handling queue */
/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Dpci_fm.h68 extern errorq_t *pci_ecc_queue; /* per-system ecc handling queue */
/titanic_44/usr/src/uts/sun4u/sys/
H A Dcpu_module.h188 void cpu_errorq_dispatch(char *, void *, size_t, errorq_t *, uint_t);
H A Dmachsystm.h346 extern int ce_scrub_xdiag_recirc(struct async_flt *, errorq_t *,
/titanic_44/usr/src/uts/intel/io/intel_nb5000/
H A Dnb_log.h307 extern errorq_t *nb_queue;
H A Dnb5000_init.c68 errorq_t *nb_queue;
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci.c141 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 Dgcpu_mca.c230 static errorq_t *gcpu_mca_queue;
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c245 errorq_t *pcmu_ecc_queue = NULL; /* per-system ecc handling queue */

12