Home
last modified time | relevance | path

Searched refs:mapkey (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/amd/amd/
H A Dopts.c207 eval_opts(char *opts, char *mapkey) in eval_opts() argument
229 plog(XLOG_USER, "key %s: No value component in \"%s\"", mapkey, f); in eval_opts()
273 plog(XLOG_WARNING, "key %s: Old syntax selector found: %s=%s", mapkey, f, opt); in eval_opts()
284 mapkey, in eval_opts()
295 plog(XLOG_USER, "key %s: Can't assign to a selector (%s)", mapkey, op->name); in eval_opts()
306 plog(XLOG_USER, "key %s: Unrecognised key/option \"%s\"", mapkey, f); in eval_opts()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c896 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local
904 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
908 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
913 mmap_key = mapkey; in efi_memprobe_internal()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defiboot.c906 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local
914 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
918 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
923 mmap_key = mapkey; in efi_memprobe_internal()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defiboot.c1013 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local
1021 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
1025 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
1030 mmap_key = mapkey; in efi_memprobe_internal()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defiboot.c334 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local
348 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
352 status = BS->GetMemoryMap(&siz, mm0, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal()
356 mmap_key = mapkey; in efi_memprobe_internal()