Searched refs:VolumeId (Results 1 - 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
H A DVariableStorage.h45 IN UINT32 VolumeId,
84 UINT32 VolumeId; member in struct:_VS_FILE_INFO
114 #define VAR_FILE_VOLUMEID(a) ((a)->Info.FileInfo.VolumeId)
H A DFileStorage.c87 IN UINT32 VolumeId,
127 if ((*(UINT32 *) &BootSector[FAT16_VOLUME_ID_OFFSET] != VolumeId) &&
128 (*(UINT32 *) &BootSector[FAT32_VOLUME_ID_OFFSET] != VolumeId)
242 IN UINT32 VolumeId,
257 VAR_FILE_VOLUMEID (Dev) = VolumeId;
85 CheckStore( IN EFI_HANDLE SimpleFileSystemHandle, IN UINT32 VolumeId, OUT EFI_DEVICE_PATH_PROTOCOL **Device ) argument
237 FileStorageConstructor( OUT VARIABLE_STORAGE **VarStore, OUT EFI_EVENT_NOTIFY *GoVirtualEvent, IN EFI_PHYSICAL_ADDRESS NvStorageBase, IN UINTN Size, IN UINT32 VolumeId, IN CHAR16 *FilePath ) argument
H A DFSVariable.c1833 FlashMapEntryData->VolumeId,
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
H A DFileIo.h36 IN UINT32 VolumeId,
H A DFileIo.c52 IN UINT32 VolumeId,
92 if ((*(UINT32 *) &BootSector[FAT16_VOLUME_ID_OFFSET] != VolumeId) &&
93 (*(UINT32 *) &BootSector[FAT32_VOLUME_ID_OFFSET] != VolumeId)
50 CheckStore( IN EFI_HANDLE SimpleFileSystemHandle, IN UINT32 VolumeId, OUT EFI_DEVICE_PATH_PROTOCOL **Device ) argument
H A DFWBlockService.c1190 OUT UINT32 *VolumeId OPTIONAL,
1232 TRY_ASSIGN (VolumeId, FlashMapEntry->VolumeId);
1245 "FlashMap HOB: VolumeId = 0x%lx, MappedFile = %s\n",
1246 (UINTN) FlashMapEntry->VolumeId, (UINTN) FlashMapEntry->FilePath
1320 Status = CheckStore (Handle, FwhInstance->VolumeId, &Device);
1415 UINT32 VolumeId; local
1482 &BaseAddress, &VolumeId, &MappedFile, &ActuralSize, &Offset,
1503 FwhInstance->VolumeId = VolumeId;
[all...]
H A DFwBlockService.h90 UINT32 VolumeId; member in struct:__anon4085
/device/linaro/bootloader/edk2/DuetPkg/Include/
H A DEfiFlashMap.h87 // VolumeId and FilePath indicating a unique file.
89 UINT32 VolumeId;
143 // VolumeId and FilePath indicating a unique file.
145 UINT32 VolumeId; member in struct:__anon4090
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DElTorito.h92 CHAR8 VolumeId[32]; member in struct:__anon7658::__anon7661
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
H A DEfiFlashMap.h88 // VolumeId and FilePath indicating a unique file.
90 UINT32 VolumeId; member in struct:__anon4845
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
H A DHobGeneration.c839 gHob->NvStorageFvb.FvbInfo.VolumeId = *(UINT32 *) (UINTN) (NV_STORAGE_STATE);
840 gHob->NvStorage. FvbInfo.VolumeId = *(UINT32 *) (UINTN) (NV_STORAGE_STATE);
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Dstart.S102 movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart16.S103 movw %ax, %es:0 # Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart32.S118 movw %ax, %es:0 # Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dst16_64.S103 movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dst32_64.S118 movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dst16_64.asm99 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dst32_64.asm114 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart.asm99 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart16.asm99 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart32.asm114 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId
H A Dstart64.asm99 mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct volume according to this VolumeId

Completed in 126 milliseconds