Home
last modified time | relevance | path

Searched refs:publisher_priv_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h88 } publisher_priv_t; typedef
107 #define SH_CLASS_HASH(sehp) (((publisher_priv_t *) \
109 #define SH_SUBSCRIBER(sehp, id) (((publisher_priv_t *) \
H A Dlibsysevent.c1928 publisher_priv_t *pub; in sysevent_bind_publisher()
1942 if ((pub = (publisher_priv_t *)calloc(1, sizeof (publisher_priv_t))) == in sysevent_bind_publisher()
/illumos-gate/usr/src/cmd/mdb/common/modules/libsysevent/
H A Dlibsysevent.c108 offsetof(publisher_priv_t, pp_class_hash)); in sysevent_handle()