Home
last modified time | relevance | path

Searched refs:eq_flags (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c347 eqp->eq_flags = flags | ERRORQ_ACTIVE; in errorq_create()
433 eqp->eq_flags &= ~ERRORQ_ACTIVE; in errorq_destroy()
450 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_destroy()
526 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_dispatch()
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()
871 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_reserve()
892 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_reserve()
912 if (eqep == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_commit()
[all …]
H A Dstrsubr.c3991 !(eqp->eq_flags & ESBQ_PROCESSING)) in freebs_enqueue()
4005 eqp->eq_flags |= ESBQ_PROCESSING; in esballoc_process_queue()
4024 eqp->eq_flags &= ~ESBQ_PROCESSING; in esballoc_process_queue()
4072 eqp->eq_flags &= ~ESBQ_TIMER; in esballoc_timer()
4074 if (!(eqp->eq_flags & ESBQ_PROCESSING) && in esballoc_timer()
4087 if (eqp->eq_len > 0 && !(eqp->eq_flags & ESBQ_TIMER)) { in esballoc_set_timer()
4089 eqp->eq_flags |= ESBQ_TIMER; in esballoc_set_timer()
4106 system_esbq.eq_flags = 0; in esballoc_queue_init()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c247 while (!(eq->eq_flags & FMD_EVENTQ_ABORT) && in fmd_eventq_delete()
248 (eq->eq_size == 0 || (eq->eq_flags & FMD_EVENTQ_SUSPEND))) in fmd_eventq_delete()
251 if (eq->eq_flags & FMD_EVENTQ_ABORT) { in fmd_eventq_delete()
351 eq->eq_flags |= FMD_EVENTQ_SUSPEND; in fmd_eventq_suspend()
359 eq->eq_flags &= ~FMD_EVENTQ_SUSPEND; in fmd_eventq_resume()
377 eq->eq_flags |= FMD_EVENTQ_ABORT; in fmd_eventq_abort()
H A Dfmd_eventq.h66 uint_t eq_flags; /* flags for abort and suspend */ member
/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.c4001 (eq.eq_flags & ERRORQ_ACTIVE) ? '+' : '-', in errorq()
4002 (eq.eq_flags & ERRORQ_VITAL) ? '!' : ' ', in errorq()
4003 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' '); in errorq()
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h79 uint_t eq_flags; /* flags (see above) */ member
H A Dstrsubr.h1306 uint_t eq_flags; /* esballoc queue flags */ member