Searched refs:DEV_OP (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c245 #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);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c226 #define DEV_OP 0 macro
236 { SCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online },
237 { SCFGA_DEV_UNCONFIGURE, DEV_OP, devctl_device_offline },
238 { SCFGA_DEV_REMOVE, DEV_OP, devctl_device_remove },
239 { SCFGA_RESET_DEV, DEV_OP, devctl_device_reset }
247 { SCFGA_DEV_GETSTATE, DEV_OP, devctl_device_getstate }
984 assert(type == BUS_OP || type == DEV_OP);

Completed in 24 milliseconds