Searched refs:SUBSCRIBER (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/libsysevent/ |
H A D | libsysevent.c | 85 if (sysevent_hdl.sh_type == SUBSCRIBER) { in sysevent_handle()
|
/titanic_50/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1902 else if (SH_TYPE(shp) == SUBSCRIBER) in sysevent_close_channel() 2148 if (update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2211 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2217 SH_TYPE(shp) = SUBSCRIBER; in sysevent_bind_subscriber_cmn() 2264 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2345 if (update_kernel_registration(shp, SUBSCRIBER, in sysevent_register_event() 2390 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_unregister_event() 2450 if (cleanup_id(shp, i, SUBSCRIBER) != 0) in sysevent_cleanup_subscribers() 2490 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_unbind_subscriber()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 218 #define SUBSCRIBER 0 macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 1026 if (type == SUBSCRIBER) { in bind_common() 1046 if (type == SUBSCRIBER) { in unbind_common()
|