Searched refs:SUBSCRIBER (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1903 else if (SH_TYPE(shp) == SUBSCRIBER) in sysevent_close_channel() 2149 if (update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2212 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2218 SH_TYPE(shp) = SUBSCRIBER; in sysevent_bind_subscriber_cmn() 2263 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_bind_subscriber_cmn() 2344 if (update_kernel_registration(shp, SUBSCRIBER, in sysevent_register_event() 2389 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_unregister_event() 2449 if (cleanup_id(shp, i, SUBSCRIBER) != 0) in sysevent_cleanup_subscribers() 2489 (void) update_kernel_registration(shp, SUBSCRIBER, in sysevent_unbind_subscriber()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libsysevent/ |
H A D | libsysevent.c | 83 if (sysevent_hdl.sh_type == SUBSCRIBER) { in sysevent_handle()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 218 #define SUBSCRIBER 0 macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 1047 if (type == SUBSCRIBER) { in bind_common() 1067 if (type == SUBSCRIBER) { in unbind_common()
|