Home
last modified time | relevance | path

Searched defs:errorq (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Derrorq_impl.h69 struct errorq { struct
71 errorq_kstat_t eq_kstat; /* kstat data (see above) */ argument
73 errorq_func_t eq_func; /* drain callback */ argument
82 errorq_elem_t *eq_elems; /* array of all elements */ argument
83 errorq_elem_t *eq_phead; /* head of processing list */ argument
84 errorq_elem_t *eq_ptail; /* tail of processing list */ argument
85 errorq_elem_t *eq_pend; /* list of pending errors */ argument
87 errorq_elem_t *eq_dump; /* list of crash dump elem's */ argument
88 struct errorq *eq_next; /* next errorq on global list */ argument
89 index_t eq_rotor; /* best efforts bitmap rotor */
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3671 errorq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in errorq() function