Searched refs:ERRORQ_NVLIST (Results 1 – 4 of 4) sorted by relevance
400 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 …]
61 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_pend_walk_init()113 if (!(eq.eq_flags & ERRORQ_NVLIST)) { in ereportq_dump_walk_init()
4009 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' '); in errorq()
65 #define ERRORQ_NVLIST 0x00020000 /* nvlist queue */ macro