Home
last modified time | relevance | path

Searched refs:EC_ALL (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c265 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 Dsysevent.h44 #define EC_ALL "register_all_classes" macro
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c413 { "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 Dlibsysevent.c1179 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 Dlibevchannel.c497 if (strcmp(class, EC_ALL) == 0) { in sysevent_evc_subscribe_cmn()
/titanic_41/usr/src/cmd/svc/startd/
H A Dprotocol.c380 if ((r = sysevent_evc_subscribe(master_channel, sid, EC_ALL, in restarter_protocol_init_delegate()
/titanic_41/usr/src/uts/common/os/
H A Dlog_sysevent.c970 (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 Devchannels.c1895 if (strcmp(class, EC_ALL) == 0) { in sysevent_evc_subscribe()
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c748 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 Dfmevt_inbound.c610 EC_ALL, fmevt_cb, (void *)cip->ci_cbarg, in fmevt_init_inbound()
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c694 sysevent_unsubscribe_event(sysevent_handle, EC_ALL); in fini_sysevents()
/titanic_41/usr/src/lib/librestart/common/
H A Dlibrestart.c722 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 Ddevfsadm.c1254 if (sysevent_register_event(sysevent_hp, EC_ALL, &subclass_list, 1) in daemon_update()