Home
last modified time | relevance | path

Searched refs:boot_params (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/arch/i386/stand/pxeboot/
Dmain.c54 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()
DMakefile32 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
Dstart_pxe.S55 .globl _C_LABEL(boot_params)
56 _C_LABEL(boot_params):
57 .long 1f - _C_LABEL(boot_params)
/netbsd/src/sys/arch/i386/stand/boot/
Dbiosboot.S54 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
Dboot2.c93 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()
DMakefile.boot62 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/
Dboot.S38 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
Dcons.c43 extern struct landisk_boot_params boot_params;
58 switch (boot_params.bp_conspeed) { in cninit()
70 scif_init(boot_params.bp_conspeed); in cninit()
Dboot2.c62 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/
Dbootxx.S37 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/
Dbootxx.S53 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/
Dbootmenu.c45 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()
Dpcio.c41 extern struct x86_boot_params boot_params;
/netbsd/src/sys/arch/i386/stand/fatboot/
Dfatboot.S288 mov $boot_params + 4, %si
338 pbr_space = boot_params - .
348 boot_params: label
/netbsd/src/sys/arch/i386/stand/cdboot/
Dcdboot.S111 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 */