Searched refs:evch_bind_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | evchannels.c | 1056 evch_chbind(const char *chnam, evch_bind_t **scpp, uint32_t flags) in evch_chbind() 1059 evch_bind_t *bp; in evch_chbind() 1131 bp = kmem_alloc(sizeof (evch_bind_t), KM_SLEEP); in evch_chbind() 1147 evch_chunbind(evch_bind_t *bp) in evch_chunbind() 1159 kmem_free(bp, sizeof (evch_bind_t)); in evch_chunbind() 1205 evch_chsubscribe(evch_bind_t *bp, int dtype, const char *sid, const char *class, in evch_chsubscribe() 1335 evch_chunsubscribe(evch_bind_t *bp, const char *sid, uint32_t flags) in evch_chunsubscribe() 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() 1572 evch_chsetpropnvl(evch_bind_t *bp, nvlist_t *nvl) in evch_chsetpropnvl() [all …]
|
H A D | log_sysevent.c | 1662 DTRACE_SYSEVENT2(post, evch_bind_t *, NULL, sysevent_impl_t *, ev); in queue_sysevent()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | sysevent.d.in | 46 translator syseventchaninfo_t < evch_bind_t *bind > {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 408 } evch_bind_t; typedef
|