Searched refs:boot_params (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/sys/arch/i386/stand/pxeboot/ |
| 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_consdev()
|
| 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
|
| 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/ |
| 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
|
| D | boot2.c | 93 extern struct x86_boot_params boot_params; 313 initio(boot_params.bp_consdev); in boot2() 320 boot_modules_enabled = !(boot_params.bp_flags in boot2() 322 if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO) in boot2() 339 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) { in boot2() 342 bootcfg_info.timeout = boot_params.bp_timeout; in boot2() 376 c = awaitkey(boot_params.bp_timeout, 1); in boot2() 382 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) { in boot2() 387 if (check_password((char *)boot_params.bp_password)) { in boot2() 599 boot_params.bp_conspeed = speed; in command_consdev()
|
| 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/ |
| 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
|
| 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()
|
| 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/ |
| 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/bootxx/ |
| 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/ |
| D | bootmenu.c | 45 extern struct x86_boot_params boot_params; 199 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 || in doboottypemenu() 200 check_password((char *)boot_params.bp_password))) { in doboottypemenu()
|
| D | pcio.c | 41 extern struct x86_boot_params boot_params;
|
| /netbsd/src/sys/arch/i386/stand/fatboot/ |
| D | fatboot.S | 288 mov $boot_params + 4, %si 338 pbr_space = boot_params - . 348 boot_params: label
|
| /netbsd/src/sys/arch/i386/stand/cdboot/ |
| 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 */
|