HomeSort by relevance Sort by last modified time
    Searched defs:FilePathListLength (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
BdsLib.h 27 UINT16 FilePathListLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
VarCheckUefiLibNullClass.c 59 UINT16 FilePathListLength;
63 FilePathListLength = *((UINT16 *) ((UINTN) Data + sizeof (UINT32)));
84 if ((UINTN) FilePathList > (MAX_ADDRESS - FilePathListLength)) {
87 if (((UINTN) FilePathList + FilePathListLength) > ((UINTN) Data + DataSize)) {
90 if (FilePathListLength < sizeof (EFI_DEVICE_PATH_PROTOCOL)) {
93 if (!IsDevicePathValid (FilePathList, FilePathListLength)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h 280 UINT16 FilePathListLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenanceManager.h 277 UINT16 FilePathListLength;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h     [all...]

Completed in 459 milliseconds