boot_params
initio(boot_params.bp_consdev);
boot_modules_enabled = !(boot_params.bp_flags
if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO)
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
bootcfg_info.timeout = boot_params.bp_timeout;
c = awaitkey(boot_params.bp_timeout, 1);
if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
if (check_password((char *)boot_params.bp_password)) {
boot_params.bp_conspeed = speed;
extern struct x86_boot_params boot_params;
boot_modules_enabled = !(boot_params.bp_flags & X86_BP_FLAGS_NOMODULES);
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
bootcfg_info.timeout = boot_params.bp_timeout;
if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
if (check_password((char *)boot_params.bp_password)) {
extern struct x86_boot_params boot_params;
unit = efi_com_consdev2unit(boot_params.bp_consdev);
efi_consinit(boot_params.bp_consdev, boot_params.bp_consaddr, unit,
boot_params.bp_conspeed, true);
extern struct x86_boot_params boot_params;
((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 ||
check_password((char *)boot_params.bp_password))) {
extern struct x86_boot_params boot_params;
extern struct x86_boot_params boot_params;
boot_modules_enabled = !(boot_params.bp_flags
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
bootcfg_info.timeout = boot_params.bp_timeout;
c = awaitkey(boot_params.bp_timeout, 1);
((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0
|| check_password((char *)boot_params.bp_password))) {
boot_params.bp_conspeed = speed;
extern struct x86_boot_params boot_params;
cninit(boot_params.bp_consdev);
c = awaitkey(boot_params.bp_timeout, 1);
extern struct landisk_boot_params boot_params;
extern struct landisk_boot_params boot_params;
switch (boot_params.bp_conspeed) {
scif_init(boot_params.bp_conspeed);