Searched refs:allocationLen (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsatcb.c | 2340 bit32 allocationLen = 0; in smsatRequestSenseCB() local 2409 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSenseCB() 2410 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSenseCB() 2411 SM_DBG1(("smsatRequestSenseCB: allocationLen in CDB %d 0x%x!!!\n", allocationLen,allocationLen)); in smsatRequestSenseCB() 2494 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSenseCB() 2495 if (SENSE_DATA_LENGTH < allocationLen) in smsatRequestSenseCB() 2501 allocationLen - SENSE_DATA_LENGTH, in smsatRequestSenseCB() 2524 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSenseCB() 2526 if (SENSE_DATA_LENGTH < allocationLen) in smsatRequestSenseCB() 2532 allocationLen - SENSE_DATA_LENGTH, in smsatRequestSenseCB() [all …]
|
H A D | smsat.c | 9097 bit32 allocationLen = 0; in smsatRequestSense() local 9104 allocationLen = scsiCmnd->cdb[4]; in smsatRequestSense() 9105 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatRequestSense() 9117 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9143 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9223 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9297 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen)); in smsatRequestSense() 9398 bit32 allocationLen; in smsatModeSense6() local 9466 allocationLen = scsiCmnd->cdb[4]; in smsatModeSense6() 9467 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength); in smsatModeSense6() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 5298 bit32 allocationLen; in satReportLun() local 5313 allocationLen = (((bit32)scsiCmnd->cdb[6]) << 24) | in satReportLun() 5320 if (allocationLen < reportLunLen) in satReportLun() 5362 if (allocationLen > reportLunLen) in satReportLun() 5365 …portLun reporting underrun reportLunLen=0x%x allocationLen=0x%x \n", reportLunLen, allocationLen)); in satReportLun() 5370 allocationLen - reportLunLen, in satReportLun() 6124 bit32 allocationLen; in satReadCapacity16() local 6137 allocationLen = (((bit32)scsiCmnd->cdb[10]) << 24) | in satReadCapacity16() 6143 if (allocationLen < readCapacityLen) in satReadCapacity16() 6145 …pacity16 *** ERROR *** insufficient len=0x%x readCapacityLen=0x%x\n", allocationLen, readCapacityL… in satReadCapacity16() [all …]
|