Home
last modified time | relevance | path

Searched refs:BUS_OP (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c228 #define BUS_OP 1 macro
231 { SCFGA_BUS_QUIESCE, BUS_OP, devctl_bus_quiesce },
232 { SCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },
233 { SCFGA_BUS_CONFIGURE, BUS_OP, devctl_bus_configure },
234 { SCFGA_BUS_UNCONFIGURE, BUS_OP, devctl_bus_unconfigure },
235 { SCFGA_RESET_BUS, BUS_OP, devctl_bus_reset },
236 { SCFGA_RESET_ALL, BUS_OP, devctl_bus_resetall },
247 { SCFGA_BUS_GETSTATE, BUS_OP, devctl_bus_getstate },
985 assert(type == BUS_OP || type == DEV_OP); in devctl_cmd()
1011 if (type == BUS_OP) { in devctl_cmd()
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c246 #define BUS_OP 1 macro
249 { FPCFGA_BUS_QUIESCE, BUS_OP, devctl_bus_quiesce },
250 { FPCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },
251 { FPCFGA_BUS_CONFIGURE, BUS_OP, devctl_bus_configure },
252 { FPCFGA_BUS_UNCONFIGURE, BUS_OP, devctl_bus_unconfigure },
253 { FPCFGA_RESET_BUS, BUS_OP, devctl_bus_reset },
254 { FPCFGA_RESET_ALL, BUS_OP, devctl_bus_resetall },
265 { FPCFGA_BUS_GETSTATE, BUS_OP, devctl_bus_getstate },
854 assert(type == BUS_OP || type == DEV_OP); in devctl_cmd()
880 if (type == BUS_OP) { in devctl_cmd()