Searched refs:allocationLen (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/pms/RefTisa/sat/src/ |
| HD | smsatcb.c | 2341 bit32 allocationLen = 0; in smsatRequestSenseCB() local 2410 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSenseCB() 2411 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSenseCB() 2412 SM_DBG1(("smsatRequestSenseCB: allocationLen in CDB %d 0x%x!!!\n", allocationLen,allocationLen)); in smsatRequestSenseCB() 2495 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSenseCB() 2496 if (SENSE_DATA_LENGTH < allocationLen) in smsatRequestSenseCB() 2502 allocationLen - SENSE_DATA_LENGTH, in smsatRequestSenseCB() 2525 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSenseCB() 2527 if (SENSE_DATA_LENGTH < allocationLen) in smsatRequestSenseCB() 2533 allocationLen - SENSE_DATA_LENGTH, in smsatRequestSenseCB() [all …]
|
| HD | smsat.c | 9098 bit32 allocationLen = 0; in smsatRequestSense() local 9105 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSense() 9106 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSense() 9118 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9144 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9224 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9298 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9399 bit32 allocationLen; in smsatModeSense6() local 9467 allocationLen = scsiCmnd->cdb[4]; in smsatModeSense6() 9468 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense6() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| HD | sat.c | 5299 bit32 allocationLen; in satReportLun() local 5314 allocationLen = (((bit32)scsiCmnd->cdb[6]) << 24) | in satReportLun() 5321 if (allocationLen < reportLunLen) in satReportLun() 5363 if (allocationLen > reportLunLen) in satReportLun() 5366 …portLun reporting underrun reportLunLen=0x%x allocationLen=0x%x \n", reportLunLen, allocationLen)); in satReportLun() 5371 allocationLen - reportLunLen, in satReportLun() 6125 bit32 allocationLen; in satReadCapacity16() local 6138 allocationLen = (((bit32)scsiCmnd->cdb[10]) << 24) | in satReadCapacity16() 6144 if (allocationLen < readCapacityLen) in satReadCapacity16() 6146 …pacity16 *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x\n", allocationLen, readCapacityL… in satReadCapacity16() [all …]
|