Home | History | Annotate | Download | only in dist

Lines Matching refs:scsi

4  * This is the common entry to the original and asynchronous SCSI Manager calls:
5 * if the asynchronous SCSI Manager is requested, it calls it. Otherwise, it
6 * calls the original SCSI Manager and executes Request Sense if necessary.
42 * This is the maximum number of times we try to grab the SCSI Bus
46 * This test is TRUE if the SCSI bus status indicates "busy" (which is the case
173 * Do one SCSI Command. If the device returns Check Condition, issue Request Sense
174 * (original SCSI Manager only) and interpret the sense data. The original SCSI
203 * (On SCSI-II, the asynchronous SCSI Manager also includes the
207 theSCSICommand.scsi[1] &= ~0xE0;
208 theSCSICommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5;
277 * Do a command with autosense using the original SCSI manager.
311 scsiStatusCommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5;
406 * or driver, this would be done before calling the SCSI interface.
419 * Arbitrate for the scsi bus. This will fail if some other device is
459 * The SCSI Manager thinks the bus is not busy and not selected,
461 * that the SCSI Manager itself is busy. The application will have
468 * We now own the SCSI bus. Try to select the device.
561 * that may cause the real SCSI Status Byte to be in the Message byte.
597 * value as specified in the SCSI-II spec.