Home
last modified time | relevance | path

Searched refs:ERRORQ_NVLIST (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c400 size + sizeof (errorq_nvelem_t), ipl, flags | ERRORQ_NVLIST); in errorq_nvcreate()
450 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_destroy()
681 if (panicstr && (eqp->eq_flags & ERRORQ_NVLIST)) { in errorq_drain()
750 if ((eqp->eq_flags & (ERRORQ_VITAL | ERRORQ_NVLIST)) != what) in errorq_panic_drain()
814 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_panic_drain()
855 (void) errorq_panic_drain(ERRORQ_VITAL | ERRORQ_NVLIST); in errorq_panic()
856 (void) errorq_panic_drain(ERRORQ_NVLIST); in errorq_panic()
892 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_reserve()
961 if (!(eqp->eq_flags & ERRORQ_NVLIST) || in errorq_dump()
1010 ASSERT(eqp->eq_flags & ERRORQ_ACTIVE && eqp->eq_flags & ERRORQ_NVLIST); in errorq_elem_nvl()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c61 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_pend_walk_init()
113 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_dump_walk_init()
H A Dgenunix.c4009 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' '); in errorq()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h65 #define ERRORQ_NVLIST 0x00020000 /* nvlist queue */ macro