Home
last modified time | relevance | path

Searched refs:SH_PRIV_DATA (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h105 #define SH_PRIV_DATA(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_priv_data) macro
108 SH_PRIV_DATA(sehp))->pp_class_hash)
110 SH_PRIV_DATA(sehp))->pp_subscriber_list[id])
H A Dlibsysevent.c764 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in subscriber_event_handler()
852 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in event_deliver_service()
1947 SH_PRIV_DATA(shp) = (void *)pub; in sysevent_bind_publisher()
2218 SH_PRIV_DATA(shp) = (void *)sub_info; in sysevent_bind_subscriber_cmn()
2356 (subscriber_priv_t *)SH_PRIV_DATA(shp), SE_REGISTER, in sysevent_register_event()
2394 (subscriber_priv_t *)SH_PRIV_DATA(shp), SE_UNREGISTER, in sysevent_unregister_event()
2494 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in sysevent_unbind_subscriber()
2550 free(SH_PRIV_DATA(shp)); in sysevent_unbind_publisher()