Home
last modified time | relevance | path

Searched refs:ESC_DEVFS_DEVI_REMOVE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c305 } else if (strcmp(subclass, ESC_DEVFS_DEVI_REMOVE) == 0) { in disk_sysev_to_state()
703 ESC_DEVFS_DEVI_REMOVE in init_sysevents()
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c317 else if (strcmp(esc, ESC_DEVFS_DEVI_REMOVE) == 0) in piclslm_deliver_event()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h281 #define ESC_DEVFS_DEVI_REMOVE "ESC_devfs_devi_remove" macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1660 strcmp(subclass, ESC_DEVFS_DEVI_REMOVE) == 0 || in event_handler()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c4920 ev = sysevent_alloc(EC_DEVFS, ESC_DEVFS_DEVI_REMOVE, EP_DDI, SE_SLEEP); in i_log_devfs_remove_devinfo()