/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | efimemory.c | 91 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 D | efiboot.c | 113 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 D | MsgPackDocument.cpp | 115 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 D | misc.c | 208 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 D | MsgPackDocument.h | 412 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 D | AssumeBundleBuilder.cpp | 105 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 D | VI.pod | 117 =item * MapKey 119 VI::MapKey(screenId,key,perlproc);
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efiapi.h | 63 OUT UINTN *MapKey, 432 IN UINTN MapKey
|
H A D | efilib.h | 684 OUT UINTN *MapKey,
|
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
H A D | acefiex.h | 545 UINTN *MapKey,
|