Searched refs:recover_wait (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_ds.c232 tgt->recover_wait = 0;
316 if (tgt->recover_wait == 0) {
331 if ((tgt) && (tgt->recover_wait)) {
906 if (xp->recover_wait == 0) {
910 xp->recover_wait = 1;
941 tgt->recover_wait = 0;
960 tgt->recover_wait = 0;
H A Dpmcs_scsa.c449 if (target->recover_wait) {
573 if (xp->draining || xp->resetting || xp->recover_wait) {
797 if (xp->resetting || xp->recover_wait) {
1857 if ((xp->actv_cnt >= xp->qdepth) || xp->recover_wait) {
2405 if (xp->special_running || xp->special_needed || xp->recover_wait) {
H A Dpmcs_attach.c2800 tgt->recover_wait = 0;
H A Dpmcs_subr.c6823 xp->recover_wait = 0;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h99 recover_wait : 1, /* wait for recovery */ member in struct:pmcs_xscsi
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c811 if (xs.recover_wait) {
812 mdb_printf(" recover_wait");

Completed in 127 milliseconds