Home
last modified time | relevance | path

Searched refs:errh_er_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Derror.c85 static void errh_er_print(errh_er_t *, const char *);
102 static void errh_drain(void *, errh_er_t *, errorq_elem_t *);
105 static void errh_handle_sp(errh_er_t *);
116 errh_er_t *head_va; in process_resumable_error()
122 head_va = (errh_er_t *)(mcpup->cpu_rq_va + head_offset + in process_resumable_error()
127 sizeof (errh_er_t)); in process_resumable_error()
165 sizeof (errh_er_t), ERRORQ_ASYNC); in process_resumable_error()
220 errh_er_t *head_va; in process_nonresumable_error()
230 head_va = (errh_er_t *)(mcpup->cpu_nrq_va + head_offset + in process_nonresumable_error()
237 sizeof (errh_er_t)); in process_nonresumable_error()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Derror.h138 } errh_er_t; typedef
142 errh_er_t errh_er; /* sun4v er record */
H A Dmachcpuvar.h172 errh_er_t *cpu_rq_lastre; /* most recent RE */
173 errh_er_t *cpu_nrq_lastnre; /* most recent NRE */