Searched refs:AllocLen (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.h101 UINT8 AllocLen; member in struct:__anon6330
179 UINT8 AllocLen; ///< Allocation length member in struct:__anon6339
H A DUsbMassBoot.c53 SenseCmd.AllocLen = (UINT8) sizeof (USB_BOOT_REQUEST_SENSE_DATA);
360 InquiryCmd.AllocLen = (UINT8) sizeof (USB_BOOT_INQUIRY_DATA);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
H A DEfiFileLib.c1617 UINTN StrLen, AllocLen; local
1631 AllocLen = AsciiStrSize (Cwd) + StrLen + 1;
1632 NewPath = AllocatePool (AllocLen);
1636 AsciiStrCpyS (NewPath, AllocLen, Cwd);
1647 AsciiStrnCatS (NewPath, AllocLen, Start, Work - Start);
1670 AsciiStrnCatS (NewPath, AllocLen, Start, End - Start);
1693 UINTN Len, AllocLen; local
1736 AllocLen = AsciiStrSize (File->DeviceName) + AsciiStrSize (File->FileName) + 10;
1737 gCwd = AllocatePool (AllocLen);
1742 AsciiStrCpyS (gCwd, AllocLen, Fil
[all...]

Completed in 31 milliseconds