Searched refs:MapKey (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMemMap.c51 UINTN MapKey; local
124 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
128 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c1340 @param MapKey A pointer to the location in which firmware
1362 OUT UINTN *MapKey,
1528 if (MapKey != NULL) {
1529 *MapKey = mMemoryMapKey;
1602 @param MapKey Memory map key
1611 IN UINTN MapKey
1622 if (MapKey == mMemoryMapKey) {
1359 CoreGetMemoryMap( IN OUT UINTN *MemoryMapSize, IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap, OUT UINTN *MapKey, OUT UINTN *DescriptorSize, OUT UINT32 *DescriptorVersion ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c663 @param MapKey Key to the latest memory map.
666 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
673 IN UINTN MapKey
684 // Terminate memory services if the MapKey matches
686 Status = CoreTerminateMemoryMap (MapKey);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h532 list based on the MapKey.
534 @param[in] MapKey The pointer to the string key to search for in the map.
541 IN CONST CHAR16 *MapKey
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h174 @param MapKey A pointer to the location in which firmware returns the key for the
194 OUT UINTN *MapKey,
912 @param MapKey Key to the latest memory map.
915 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
922 IN UINTN MapKey
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h174 @param MapKey A pointer to the location in which firmware returns the key for the
194 OUT UINTN *MapKey,
912 @param MapKey Key to the latest memory map.
915 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
922 IN UINTN MapKey
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h456 @param MapKey Key to the latest memory map.
459 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
466 IN UINTN MapKey
474 @param MapKey Memory map key
483 IN UINTN MapKey
1212 @param MapKey A pointer to the location in which firmware
1234 OUT UINTN *MapKey,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c1370 @param[in] MapKey String Key to search for on the map
1377 IN CONST CHAR16 *MapKey
1386 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) {

Completed in 580 milliseconds