Lines Matching refs:sysevent_impl_t
873 sysevent_impl_t *ev = (sysevent_impl_t *)evp; in evch_kern_deliver()
887 sysevent_impl_t *ev = (sysevent_impl_t *)evp; in evch_door_deliver()
895 size = sizeof (sysevent_impl_t) + SE_PAYLOAD_SZ(ev); in evch_door_deliver()
1412 evch_chpublish(evch_bind_t *bp, sysevent_impl_t *ev, int flags) in evch_chpublish()
1416 DTRACE_SYSEVENT2(post, evch_bind_t *, bp, sysevent_impl_t *, ev); in evch_chpublish()
1626 static sysevent_impl_t *evch_curev;
1717 static sysevent_impl_t *
1728 if ((evch_curev = (sysevent_impl_t *) in evch_chgetnextev()
1743 if ((evch_curev = (sysevent_impl_t *) in evch_chgetnextev()
1751 snp->sn_nxtev = (sysevent_impl_t *)evch_evq_evnext(snp->sn_queue, in evch_chgetnextev()
1791 static sysevent_impl_t *
1798 sysevent_impl_t *ev; in sysevent_evc_alloc()
1828 if ((ev = evch_evq_evzalloc(sizeof (sysevent_impl_t) + in sysevent_evc_alloc()
1837 SE_SUBCLASS_OFF(ev) = SE_ALIGN(offsetof(sysevent_impl_t, in sysevent_evc_alloc()
1926 sysevent_impl_t *evp; in sysevent_evc_publish()
2227 sysevent_impl_t *
2230 return ((sysevent_impl_t *)evch_evq_evzalloc(evsize, flags)); in evch_usrallocev()
2237 evch_usrfreeev(sysevent_impl_t *ev) in evch_usrfreeev()
2249 evch_usrpostevent(evchan_t *bp, sysevent_impl_t *ev, uint32_t flags) in evch_usrpostevent()