Searched refs:EC_DEV_STATUS (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/sysevent/ |
H A D | eventdefs.h | 52 #define EC_DEV_STATUS "EC_dev_status" /* device status event class */ macro
|
/titanic_50/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 67 if (sysevent_subscribe_event (shp, EC_DEV_STATUS, subcl, 1) != 0) { in sysevent_init() 100 if ((strcmp (class, EC_DEV_STATUS) != 0) || in sysevent_dev_handler()
|
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 764 } else if (strcmp(class, EC_DEV_STATUS) == 0 && in zfs_deliver_event()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 812 (void) ddi_log_sysevent(zfs_dip, SUNW_VENDOR, EC_DEV_STATUS, in zvol_update_live_volsize()
|
H A D | spa.c | 5711 (void) ddi_log_sysevent(zfs_dip, SUNW_VENDOR, EC_DEV_STATUS, in spa_async_autoexpand()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 19719 err = ddi_log_sysevent(SD_DEVINFO(un), SUNW_VENDOR, EC_DEV_STATUS,
|