Searched refs:EC_DEV_ADD (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | sysevent_events.c | 77 if ((strcmp(event_class, EC_DEV_ADD) != 0 && in sysevent_handler() 85 link_added = (strcmp(event_class, EC_DEV_ADD) == 0); in sysevent_handler() 135 if (sysevent_subscribe_event(sysevent_handle, EC_DEV_ADD, &subclass, 1) in sysevent_initialization()
|
/titanic_44/usr/src/uts/common/sys/sysevent/ |
H A D | eventdefs.h | 49 #define EC_DEV_ADD "EC_dev_add" /* device add event class */ macro
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_dr.c | 99 } else if (strcmp(class, EC_DEV_ADD) == 0 || in fmd_dr_event()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 243 if (sysevent_subscribe_event(shp, EC_DEV_ADD, subclass_list, 1) != 0) { in events_start_event_watcher() 345 if (libdiskmgt_str_eq(class_name, EC_DEV_ADD)) { in event_handler()
|
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 102 if (sysevent_subscribe_event(shp, EC_DEV_ADD, subcl, 3) != 0) { in sysevent_init() 280 if (strcmp(class, EC_DEV_ADD) == 0) { in sysevent_iochannel_data()
|
/titanic_44/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 627 if (strcmp(class, EC_DEV_ADD) == 0) { in zfs_deliver_event()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 612 iscsi_send_sysevent(ihp, EC_DEV_ADD, ESC_DISK, attr_list); in iscsi_lun_online()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1039 build_and_enq_event(EC_DEV_ADD, ev_subclass, dcip->dci_root, in devi_tree_walk() 8214 if (strcmp(class, EC_DEV_ADD) != 0 && in build_event_attributes() 8269 if (strcmp(class, EC_DEV_ADD) == 0) { in build_event_attributes()
|