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;
433 eqp->eq_flags &= ~ERRORQ_ACTIVE;
450 if (eqp->eq_flags & ERRORQ_NVLIST) {
526 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) {
680 if (panicstr && (eqp->eq_flags & ERRORQ_NVLIST)) {
748 if ((eqp->eq_flags & (ERRORQ_VITAL | ERRORQ_NVLIST)) != what)
812 if (eqp->eq_flags & ERRORQ_NVLIST) {
869 if (eqp == NULL || !(eqp->eq_flags & ERRORQ_ACTIVE)) {
890 if (eqp->eq_flags & ERRORQ_NVLIST) {
910 if (eqep == NULL || !(eqp->eq_flags
[all...]
H A Dstrsubr.c3967 !(eqp->eq_flags & ESBQ_PROCESSING))
3981 eqp->eq_flags |= ESBQ_PROCESSING;
4000 eqp->eq_flags &= ~ESBQ_PROCESSING;
4048 eqp->eq_flags &= ~ESBQ_TIMER;
4050 if (!(eqp->eq_flags & ESBQ_PROCESSING) &&
4063 if (eqp->eq_len > 0 && !(eqp->eq_flags & ESBQ_TIMER)) {
4065 eqp->eq_flags |= ESBQ_TIMER;
4082 system_esbq.eq_flags = 0;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c247 while (!(eq->eq_flags & FMD_EVENTQ_ABORT) &&
248 (eq->eq_size == 0 || (eq->eq_flags & FMD_EVENTQ_SUSPEND)))
251 if (eq->eq_flags & FMD_EVENTQ_ABORT) {
351 eq->eq_flags |= FMD_EVENTQ_SUSPEND;
359 eq->eq_flags &= ~FMD_EVENTQ_SUSPEND;
377 eq->eq_flags |= FMD_EVENTQ_ABORT;
H A Dfmd_eventq.h66 uint_t eq_flags; /* flags for abort and suspend */ member in struct:fmd_eventq
/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h79 uint_t eq_flags; /* flags (see above) */ member in struct:errorq
H A Dstrsubr.h1293 uint_t eq_flags; /* esballoc queue flags */ member in struct:esb_queue
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c61 if (!(eq.eq_flags & ERRORQ_NVLIST)) {
113 if (!(eq.eq_flags & ERRORQ_NVLIST)) {
H A Dgenunix.c3793 (eq.eq_flags & ERRORQ_ACTIVE) ? '+' : '-',
3794 (eq.eq_flags & ERRORQ_VITAL) ? '!' : ' ',
3795 (eq.eq_flags & ERRORQ_NVLIST) ? '*' : ' ');

Completed in 92 milliseconds