Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c76 static struct boot_env { struct
79 } boot_env; argument
312 if (boot_env.be_env == NULL) in find_boot_env_prop()
315 ptr = boot_env.be_env; in find_boot_env_prop()
323 if (boot_env.be_size < len + 2) in find_boot_env_prop()
334 size = (uintptr_t)ptr - (uintptr_t)boot_env.be_env; in find_boot_env_prop()
335 if (size > boot_env.be_size) in find_boot_env_prop()
341 size = (uintptr_t)ptr - (uintptr_t)boot_env.be_env; in find_boot_env_prop()
342 if (boot_env.be_size - size < len + 2) in find_boot_env_prop()
572 boot_env.be_env = (char *)(uintptr_t)modules[i].bm_addr; in bcons_init_env()
[all …]