Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c328 chp->ch_holdpend == CH_HOLD_PEND_INDEF); in evch_zonefree()
1105 p->ch_holdpend = CH_HOLD_PEND_INDEF; in evch_chbind()
1107 p->ch_holdpend = CH_HOLD_PEND; in evch_chbind()
1161 (chp->ch_nevents == 0 || chp->ch_holdpend != CH_HOLD_PEND_INDEF)) { in evch_chunbind()
1319 if (chp->ch_holdpend && evch_dl_getnum(&chp->ch_subscr) == 1) { in evch_chsubscribe()
1343 if (chp->ch_holdpend) { in evch_chunsubscribe()
1398 if (!(chp->ch_holdpend && evch_dl_getnum(&chp->ch_subscr) == 0)) { in evch_chunsubscribe()
1531 p->cd_holdpend = chp->ch_holdpend; in evch_chgetchdata()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h395 int ch_holdpend; /* Hold pending events mode if != 0 */ member