Home
last modified time | relevance | path

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

/titanic_44/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()
680 if (panicstr && (eqp->eq_flags & ERRORQ_NVLIST)) { in errorq_drain()
748 if ((eqp->eq_flags & (ERRORQ_VITAL | ERRORQ_NVLIST)) != what) in errorq_panic_drain()
812 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_panic_drain()
869 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_reserve()
890 if (eqp->eq_flags & ERRORQ_NVLIST) { in errorq_reserve()
910 if (eqep == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) { in errorq_commit()
[all …]
H A Dstrsubr.c3967 !(eqp->eq_flags & ESBQ_PROCESSING)) in freebs_enqueue()
3981 eqp->eq_flags |= ESBQ_PROCESSING; in esballoc_process_queue()
4000 eqp->eq_flags &= ~ESBQ_PROCESSING; in esballoc_process_queue()
4048 eqp->eq_flags &= ~ESBQ_TIMER; in esballoc_timer()
4050 if (!(eqp->eq_flags & ESBQ_PROCESSING) && in esballoc_timer()
4063 if (eqp->eq_len > 0 && !(eqp->eq_flags & ESBQ_TIMER)) { in esballoc_set_timer()
4065 eqp->eq_flags |= ESBQ_TIMER; in esballoc_set_timer()
4082 system_esbq.eq_flags = 0; in esballoc_queue_init()
/titanic_44/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
/titanic_44/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.c3710 (eq.eq_flags & ERRORQ_ACTIVE) ? '+' : '-', in errorq()
3711 (eq.eq_flags & ERRORQ_VITAL) ? '!' : ' ', in errorq()
3712 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' '); in errorq()
/titanic_44/usr/src/uts/common/sys/
H A Derrorq_impl.h79 uint_t eq_flags; /* flags (see above) */ member
H A Dstrsubr.h1293 uint_t eq_flags; /* esballoc queue flags */ member