Searched refs:restart (Results 76 - 83 of 83) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c1787 msg = "unable to restart MPI again";
1877 * Finally, restart the phys, which will bring the iports back
1883 /* Apparently unable to restart PHYs, fail */
1885 "%s: failed to restart PHYs after soft reset",
2569 goto restart;
2587 goto restart;
2623 restart:
2624 /* Clean up and restart discovery */
2778 "%s: oops, PHY %s changed; restart discovery",
2816 * unconfigure). Set to restart discover
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c2874 if (ret && (vm->restart == 0))
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c953 /* do not restart socal after reset */
1479 /* restart socal after resetting */
2880 /* restart socal after resetting */
3069 socal_force_reset(void *ssp, uint_t port, uint_t restart) argument
3083 if (restart) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c1378 restart:
1406 goto restart;
2830 * attempt to preserve its health on restart
3326 * attempt to preserve its health on restart
3780 * if we can restart it. After _rdc_sync() is done
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c610 * Other threads may be trying to restart the scan, so we
7547 restart:
7591 goto restart;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c71 static uint32_t emlxs_sli4_hba_reset(emlxs_hba_t *hba, uint32_t restart,
2246 emlxs_sli4_hba_reset(emlxs_hba_t *hba, uint32_t restart, uint32_t skip_post, argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c8114 * invoked from timeout() to restart qfull cmds with throttle == 0
9384 int restart = 0; local
9400 restart++;
9407 if (restart > 0) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c12105 /* disable restart of lip if we're suspended */
13966 int restart = 0; local
13979 restart = 1;
14051 restart == 1 ? (nlun = ttgt->tgt_lun) : (nlun = tlun->lun_next);

Completed in 161 milliseconds

1234