Home | History | Annotate | Download | only in boot

Lines Matching refs:boot_params

93 extern struct x86_boot_params boot_params;
312 initio(boot_params.bp_consdev);
319 boot_modules_enabled = !(boot_params.bp_flags
321 if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO)
338 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
341 bootcfg_info.timeout = boot_params.bp_timeout;
375 c = awaitkey(boot_params.bp_timeout, 1);
381 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
386 if (check_password((char *)boot_params.bp_password)) {
602 boot_params.bp_conspeed = speed;