Home
last modified time | relevance | path

Searched refs:TotalBytes (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dwritev.c104 size_t TotalBytes; in writev() local
112 for (i = 0, TotalBytes = 0, pVecTmp = iov; i < (size_t)iovcnt; i++, pVecTmp++) { in writev()
113 TotalBytes += pVecTmp->iov_len; in writev()
120 pBuf = (char*)malloc (TotalBytes); in writev()
140 ret = write (fd, pBuf, TotalBytes); in writev()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Drecvfrom.c65 ssize_t TotalBytes; in recvfrom() local
136 TotalBytes = 0; in recvfrom()
146 if ( 0 == TotalBytes ) { in recvfrom()
147 TotalBytes = -1; in recvfrom()
168 TotalBytes += LengthInBytes; in recvfrom()
173 LengthInBytes = TotalBytes; in recvfrom()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c1063 IN UINTN TotalBytes, in CopyVideoBuffer() argument
1079 if (TotalBytes < 4) { in CopyVideoBuffer()
1085 TotalBytes, in CopyVideoBuffer()
1114 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()
1115 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()
1205 UINTN TotalBytes; in FbGopVbeBltWorker() local
1214 TotalBytes = Width * VbePixelWidth; in FbGopVbeBltWorker()
1303 TotalBytes in FbGopVbeBltWorker()
1315 TotalBytes, in FbGopVbeBltWorker()
1349 TotalBytes in FbGopVbeBltWorker()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.h100 UINT32 TotalBytes : 15; member
140 UINT32 TotalBytes : 15; member
DEhciSched.c369 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes; in EhcCheckUrbResult()
372 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) { in EhcCheckUrbResult()
DEhciUrb.c71 QtdHw->TotalBytes = 0; in EhcCreateQtd()
110 QtdHw->TotalBytes = (UINT32) Len; in EhcCreateQtd()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.h104 UINT32 TotalBytes : 15; member
144 UINT32 TotalBytes : 15; member
DEhciDebug.c109 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QtdHw->TotalBytes)); in EhcDumpQtd()
185 DEBUG ((EFI_D_VERBOSE, "Total Bytes : %d\n", QhHw->TotalBytes)); in EhcDumpQh()
DEhciSched.c630 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes; in EhcCheckUrbResult()
633 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) { in EhcCheckUrbResult()
917 QtdHw->TotalBytes = (UINT32) Qtd->DataLen; in EhcUpdateAsyncRequest()
941 QhHw->TotalBytes = 0; in EhcUpdateAsyncRequest()
DEhciUrb.c72 QtdHw->TotalBytes = 0; in EhcCreateQtd()
112 QtdHw->TotalBytes = (UINT32) Len; in EhcCreateQtd()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1815 IN UINTN TotalBytes, in CopyVideoBuffer() argument
1831 if (TotalBytes < 4) { in CopyVideoBuffer()
1837 TotalBytes, in CopyVideoBuffer()
1866 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()
1867 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()
1957 UINTN TotalBytes; in BiosVideoGraphicsOutputVbeBlt() local
1968 TotalBytes = Width * VbePixelWidth; in BiosVideoGraphicsOutputVbeBlt()
2057 TotalBytes in BiosVideoGraphicsOutputVbeBlt()
2069 TotalBytes, in BiosVideoGraphicsOutputVbeBlt()
2103 TotalBytes in BiosVideoGraphicsOutputVbeBlt()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c2144 IN UINTN TotalBytes, in CopyVideoBuffer() argument
2160 if (TotalBytes < 4) { in CopyVideoBuffer()
2166 TotalBytes, in CopyVideoBuffer()
2195 CopyBlockNum = (TotalBytes - UnalignedBytes) >> 2; in CopyVideoBuffer()
2196 RemainingBytes = (TotalBytes - UnalignedBytes) & 3; in CopyVideoBuffer()
2286 UINTN TotalBytes; in BiosVideoVbeBltWorker() local
2295 TotalBytes = Width * VbePixelWidth; in BiosVideoVbeBltWorker()
2384 TotalBytes in BiosVideoVbeBltWorker()
2396 TotalBytes, in BiosVideoVbeBltWorker()
2430 TotalBytes in BiosVideoVbeBltWorker()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DDataSink.c848 UINT64 TotalBytes; in TimerCallback() local
886 TotalBytes = 0; in TimerCallback()
889 TotalBytes += Port[ Index ].BytesReceived[ Count ]; in TimerCallback()
891 Average = (UINT32)RShiftU64 ( TotalBytes, DATA_SAMPLE_SHIFT ); in TimerCallback()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c1335 UINT64 TotalBytes; in TimerCallback() local
1364 TotalBytes = 0; in TimerCallback()
1366 TotalBytes += BytesSent[ Index ]; in TimerCallback()
1368 Average = (UINT32)RShiftU64 ( TotalBytes, DATA_SAMPLE_SHIFT ); in TimerCallback()