Searched refs:mapkey (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | opts.c | 207 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 D | efiboot.c | 909 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local 917 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 921 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 926 mmap_key = mapkey; in efi_memprobe_internal()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efiboot.c | 908 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local 916 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 920 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 925 mmap_key = mapkey; in efi_memprobe_internal()
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.c | 334 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()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efiboot.c | 1031 UINTN mapkey, mmsiz, siz; in efi_memprobe_internal() local 1039 status = BS->GetMemoryMap(&siz, NULL, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 1043 status = BS->GetMemoryMap(&siz, mm, &mapkey, &mmsiz, &mmver); in efi_memprobe_internal() 1048 mmap_key = mapkey; in efi_memprobe_internal()
|