Searched refs:evch_evq_pub (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | evchannels.c | 632 evch_evq_pub(evch_eventq_t *eqp, void *ev, int flags) in evch_evq_pub() function 859 (void) evch_evq_pub(p->sd_queue, evp, EVCH_SLEEP); in evch_subq_deliver() 1445 return (evch_evq_pub(chp->ch_queue, ev, flags) == 0 ? 0 : EAGAIN); in evch_chpublish() 1672 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init() 1677 (void) evch_evq_pub(snp->sn_queue, ev, EVCH_SLEEP); in evch_chrdevent_init()
|