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

/osnet-11/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);
880 if (type == BUS_OP) {
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c227 #define BUS_OP 1 macro
230 { SCFGA_BUS_QUIESCE, BUS_OP, devctl_bus_quiesce },
231 { SCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },
232 { SCFGA_BUS_CONFIGURE, BUS_OP, devctl_bus_configure },
233 { SCFGA_BUS_UNCONFIGURE, BUS_OP, devctl_bus_unconfigure },
234 { SCFGA_RESET_BUS, BUS_OP, devctl_bus_reset },
235 { SCFGA_RESET_ALL, BUS_OP, devctl_bus_resetall },
246 { SCFGA_BUS_GETSTATE, BUS_OP, devctl_bus_getstate },
984 assert(type == BUS_OP || type == DEV_OP);
1010 if (type == BUS_OP) {
[all...]

Completed in 178 milliseconds