evch_evqsub_t
evch_deliver(evch_evqsub_t *sp, evch_gevent_t *ep)
evch_evqsub_t *sub;
static evch_evqsub_t *
evch_evqsub_t *sp = kmem_zalloc(sizeof (evch_evqsub_t), KM_SLEEP);
evch_evq_unsub(evch_eventq_t *eqp, evch_evqsub_t *sp)
kmem_free(sp, sizeof (evch_evqsub_t));
static void evch_evq_unsub(evch_eventq_t *, evch_evqsub_t *);
evch_evqsub_t *sd_msub; /* Main event queue subscr. */
evch_evqsub_t *sd_ssub; /* Subscriber queue subscr. */