Searched refs:SCSI_ASC_INVALID_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dscsi.h203 #define SCSI_ASC_INVALID_MESSAGE 0x49 macro
/vbox/src/VBox/Devices/Storage/
H A DUsbMsd.cpp1412 pReq->ScsiReqSense[12] = SCSI_ASC_INVALID_MESSAGE;
1433 return usbMsdScsiIllegalRequest(pThis, pReq, SCSI_ASC_INVALID_MESSAGE, 0, "direction");
1435 return usbMsdScsiIllegalRequest(pThis, pReq, SCSI_ASC_INVALID_MESSAGE, 0, "length");
1439 return usbMsdScsiIllegalRequest(pThis, pReq, SCSI_ASC_INVALID_MESSAGE, 0, "lun0");

Completed in 38 milliseconds