Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c354 eqp->eq_dump = NULL; in errorq_create()
652 dep = eqp->eq_dump; in errorq_drain()
682 if (eqp->eq_dump == NULL) in errorq_drain()
683 dep = eqp->eq_dump = eep; in errorq_drain()
815 if (eqp->eq_dump == NULL) in errorq_panic_drain()
816 dep = eqp->eq_dump = eep; in errorq_panic_drain()
965 for (eep = eqp->eq_dump; eep != NULL; eep = eep->eqe_dump) { in errorq_dump()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h87 errorq_elem_t *eq_dump; /* list of crash dump elem's */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c118 wsp->walk_addr = (uintptr_t)eq.eq_dump; in ereportq_dump_walk_init()