Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Devchannels.c324 chp->ch_holdpend == CH_HOLD_PEND_INDEF); in evch_zonefree()
1101 p->ch_holdpend = CH_HOLD_PEND_INDEF; in evch_chbind()
1103 p->ch_holdpend = CH_HOLD_PEND; in evch_chbind()
1157 (chp->ch_nevents == 0 || chp->ch_holdpend != CH_HOLD_PEND_INDEF)) { in evch_chunbind()
1315 if (chp->ch_holdpend && evch_dl_getnum(&chp->ch_subscr) == 1) { in evch_chsubscribe()
1339 if (chp->ch_holdpend) { in evch_chunsubscribe()
1394 if (!(chp->ch_holdpend && evch_dl_getnum(&chp->ch_subscr) == 0)) { in evch_chunsubscribe()
1527 p->cd_holdpend = chp->ch_holdpend; in evch_chgetchdata()
/titanic_44/usr/src/uts/common/sys/
H A Dsysevent_impl.h395 int ch_holdpend; /* Hold pending events mode if != 0 */ member