Symbol: boot_params
sys/arch/i386/stand/boot/boot2.c
312
initio(boot_params.bp_consdev);
sys/arch/i386/stand/boot/boot2.c
319
boot_modules_enabled = !(boot_params.bp_flags
sys/arch/i386/stand/boot/boot2.c
321
if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO)
sys/arch/i386/stand/boot/boot2.c
338
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
sys/arch/i386/stand/boot/boot2.c
341
bootcfg_info.timeout = boot_params.bp_timeout;
sys/arch/i386/stand/boot/boot2.c
375
c = awaitkey(boot_params.bp_timeout, 1);
sys/arch/i386/stand/boot/boot2.c
381
if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
sys/arch/i386/stand/boot/boot2.c
386
if (check_password((char *)boot_params.bp_password)) {
sys/arch/i386/stand/boot/boot2.c
602
boot_params.bp_conspeed = speed;
sys/arch/i386/stand/boot/boot2.c
93
extern struct x86_boot_params boot_params;
sys/arch/i386/stand/efiboot/boot.c
298
boot_modules_enabled = !(boot_params.bp_flags & X86_BP_FLAGS_NOMODULES);
sys/arch/i386/stand/efiboot/boot.c
315
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
sys/arch/i386/stand/efiboot/boot.c
324
bootcfg_info.timeout = boot_params.bp_timeout;
sys/arch/i386/stand/efiboot/boot.c
353
if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
sys/arch/i386/stand/efiboot/boot.c
358
if (check_password((char *)boot_params.bp_password)) {
sys/arch/i386/stand/efiboot/boot.c
51
extern struct x86_boot_params boot_params;
sys/arch/i386/stand/efiboot/eficons.c
232
unit = efi_com_consdev2unit(boot_params.bp_consdev);
sys/arch/i386/stand/efiboot/eficons.c
233
efi_consinit(boot_params.bp_consdev, boot_params.bp_consaddr, unit,
sys/arch/i386/stand/efiboot/eficons.c
234
boot_params.bp_conspeed, true);
sys/arch/i386/stand/efiboot/eficons.c
45
extern struct x86_boot_params boot_params;
sys/arch/i386/stand/lib/bootmenu.c
203
((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 ||
sys/arch/i386/stand/lib/bootmenu.c
204
check_password((char *)boot_params.bp_password))) {
sys/arch/i386/stand/lib/bootmenu.c
45
extern struct x86_boot_params boot_params;
sys/arch/i386/stand/lib/pcio.c
41
extern struct x86_boot_params boot_params;
sys/arch/i386/stand/pxeboot/main.c
123
boot_modules_enabled = !(boot_params.bp_flags
sys/arch/i386/stand/pxeboot/main.c
127
if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
sys/arch/i386/stand/pxeboot/main.c
130
bootcfg_info.timeout = boot_params.bp_timeout;
sys/arch/i386/stand/pxeboot/main.c
160
c = awaitkey(boot_params.bp_timeout, 1);
sys/arch/i386/stand/pxeboot/main.c
165
((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0
sys/arch/i386/stand/pxeboot/main.c
166
|| check_password((char *)boot_params.bp_password))) {
sys/arch/i386/stand/pxeboot/main.c
273
boot_params.bp_conspeed = speed;
sys/arch/i386/stand/pxeboot/main.c
54
extern struct x86_boot_params boot_params;
sys/arch/landisk/stand/boot/boot2.c
232
cninit(boot_params.bp_consdev);
sys/arch/landisk/stand/boot/boot2.c
249
c = awaitkey(boot_params.bp_timeout, 1);
sys/arch/landisk/stand/boot/boot2.c
62
extern struct landisk_boot_params boot_params;
sys/arch/landisk/stand/boot/cons.c
43
extern struct landisk_boot_params boot_params;
sys/arch/landisk/stand/boot/cons.c
58
switch (boot_params.bp_conspeed) {
sys/arch/landisk/stand/boot/cons.c
70
scif_init(boot_params.bp_conspeed);