| /netbsd-src/sys/arch/i386/stand/pxeboot/ |
| H A D | main.c | 54 extern struct x86_boot_params boot_params; 123 boot_modules_enabled = !(boot_params.bp_flags in main() 127 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in main() 130 bootcfg_info.timeout = boot_params.bp_timeout; in main() 160 c = awaitkey(boot_params.bp_timeout, 1); in main() 165 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 in main() 166 || check_password((char *)boot_params.bp_password))) { in main() 260 boot_params.bp_conspeed = speed; in command_modules()
|
| H A D | Makefile | 32 CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev 33 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed 34 CPPFLAGS+= -DCONSADDR=boot_params.bp_consaddr 35 CPPFLAGS+= -DCONSOLE_KEYMAP=boot_params.bp_keymap
|
| H A D | start_pxe.S | 55 .globl _C_LABEL(boot_params) 56 _C_LABEL(boot_params): 57 .long 1f - _C_LABEL(boot_params)
|
| /netbsd-src/sys/arch/i386/stand/boot/ |
| H A D | biosboot.S | 54 ENTRY(boot_params) 55 .long boot_start_1 - boot_params 85 mov $boot_params, %di 87 cmp $boot_start_1 - boot_params, %cx 89 mov $boot_start_1 - boot_params, %cx 115 testb $X86_BP_FLAGS_LBA64VALID, boot_params+4
|
| H A D | boot2.c | 93 extern struct x86_boot_params boot_params; 315 initio(boot_params.bp_consdev); in boot2() 322 boot_modules_enabled = !(boot_params.bp_flags in boot2() 324 if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO) in boot2() 341 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in boot2() 344 bootcfg_info.timeout = boot_params.bp_timeout; in boot2() 378 c = awaitkey(boot_params.bp_timeout, 1); in boot2() 384 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) { in boot2() 389 if (check_password((char *)boot_params.bp_password)) { in boot2() 584 boot_params.bp_conspeed = speed; in command_consdev()
|
| H A D | Makefile.boot | 62 CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev 64 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed 65 CPPFLAGS+= -DCONSADDR=boot_params.bp_consaddr 66 CPPFLAGS+= -DCONSOLE_KEYMAP=boot_params.bp_keymap
|
| /netbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | boot.S | 38 ENTRY(boot_params) 39 .long boot_start1 - boot_params 53 mov.l .L.boot_params, r1 114 .L.boot_params: 115 .long boot_params 117 .long boot_start1 - boot_params
|
| H A D | cons.c | 43 extern struct landisk_boot_params boot_params; 58 switch (boot_params.bp_conspeed) { in cninit() 70 scif_init(boot_params.bp_conspeed); in cninit()
|
| H A D | boot2.c | 62 extern struct landisk_boot_params boot_params; 232 cninit(boot_params.bp_consdev); in boot2() 249 c = awaitkey(boot_params.bp_timeout, 1); in boot2()
|
| /netbsd-src/sys/arch/landisk/stand/bootxx/ |
| H A D | bootxx.S | 37 boot_params: label 38 .long 1f - boot_params 69 mov.l .L.boot_params, r4 99 .L.boot_params: 100 .long boot_params
|
| /netbsd-src/sys/arch/i386/stand/efiboot/bootx64/ |
| H A D | start.S | 90 .globl _C_LABEL(boot_params) 91 _C_LABEL(boot_params): /* space for patchable variables */ 92 .long 1f - boot_params /* length of this data area */
|
| /netbsd-src/sys/arch/i386/stand/efiboot/bootia32/ |
| H A D | start.S | 85 .globl _C_LABEL(boot_params) 86 _C_LABEL(boot_params): /* space for patchable variables */ 87 .long 1f - boot_params /* length of this data area */
|
| /netbsd-src/sys/arch/i386/stand/bootxx/ |
| H A D | bootxx.S | 53 boot_params: /* space for patchable variables */ label 54 .long 1f - boot_params /* length of this data area */ 92 movl $boot_params, %esi
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | bootmenu.c | 45 extern struct x86_boot_params boot_params; 199 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 || 200 check_password((char *)boot_params.bp_password))) {
|
| H A D | pcio.c | 41 extern struct x86_boot_params boot_params;
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | boot.c | 51 extern struct x86_boot_params boot_params; 291 boot_modules_enabled = !(boot_params.bp_flags & X86_BP_FLAGS_NOMODULES); in boot() 308 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in boot() 317 bootcfg_info.timeout = boot_params.bp_timeout; in boot() 346 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) { in boot() 351 if (check_password((char *)boot_params.bp_password)) { in boot()
|
| H A D | eficons.c | 45 extern struct x86_boot_params boot_params; 199 efi_consinit(boot_params.bp_consdev, boot_params.bp_consaddr, in cninit() 200 boot_params.bp_conspeed); in cninit()
|
| /netbsd-src/sys/arch/i386/stand/cdboot/ |
| H A D | cdboot.S | 111 boot_params: /* space for patchable variables */ label 112 .long 1f - boot_params /* length of this data area */ 286 movl $boot_params, %esi /* Provide boot_params */
|
| /netbsd-src/sys/arch/i386/stand/fatboot/ |
| H A D | fatboot.S | 288 mov $boot_params + 4, %si 338 pbr_space = boot_params - . 348 boot_params: label
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | ChangeLog | 1208 * changed the way the boot_params are passed. We don't use the
|