Home
last modified time | relevance | path

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

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