Searched defs:BufLen (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
H A DEmmcHcMem.h30 UINTN BufLen; // Memory size in bytes member in struct:_EMMC_PEIM_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
H A DSdHcMem.h30 UINTN BufLen; // Memory size in bytes member in struct:_SD_PEIM_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
H A DUfsHcMem.h30 UINTN BufLen; // Memory size in bytes member in struct:_UFS_PEIM_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.h33 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.h38 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.h34 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
H A DUsbHcMem.h30 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
H A DUsbHcMem.h31 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DUsbHcMem.h34 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DUsbHcMem.h34 UINTN BufLen; // Memory size in bytes member in struct:_USBHC_MEM_BLOCK
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c305 @param[in] BufLen The length of the buffer
318 IN INTN BufLen,
330 while (Cur < BufLen) {
342 if (Cur == BufLen) {
348 if (Cur + Len > BufLen) {
316 DhcpIterateBufferOptions( IN UINT8 *Buffer, IN INTN BufLen, IN DHCP_CHECK_OPTION Check OPTIONAL, IN VOID *Context, OUT UINT8 *Overload OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpIo.c861 UINTN BufLen; local
899 BufLen = Nbuf->TotalSize;
906 Status = Snp->Receive (Snp, &HeaderSize, &BufLen, BufPtr, NULL, NULL, NULL);
920 if ((HeaderSize != Snp->Mode->MediaHeaderSize) || (BufLen < HeaderSize)) {
925 BufLen)
931 if (Nbuf->TotalSize != BufLen) {
935 Trimmed = NetbufTrim (Nbuf, Nbuf->TotalSize - (UINT32) BufLen, NET_BUF_TAIL);
936 ASSERT (Nbuf->TotalSize == BufLen);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c49 UINTN BufLen; local
52 BufLen = 0;
56 StrnCatGrow (&RetString, &BufLen, L"+NV", 0);
59 StrnCatGrow (&RetString, &BufLen, L"+RT+BS", 0);
61 StrnCatGrow (&RetString, &BufLen, L"+BS", 0);
64 StrnCatGrow (&RetString, &BufLen, L"+HR", 0);
67 StrnCatGrow (&RetString, &BufLen, L"+AW", 0);
70 StrnCatGrow (&RetString, &BufLen, L"+AT", 0);
74 RetString = StrnCatGrow(&RetString, &BufLen, L"Invalid", 0);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c487 UINTN BufLen; local
499 BufLen = (MainEditor.ScreenSize.Column + 1) * sizeof (CHAR16);
500 PrintLine = AllocatePool (BufLen);
502 StrnCpyS (PrintLine, BufLen/sizeof(CHAR16), Buffer, MIN(Limit, MainEditor.ScreenSize.Column));
509 PrintLine2 = AllocatePool (BufLen * 2);
511 ShellCopySearchAndReplace(PrintLine, PrintLine2, BufLen * 2, L"%", L"^%", FALSE, FALSE);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c309 @param[in] BufLen The lenght of the Buf
322 IN UINT32 BufLen,
344 BufLen -= sizeof (ETHER_HEAD);
363 BufLen -= sizeof (IP4_HEAD);
375 BufLen -= sizeof (EFI_UDP_HEADER);
390 BufLen,
403 BufLen - Len,
316 SyslogBuildPacket( IN UINT32 Level, IN UINT8 *Module, IN UINT8 *File, IN UINT32 Line, IN UINT8 *Message, IN UINT32 BufLen, OUT CHAR8 *Buf ) argument

Completed in 60 milliseconds