Searched defs:errorq (Results 1 – 2 of 2) sorted by relevance
69 struct errorq { struct71 errorq_kstat_t eq_kstat; /* kstat data (see above) */ argument73 errorq_func_t eq_func; /* drain callback */ argument82 errorq_elem_t *eq_elems; /* array of all elements */ argument83 errorq_elem_t *eq_phead; /* head of processing list */ argument84 errorq_elem_t *eq_ptail; /* tail of processing list */ argument85 errorq_elem_t *eq_pend; /* list of pending errors */ argument87 errorq_elem_t *eq_dump; /* list of crash dump elem's */ argument88 struct errorq *eq_next; /* next errorq on global list */ argument89 index_t eq_rotor; /* best efforts bitmap rotor */
3671 errorq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in errorq() function