Searched refs:sysevent_impl_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 102 } sysevent_impl_t; typedef 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);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | evchannels.c | 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() [all …]
|
H A D | log_sysevent.c | 537 SE_SUBCLASS_OFF(ev) = SE_ALIGN(offsetof(sysevent_impl_t, se_class_name)) in sysevent_alloc() 1662 DTRACE_SYSEVENT2(post, evch_bind_t *, NULL, sysevent_impl_t *, ev); in queue_sysevent()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sysevent.c | 33 sysevent_impl_t *ev; in sysevent_buf() 53 size = SE_SIZE((sysevent_impl_t *)&evh); in sysevent_buf()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | sysevent.d.in | 35 translator syseventinfo_t < sysevent_impl_t *ev > {
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | sysevent.c | 156 sysevent_impl_t *ev; in sysevent_publish()
|
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 111 ev = calloc(1, sizeof (sysevent_impl_t) + payload_sz); in sysevent_alloc() 120 SE_SUBCLASS_OFF(ev) = SE_ALIGN(offsetof(sysevent_impl_t, se_class_name)) in sysevent_alloc()
|