Searched refs:DEV_OP (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 227 #define DEV_OP 0 macro 237 { SCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online }, 238 { SCFGA_DEV_UNCONFIGURE, DEV_OP, devctl_device_offline }, 239 { SCFGA_DEV_REMOVE, DEV_OP, devctl_device_remove }, 240 { SCFGA_RESET_DEV, DEV_OP, devctl_device_reset } 248 { SCFGA_DEV_GETSTATE, DEV_OP, devctl_device_getstate } 985 assert(type == BUS_OP || type == DEV_OP); in devctl_cmd()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 245 #define DEV_OP 0 macro 255 { FPCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online }, 256 { FPCFGA_DEV_UNCONFIGURE, DEV_OP, devctl_device_offline }, 257 { FPCFGA_DEV_REMOVE, DEV_OP, devctl_device_remove }, 258 { FPCFGA_RESET_DEV, DEV_OP, devctl_device_reset } 266 { FPCFGA_DEV_GETSTATE, DEV_OP, devctl_device_getstate } 854 assert(type == BUS_OP || type == DEV_OP); in devctl_cmd()
|