HomeSort by: relevance | last modified time | path
    Searched refs:MapKey (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efiboot.c 113 UINTN NoEntries, MapKey, DescriptorSize;
125 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
130 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
efimemory.c 91 efi_memory_get_map(UINTN *NoEntries, UINTN *MapKey, UINTN *DescriptorSize,
98 desc = LibMemoryMap(NoEntries, MapKey, DescriptorSize,
201 UINTN i, NoEntries, MapKey, DescriptorSize;
211 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
237 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize;
241 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
272 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize;
280 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize,
334 UINTN i, n, NoEntries, MapKey, DescriptorSize, MappingSize;
345 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackDocument.cpp 115 DocNode MapKey;
129 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
192 Stack.back().MapKey = Node;
206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty()
207 ? Stack.back().MapKey
209 MergeResult = Merger(DestNode, Node, MapKey);
  /src/sys/external/bsd/gnu-efi/dist/lib/
misc.c 208 OUT UINTN *MapKey,
230 Status = uefi_call_wrapper(BS->GetMemoryMap, 5, &BufferSize, Buffer, MapKey, DescriptorSize, DescriptorVersion);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AssumeBundleBuilder.cpp 105 using MapKey = std::pair<Value *, Attribute::AttrKind>;
106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
179 MapKey Key{RK.WasOn, RK.AttrKind};
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 406 /// (respectively) that was already there. MapKey is the key if *DestNode is a
412 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
413 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 63 OUT UINTN *MapKey,
432 IN UINTN MapKey
efilib.h 684 OUT UINTN *MapKey,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 545 UINTN *MapKey,

Completed in 22 milliseconds