Home
last modified time | relevance | path

Searched refs:eq_holdmode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c427 if (eqp->eq_holdmode) { in evch_delivery_hold()
433 } while (eqp->eq_holdmode); in evch_delivery_hold()
457 while (eqp->eq_holdmode == 0 && eqp->eq_tabortflag == 0 && in evch_delivery_thr()
477 eqp->eq_holdmode = 1; in evch_delivery_thr()
569 eqp->eq_holdmode = 0; in evch_evq_destroy()
672 eqp->eq_holdmode = 1; in evch_evq_stop()
687 eqp->eq_holdmode = 0; in evch_evq_continue()
698 return (eqp->eq_holdmode); in evch_evq_status()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h329 int eq_holdmode; /* Hold event delivery */ member