Home
last modified time | relevance | path

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

/titanic_41/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.c765 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in subscriber_event_handler()
853 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in event_deliver_service()
1949 SH_PRIV_DATA(shp) = (void *)pub; in sysevent_bind_publisher()
2220 SH_PRIV_DATA(shp) = (void *)sub_info; in sysevent_bind_subscriber_cmn()
2358 (subscriber_priv_t *)SH_PRIV_DATA(shp), SE_REGISTER, in sysevent_register_event()
2396 (subscriber_priv_t *)SH_PRIV_DATA(shp), SE_UNREGISTER, in sysevent_unregister_event()
2496 sub_info = (subscriber_priv_t *)SH_PRIV_DATA(shp); in sysevent_unbind_subscriber()
2552 free(SH_PRIV_DATA(shp)); in sysevent_unbind_publisher()