Searched defs:FilePathList (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
H A DBdsLib.h29 EFI_DEVICE_PATH_PROTOCOL *FilePathList; member in struct:__anon3555
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
H A DVarCheckUefiLibNullClass.c61 EFI_DEVICE_PATH_PROTOCOL *FilePathList; local
81 // Check FilePathList
83 FilePathList = (EFI_DEVICE_PATH_PROTOCOL *) Description;
84 if ((UINTN) FilePathList > (MAX_ADDRESS - FilePathListLength)) {
87 if (((UINTN) FilePathList + FilePathListLength) > ((UINTN) Data + DataSize)) {
93 if (!IsDevicePathValid (FilePathList, FilePathListLength)) {
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
H A DUefiShellBcfgCommandLib.c1036 VOID *FilePathList; local
1102 FilePathList = (UINT8 *)Description + DescriptionSize;
1103 DevPathString = ConvertDevicePathToText(FilePathList, TRUE, FALSE);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.h282 EFI_DEVICE_PATH_PROTOCOL *FilePathList; member in struct:__anon5684
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
H A DBootMaintenanceManager.h279 EFI_DEVICE_PATH_PROTOCOL *FilePathList; member in struct:__anon6609

Completed in 13 milliseconds