/freebsd/contrib/sendmail/contrib/ |
H A D | socketmapClient.pl | 55 my $dataLength = <$sock>; 56 die "cannot read netstring length" unless defined($dataLength); 57 chomp $dataLength; 59 if ($sock->read($data, $dataLength) == $dataLength) { 62 die "received only ".length($data)." of $dataLength bytes";
|
H A D | socketmapServer.pl | 86 my $dataLength = <$sock>; 87 die "cannot read netstring length" unless defined($dataLength); 88 chomp $dataLength; 90 if ($sock->read($data, $dataLength) == $dataLength) { 93 die "received only ".length($data)." of $dataLength bytes";
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sathw.c | 180 agSATAReq->dataLength = adjusted_length; in sataLLIOStart() 186 agSATAReq->dataLength = adjusted_length; in sataLLIOStart() 191 agSATAReq->dataLength = superRequest->scsiCmnd.expDataLength; in sataLLIOStart() 194 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = agSATAReq->dataLength; in sataLLIOStart() 211 agSATAReq->dataLength = tdIORequestBody->IOType.InitiatorRegIO.expDataLength; in sataLLIOStart() 230 agSATAReq->dataLength = tdIORequestBody->IOType.InitiatorRegIO.expDataLength; in sataLLIOStart() 381 agSATAReq->dataLength = 0; in sataLLIOStart()
|
H A D | ossasat.c | 1353 bit32 dataLength; in satChainedDataIOCB() local 1512 …dataLength = ((tiSuperScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLeng… in satChainedDataIOCB() 1516 … dataLength = ((tiScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLength; in satChainedDataIOCB() 1522 dataLength, in satChainedDataIOCB() 2035 bit32 dataLength; in satChainedWriteNVerifyCB() local 2174 …dataLength = ((tiSuperScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLeng… in satChainedWriteNVerifyCB() 2178 … dataLength = ((tiScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLength; in satChainedWriteNVerifyCB() 2184 dataLength, in satChainedWriteNVerifyCB() 2285 …dataLength = ((tiSuperScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLeng… in satChainedWriteNVerifyCB() 2289 … dataLength = ((tiScsiInitiatorRequest_t *) satOrgIOContext->tiScsiXchg)->scsiCmnd.expDataLength; in satChainedWriteNVerifyCB() [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sassp.c | 394 if (fc->dataLength) in saFastSSPPrepare() 457 if (fc->dataLength) in saFastSSPPrepare() 487 OSSA_WRITE_LE_32(agRoot, pMessage, offsetDataLen, fc->dataLength); in saFastSSPPrepare() 871 …TE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPIniIOStartCmd_t, dataLen), pIRequest->dataLength); in saSSPStart() 1192 if (pIRequest->dataLength) in saSSPStart() 1275 …LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPIniExtIOStartCmd_t, dataLen), pIRequest->dataLength); in saSSPStart() 1313 if (pIRequest->dataLength) in saSSPStart() 1414 …TE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPTgtIOStartCmd_t, dataLen), pTRequest->dataLength); in saSSPStart() 1548 if (pTRequest->dataLength) in saSSPStart() 2002 pIRequest->dataLength, in siDumpSSPStartIu() [all …]
|
H A D | sasata.c | 326 …WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAStartCmd_t,dataLen ), agSATAReq->dataLength ); in saSATAStart()
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsathw.c | 99 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart() 116 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart() 339 agSATAReq->dataLength = 0; in smsataLLIOStart()
|
H A D | smsatcb.c | 436 bit8 dataLength; in smsatRequestSenseForATAPICB() local 496 dataLength = (bit8)(scsiCmnd->expDataLength - agIOInfoLen); in smsatRequestSenseForATAPICB() 499 … sm_memcpy(satOrgIOContext->pSmSenseData->senseData, satIntIo->satIntDmaMem.virtPtr, dataLength); in smsatRequestSenseForATAPICB() 501 satOrgIOContext->pSmSenseData->senseLen = dataLength; in smsatRequestSenseForATAPICB() 1153 bit32 dataLength; in smsatChainedDataIOCB() local 1300 dataLength = 0; in smsatChainedDataIOCB() 1305 dataLength, in smsatChainedDataIOCB() 1658 bit32 dataLength; in smsatChainedVerifyCB() local 1844 …dataLength = ((tiSuperScsiInitiatorRequest_t *) satOrgIOContext->smScsiXchg)->scsiCmnd.expDataLeng… in smsatChainedVerifyCB() 1848 … dataLength = ((tiScsiInitiatorRequest_t *) satOrgIOContext->smScsiXchg)->scsiCmnd.expDataLength; in smsatChainedVerifyCB() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdio.c | 488 bit32 dataLength, in tiTGTIOStart() argument 503 TI_DBG4(("tiTGTIOStart: dataLength 0x%x %d\n", dataLength, dataLength)); in tiTGTIOStart() 523 agSSPTargetReq->dataLength = (bit32) MIN(dataLength, ttdsaXchg->dataLen); in tiTGTIOStart() 544 if (agSSPTargetReq->dataLength != 0) in tiTGTIOStart() 690 bit32 dataLength, in tiTGTIOStartDif() argument 1036 … ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.dataLength, in ttdsaIOCompleted() 1320 … ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.dataLength, in ttdsaIOCompleted()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itdio.c | 251 agSSPInitiatorRequest->dataLength = tiScsiRequest->scsiCmnd.expDataLength; in tiINIIOStart() 830 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart() 836 agSSPInitiatorRequest->dataLength = adjusted_length; in tiINISuperIOStart() 841 agSSPInitiatorRequest->dataLength = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart() 860 agSSPInitiatorRequest->dataLength = tiScsiRequest->scsiCmnd.expDataLength; in tiINISuperIOStart() 1324 agSSPInitiatorRequest->dataLength = tiScsiRequest->scsiCmnd.expDataLength; in tiINIIOStartIntCoalesce() 1519 agEdcSSPInitiatorRequest->dataLength = tiScsiRequest->scsiCmnd.expDataLength; in tiINIIOStartIntCoalesceDif() 1874 agSSPFrame->dataLength = REPORT_LUN_LEN; in tiNumOfLunIOCTLreq()
|
H A D | itddisc.c | 2830 agSSPInitiatorRequest->dataLength = DR_MODE_PG_SZ; in tdsaCTLModeSelect()
|
/freebsd/sys/dev/pms/RefTisa/tisa/api/ |
H A D | tiapi.h | 531 bit32 dataLength, 540 bit32 dataLength, 551 bit32 dataLength,
|
/freebsd/sys/dev/hpt27xx/ |
H A D | him.h | 350 HPT_U32 dataLength; member 361 HPT_U32 dataLength; member
|
H A D | hptintf.h | 1355 HPT_U32 dataLength; member 1365 HPT_U32 dataLength; member
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa.h | 2895 bit32 dataLength; /**< Total data length in bytes */ member 2925 bit32 dataLength; member 2939 bit32 dataLength; member 2988 bit32 dataLength; /**< Specifies the amount of data to be sent in this data phase */ member 3133 bit32 dataLength; /**< Total data length in bytes */ member 3855 bit32 dataLength; member
|
/freebsd/sys/dev/hptrr/ |
H A D | him.h | 305 HPT_U32 dataLength; member
|
H A D | hptintf.h | 1140 HPT_U32 dataLength; member 1150 HPT_U32 dataLength; member
|
/freebsd/sys/dev/hptnr/ |
H A D | him.h | 350 HPT_U32 dataLength; member
|
H A D | hptintf.h | 1351 HPT_U32 dataLength; member 1361 HPT_U32 dataLength; member
|