Home
last modified time | relevance | path

Searched refs:FileSystem (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DFlashMap.c126 &FlashHobData.SubAreaData.FileSystem, in PeimInitializeFlashMap()
139 &FlashHobData.SubAreaData.FileSystem, in PeimInitializeFlashMap()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFat.c488 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *FileSystem; in FatDriverBindingStop() local
499 (VOID **) &FileSystem, in FatDriverBindingStop()
506 Volume = VOLUME_FROM_VOL_INTERFACE (FileSystem); in FatDriverBindingStop()
/device/linaro/bootloader/edk2/DuetPkg/Include/
DEfiFlashMap.h131 EFI_GUID FileSystem; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiFlashMap.h68 EFI_GUID FileSystem; member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/
DArmJuno.fdf131 # Versatile Express FileSystem
132 INF ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
145 # FV FileSystem
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.h748 IN CONST CHAR16 *FileSystem OPTIONAL,
DShellProtocol.c3032 IN CONST CHAR16 *FileSystem OPTIONAL, in EfiShellSetCurDir()
3050 if ((FileSystem == NULL && Dir == NULL) || Dir == NULL) { in EfiShellSetCurDir()
3063 if (FileSystem == NULL) { in EfiShellSetCurDir()
3129 MapListItem = ShellCommandFindMapItem(FileSystem); in EfiShellSetCurDir()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
DArmVExpress-CTA15-A7.fdf130 # Versatile Express FileSystem
131 INF ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
DArmVExpress.dsc.inc406 # FileSystem
456 # Versatile Express FileSystem
457 ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DShell.h1056 IN CONST CHAR16 *FileSystem OPTIONAL,
/device/linaro/bootloader/edk2/ArmPlatformPkg/
DArmPlatformPkg.dec77 # Boot Monitor FileSystem
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFWBlockService.c1217 if (!CompareGuid (&FlashMapSubEntry->FileSystem, &gEfiFirmwareVolumeBlockProtocolGuid)) { in GetFvbHeader()