Lines Matching defs:eqp
423 evch_delivery_hold(evch_eventq_t *eqp, callb_cpr_t *cpip) in evch_delivery_hold()
442 evch_delivery_thr(evch_eventq_t *eqp) in evch_delivery_thr()
522 evch_evq_thrcreate(evch_eventq_t *eqp) in evch_evq_thrcreate()
560 evch_evq_destroy(evch_eventq_t *eqp) in evch_evq_destroy()
597 evch_evq_sub(evch_eventq_t *eqp, filter_f filter, void *fcookie, in evch_evq_sub()
619 evch_evq_unsub(evch_eventq_t *eqp, evch_evqsub_t *sp) in evch_evq_unsub()
636 evch_evq_pub(evch_eventq_t *eqp, void *ev, int flags) in evch_evq_pub()
669 evch_evq_stop(evch_eventq_t *eqp) in evch_evq_stop()
684 evch_evq_continue(evch_eventq_t *eqp) in evch_evq_continue()
696 evch_evq_status(evch_eventq_t *eqp) in evch_evq_status()
1209 evch_eventq_t *eqp = chp->ch_queue; in evch_chsubscribe() local