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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h102 } sysevent_impl_t; typedef in typeref:struct:sys_event_impl
122 #define SYSEVENT_IMPL(ev) ((sysevent_impl_t *)(void *)(ev))
132 #define SE_SIZE(ev) (sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev))
162 sysevent_impl_t buf;
415 sysevent_impl_t *sn_nxtev; /* Pointer to find next event */
421 extern sysevent_impl_t *evch_usrallocev(size_t evsize, uint32_t flags);
422 extern void evch_usrfreeev(sysevent_impl_t *ev);
423 extern int evch_usrpostevent(evchan_t *bp, sysevent_impl_t *ev, uint32_t flags);

Completed in 63 milliseconds