Home
last modified time | relevance | path

Searched refs:MapKey (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defimemory.c91 efi_memory_get_map(UINTN *NoEntries, UINTN *MapKey, UINTN *DescriptorSize, in efi_memory_get_map() argument
98 desc = LibMemoryMap(NoEntries, MapKey, DescriptorSize, in efi_memory_get_map()
201 UINTN i, NoEntries, MapKey, DescriptorSize; in efi_memory_get_memmap() local
211 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_memory_get_memmap()
237 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getbasemem() local
241 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in getbasemem()
272 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getextmemx() local
280 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in getextmemx()
334 UINTN i, n, NoEntries, MapKey, DescriptorSize, MappingSize; in efi_memory_probe() local
345 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_memory_probe()
[all …]
H A Defiboot.c113 UINTN NoEntries, MapKey, DescriptorSize; in efi_cleanup() local
125 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_cleanup()
127 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey); in efi_cleanup()
130 desc = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_cleanup()
132 status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey); in efi_cleanup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp115 DocNode MapKey; member
129 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob()
192 Stack.back().MapKey = Node; in readFromBlob()
206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob() local
207 ? Stack.back().MapKey in readFromBlob()
209 MergeResult = Merger(DestNode, Node, MapKey); in readFromBlob()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c208 OUT UINTN *MapKey, in LibMemoryMap() argument
230 …Status = uefi_call_wrapper(BS->GetMemoryMap, 5, &BufferSize, Buffer, MapKey, DescriptorSize, Descr… in LibMemoryMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h412 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
413 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp105 using MapKey = std::pair<Value *, Attribute::AttrKind>; typedef
106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
179 MapKey Key{RK.WasOn, RK.AttrKind}; in addKnowledge()
/netbsd-src/external/bsd/nvi/dist/perl_api/
H A DVI.pod117 =item * MapKey
119 VI::MapKey(screenId,key,perlproc);
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h63 OUT UINTN *MapKey,
432 IN UINTN MapKey
H A Defilib.h684 OUT UINTN *MapKey,
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h545 UINTN *MapKey,