Searched refs:SCSI_SENSE_NONE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSISense.cpp30 pVScsiSense->abSenseBuf[2] = SCSI_SENSE_NONE;
40 pVScsiSense->abSenseBuf[2] = SCSI_SENSE_NONE;
/vbox/include/VBox/
H A Dscsi.h171 #define SCSI_SENSE_NONE 0 macro
/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp490 if (rc == VERR_ACCESS_DENIED && cgc.sense->sense_key == SCSI_SENSE_NONE)
626 rc = (pabSense[2] & 0x0f) == SCSI_SENSE_NONE
H A DDrvSCSIHost.cpp160 pRequest->pbSenseBuffer[0] = SCSI_SENSE_NONE;
H A DUsbMsd.cpp1451 pReq->ScsiReqSense[2] = SCSI_SENSE_NONE;
H A DDevAHCI.cpp4969 if ((pAhciPort->abATAPISense[2] & 0x0f) != SCSI_SENSE_NONE)
H A DDevATA.cpp3611 if ((s->abATAPISense[2] & 0x0f) != SCSI_SENSE_NONE)

Completed in 672 milliseconds