Searched refs:evch_gevent_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c64 #define GEVENT(ev) ((evch_gevent_t *)((char *)ev - \
65 offsetof(evch_gevent_t, ge_payload)))
271 * Events consist of an administrating evch_gevent_t structure with the event
373 * Frees evch_gevent_t structure including the payload, if the reference count
378 evch_gevent_free(evch_gevent_t *evp)
399 evch_deliver(evch_evqsub_t *sp, evch_gevent_t *ep)
503 evch_gevent_free((evch_gevent_t *)qep->q_objref);
573 evch_gevent_free((evch_gevent_t *)qep->q_objref);
636 evch_gevent_t *evp = GEVENT(ev);
703 evch_gevent_t *ev
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h315 } evch_gevent_t; typedef in typeref:struct:__anon9092
330 evch_gevent_t *eq_curevent; /* Event currently beeing delivered */

Completed in 84 milliseconds