Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/ia64/stand/efi/libefi/
Dexec.c139 UINTN mapkey, pages, size; in elf64_exec() local
157 BS->GetMemoryMap(&size, NULL, &mapkey, &descsz, &descver); in elf64_exec()
169 bi_load(bi, fp, &mapkey, pages); in elf64_exec()
173 status = BS->ExitBootServices(IH, mapkey); in elf64_exec()
Dbootinfo.c200 bi_load(struct bootinfo *bi, struct preloaded_file *fp, UINTN *mapkey, in bi_load() argument
292 *mapkey = key; in bi_load()
Defiboot.h95 UINTN *mapkey, UINTN pages);
/netbsd/src/external/bsd/am-utils/dist/amd/
Dopts.c473 split_opts(char *opts, char *mapkey) in split_opts() argument
513 mapkey, op->name); in split_opts()
522 plog(XLOG_USER, "key %s: Unrecognized key/option \"%s\"", mapkey, f); in split_opts()
534 eval_selectors(char *opts, char *mapkey) in eval_selectors() argument
564 plog(XLOG_USER, "key %s: No value component in \"%s\"", mapkey, f); in eval_selectors()
572 plog(XLOG_USER, "key %s: Malformed function in \"%s\"", mapkey, f); in eval_selectors()
602 plog(XLOG_USER, "key %s: unknown function \"%s\"", mapkey, f); in eval_selectors()
609 plog(XLOG_USER, "key %s: Bad selector \"%s\"", mapkey, f); in eval_selectors()
661 mapkey, in eval_selectors()
680 mapkey, in eval_selectors()
[all …]