| /src/sys/arch/vax/boot/boot/ | 
| data.h | 49 	long  reselect;       /*  4  Reselection entry  */  member in struct:bqo 
 | 
| /src/sys/arch/mac68k/dev/ | 
| ncr5380reg.h | 238 static void reselect(struct ncr_softc *); 
 | 
| ncr5380.c | 505 			reselect(sc); 593 				reselect(sc);
 656 				reselect(sc);
 1230 reselect(struct ncr_softc *sc)  function in typeref:typename:void
 1258 		scsi_reset_verbose(sc, "Target won't drop SEL during Reselect");
 
 | 
| /src/sys/arch/atari/dev/ | 
| ncr5380reg.h | 241 static void reselect(struct ncr_softc *); 
 | 
| ncr5380.c | 518 				reselect(sc); 610 				reselect(sc);
 674 				reselect(sc);
 1253 reselect(struct ncr_softc *sc)  function in typeref:typename:void
 1281 		scsi_reset_verbose(sc, "Target won't drop SEL during Reselect");
 
 | 
| /src/sys/dev/ic/ | 
| wd33c93.c | 277 		 *   RR = Bitmask to disable disconnect/reselect 1013 		SBIC_DEBUG(PHASE, ("WD busy (reselect?) ASR=%02x\n", asr));
 1079 		SET_SBIC_rselid (sc, 0); /* Not expecting a reselect */
 1472 wd33c93_msgin_phase(struct wd33c93_softc *sc, int reselect)
 1632 			 * handshake. So, all I can do is reselect the drive,
 1732 			printf("%s: TAG reselect without IDENTIFY;"
 1752 			printf("%s: reselect without IDENTIFY;"
 2068 			printf("**** RESELECT WHILE DMA ACTIVE!!! ***\n");
 2098 				printf("%s: Reselect without identify? asr %x\n",
 2131 		SBIC_DEBUG(RSEL, ("wd33c93next: reselect from targ %d lun %d"
 [all...]
 |