/titanic_41/usr/src/lib/libsysevent/ |
H A D | libsysevent.h | 55 typedef void *sysevent_handle_t; typedef 81 sysevent_handle_t *sysevent_bind_handle(void (*event_handler)(sysevent_t *ev)); 82 sysevent_handle_t *sysevent_bind_xhandle(void (*event_handler)(sysevent_t *ev), 84 void sysevent_unbind_handle(sysevent_handle_t *sysevent_hdl); 85 int sysevent_subscribe_event(sysevent_handle_t *sysevent_hdl, 88 void sysevent_unsubscribe_event(sysevent_handle_t *sysevent_hdl, 94 int sysevent_send_event(sysevent_handle_t *shp, sysevent_t *ev); 95 sysevent_handle_t *sysevent_open_channel(const char *channel); 96 sysevent_handle_t *sysevent_open_channel_alt(const char *channel_path); 97 void sysevent_close_channel(sysevent_handle_t *shp); [all …]
|
H A D | llib-lsysevent | 73 int sysevent_send_event(sysevent_handle_t *sysevent_hdl, sysevent_t *ev); 78 sysevent_handle_t * sysevent_open_channel(const char *channel); 80 sysevent_handle_t * sysevent_open_channel_alt(const char *channel_path); 82 void sysevent_close_channel(sysevent_handle_t *shp); 84 int sysevent_bind_subscriber(sysevent_handle_t *shp, 87 int sysevent_bind_publisher(sysevent_handle_t *shp); 89 void sysevent_unbind_subscriber(sysevent_handle_t *shp); 91 void sysevent_unbind_publisher(sysevent_handle_t *shp); 93 int sysevent_register_event(sysevent_handle_t *shp, const char *event_class, 96 void sysevent_unregister_event(sysevent_handle_t *shp, [all …]
|
H A D | libsysevent.c | 65 static int cleanup_id(sysevent_handle_t *shp, uint32_t id, int type); 760 subscriber_event_handler(sysevent_handle_t *shp) in subscriber_event_handler() 818 sysevent_handle_t *shp; in event_deliver_service() 832 shp = (sysevent_handle_t *)cookie; in event_deliver_service() 991 update_kernel_registration(sysevent_handle_t *shp, int update_type, in update_kernel_registration() 1077 dealloc_subscribers(sysevent_handle_t *shp) in dealloc_subscribers() 1094 alloc_subscriber(sysevent_handle_t *shp, uint32_t sub_id, int oflag) in alloc_subscriber() 1173 cache_find_class(sysevent_handle_t *shp, char *class) in cache_find_class() 1228 cache_insert_class(sysevent_handle_t *shp, char *class, in cache_insert_class() 1282 cache_remove_all_class(sysevent_handle_t *shp, uint32_t sub_id) in cache_remove_all_class() [all …]
|
/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | Initialize.c | 43 sysevent_handle_t *g_SysEventHandle = NULL;
|
H A D | mp_utils.h | 83 extern sysevent_handle_t *g_SysEventHandle;
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.h | 94 static sysevent_handle_t *open_channel(void);
|
H A D | syseventconfd.c | 718 static sysevent_handle_t * 723 sysevent_handle_t *handle; in open_channel()
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | FCSyseventBridge.h | 83 sysevent_handle_t *handle;
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | events.h | 80 extern sysevent_handle_t *shp;
|
H A D | sysevent_events.c | 48 static sysevent_handle_t *sysevent_handle;
|
/titanic_41/usr/src/cmd/oplhpd/ |
H A D | oplhpd.c | 61 static sysevent_handle_t *oplhpd_hdl;
|
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_reg_mod/ |
H A D | sysevent_reg_mod.c | 59 sysevent_handle_t *sysevent_hp;
|
/titanic_41/usr/src/cmd/acpihpd/ |
H A D | acpihpd.c | 62 static sysevent_handle_t *s_acpihpd_hdl;
|
/titanic_41/usr/src/lib/sun_sas/common/ |
H A D | event.c | 75 sysevent_handle_t *gSysEventHandle = NULL;
|
H A D | sun_sas.h | 177 extern sysevent_handle_t *gSysEventHandle;
|
/titanic_41/usr/src/cmd/syseventd/modules/devfsadmd_mod/ |
H A D | devfsadmd_mod.c | 50 sysevent_handle_t *sysevent_hp;
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 228 sysevent_handle_t *shp; in events_start_event_watcher()
|
H A D | inuse_svm.c | 141 sysevent_handle_t *shp; in inuse_svm()
|
/titanic_41/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 43 static sysevent_handle_t *shp = NULL;
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 65 static sysevent_handle_t *sysevent_handle = NULL;
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 65 static sysevent_handle_t *shp;
|
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.c | 99 static sysevent_handle_t *confd_handle = NULL;
|
/titanic_41/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 85 static sysevent_handle_t *shp;
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1217 sysevent_handle_t *sysevent_hp; in daemon_update()
|