Home
last modified time | relevance | path

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

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