Searched refs:EC_ALL (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 265 if (*pat == '\0' || strncmp(pat, EC_ALL, sizeof (EC_ALL)) == 0 || in fmev_shdl_subscribe() 363 if (*pat == '\0' || strncmp(pat, EVCH_ALLSUB, sizeof (EC_ALL)) == 0 || in fmev_shdl_unsubscribe()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sysevent.h | 44 #define EC_ALL "register_all_classes" macro
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 413 { "class", FMD_TYPE_STRING, EC_ALL }, /* event class */ 527 if (sysevent_subscribe_event(fmd.d_sysev_hdl, EC_ALL, in sysev_init()
|
/titanic_41/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1179 if (strcmp(class, EC_ALL) == 0) { in cache_find_class() 1233 if (strcmp(class, EC_ALL) == 0) { in cache_insert_class() 1307 if (strcmp(class, EC_ALL) == 0) { in cache_remove_class() 1520 cache_remove_class(shp, EC_ALL, sub_id); in cache_update_service() 1622 cache_find_class(shp, EC_ALL), EC_SUB_ALL); in sysevent_send_event() 2455 cache_remove_class(shp, EC_ALL, i); in sysevent_cleanup_subscribers()
|
H A D | libevchannel.c | 497 if (strcmp(class, EC_ALL) == 0) { in sysevent_evc_subscribe_cmn()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | protocol.c | 380 if ((r = sysevent_evc_subscribe(master_channel, sid, EC_ALL, in restarter_protocol_init_delegate()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | log_sysevent.c | 970 (void) create_channel_registration(chan, EC_ALL, 0); in open_channel() 1164 if (strcmp(class_name, EC_ALL) == 0) { in remove_class() 1186 if (strcmp(event_class, EC_ALL) == 0) { in insert_class()
|
H A D | evchannels.c | 1895 if (strcmp(class, EC_ALL) == 0) { in sysevent_evc_subscribe()
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 748 if (sysevent_register_event(handle, EC_ALL, &subclass_list, 1) in open_channel()
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 610 EC_ALL, fmevt_cb, (void *)cip->ci_cbarg, in fmevt_init_inbound()
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 694 sysevent_unsubscribe_event(sysevent_handle, EC_ALL); in fini_sysevents()
|
/titanic_41/usr/src/lib/librestart/common/ |
H A D | librestart.c | 722 h->reh_delegate_subscriber_id, EC_ALL, cb, h, EVCH_SUB_KEEP) != 0) { in restarter_bind_handle()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1254 if (sysevent_register_event(sysevent_hp, EC_ALL, &subclass_list, 1) in daemon_update()
|