Home
last modified time | relevance | path

Searched refs:SCFGA_BUS_UNQUIESCE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c127 cmd = SCFGA_BUS_UNQUIESCE; in bus_change_state()
164 (cmd == SCFGA_BUS_UNQUIESCE) || in bus_change_state()
223 if (cmd == SCFGA_BUS_UNQUIESCE) { in bus_change_state()
994 ret = devctl_cmd(apidp->hba_phys, SCFGA_BUS_UNQUIESCE, NULL, &l_errno); in bus_quiesce()
1212 ret = devctl_cmd(apidp->hba_phys, SCFGA_BUS_UNQUIESCE, NULL, &l_errno); in wait_and_cleanup()
H A Dcfga_scsi.h121 SCFGA_BUS_UNQUIESCE, enumerator
H A Dcfga_utils.c232 { SCFGA_BUS_UNQUIESCE, BUS_OP, devctl_bus_unquiesce },