Home
last modified time | relevance | path

Searched refs:EC_DEVFS (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_dr.c86 } else if (strcmp(class, EC_DEVFS) == 0) { in fmd_dr_event()
/titanic_50/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c317 } else if (strcmp(ec, EC_DEVFS) == 0) { in piclslm_deliver_event()
353 if (strcmp(ec, EC_DEVFS) == 0) { in piclslm_deliver_event()
/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c300 if (strcmp(class_name, EC_DEVFS) == 0) { in disk_sysev_to_state()
540 if (strcmp(class_name, EC_DEVFS) == 0) { in match_sysevent_to_disk()
719 if (sysevent_subscribe_event(sysevent_handle, EC_DEVFS, in init_sysevents()
/titanic_50/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c133 if (sysevent_subscribe_event(shp, EC_DEVFS, subcl, 1) != 0) { in sysevent_init()
180 if (strcmp(class, EC_DEVFS) == 0) { in sysevent_dev_handler()
299 } else if (strcmp(class, EC_DEVFS) == 0) { in sysevent_iochannel_data()
/titanic_50/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c179 if (strcmp(sysevent_get_class_name(ev), EC_DEVFS) != 0) { in devfsadmdeliver_event()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c208 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_START, EP_DDI, SE_SLEEP); in sdev_start_devfsadmd()
/titanic_50/usr/src/uts/common/os/
H A Dinstance.c1453 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_INSTANCE_MOD, EP_DDI, in i_log_devfs_instance_mod()
H A Ddevcfg.c4673 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_DEVI_ADD, EP_DDI, SE_SLEEP); in i_log_devfs_add_devinfo()
4768 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_DEVI_REMOVE, EP_DDI, SE_SLEEP); in i_log_devfs_remove_devinfo()
4902 ev = sysevent_alloc(EC_DEVFS, subclass, EP_DDI, SE_SLEEP); in i_log_devfs_branch()
H A Dsunddi.c5436 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_MINOR_CREATE, EP_DDI, se_flag); in i_log_devfs_minor_create()
5535 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_MINOR_REMOVE, EP_DDI, SE_SLEEP); in i_log_devfs_minor_remove()
/titanic_50/usr/src/uts/common/sys/
H A Dsunddi.h265 #define EC_DEVFS "EC_devfs" /* Event class devfs */ macro