Searched defs:qep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c440 evch_qelem_t *qep; local
454 (qep = evch_q_out(&eqp->eq_eventq)) != NULL) {
459 eqp->eq_curevent = qep->q_objref;
464 res = evch_deliver(sub, qep->q_objref);
503 evch_gevent_free((evch_gevent_t *)qep->q_objref);
504 kmem_free(qep, qep->q_objsize);
558 evch_qelem_t *qep; local
572 while ((qep = (evch_qelem_t *)evch_q_out(&eqp->eq_eventq)) != NULL) {
573 evch_gevent_free((evch_gevent_t *)qep
635 evch_qelem_t *qep; local
[all...]

Completed in 47 milliseconds