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

/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/boot/
H A Dbiosboot.S54 ENTRY(boot_params)
55 .long boot_start_1 - boot_params
56 #include <boot_params.S>
82 /* Grab boot_params patched into bootxx by installboot */
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 Dboot2.c88 extern struct x86_boot_params boot_params;
290 initio(boot_params.bp_consdev);
297 boot_modules_enabled = !(boot_params.bp_flags
299 if (boot_params.bp_flags & X86_BP_FLAGS_RESET_VIDEO)
316 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
319 bootconf.timeout = boot_params.bp_timeout;
350 c = awaitkey(boot_params.bp_timeout, 1);
355 if ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0) {
360 if (check_password((char *)boot_params.bp_password)) {
H A DMakefile.boot63 CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev
65 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed
66 CPPFLAGS+= -DCONSADDR=boot_params.bp_consaddr
67 CPPFLAGS+= -DCONSOLE_KEYMAP=boot_params.bp_keymap
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/pxeboot/
H A Dmain.c53 extern struct x86_boot_params boot_params;
136 boot_modules_enabled = !(boot_params.bp_flags
140 if (!(boot_params.bp_flags & X86_BP_FLAGS_NOBOOTCONF)) {
143 bootconf.timeout = boot_params.bp_timeout;
170 c = awaitkey(boot_params.bp_timeout, 1);
175 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0
176 || check_password((char *)boot_params.bp_password))) {
H A DMakefile42 CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev
43 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed
44 CPPFLAGS+= -DCONSADDR=boot_params.bp_consaddr
45 CPPFLAGS+= -DCONSOLE_KEYMAP=boot_params.bp_keymap
H A Dstart_pxe.S55 .globl _C_LABEL(boot_params)
56 _C_LABEL(boot_params):
57 .long 1f - _C_LABEL(boot_params)
58 #include <boot_params.S>
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dboot.S38 ENTRY(boot_params)
39 .long boot_start1 - boot_params
40 #include <boot_params.S>
53 mov.l .L.boot_params, r1
114 .L.boot_params:
115 .long boot_params
117 .long boot_start1 - boot_params
H A Dcons.c43 extern struct landisk_boot_params boot_params;
58 switch (boot_params.bp_conspeed) {
70 scif_init(boot_params.bp_conspeed);
H A Dboot2.c62 extern struct landisk_boot_params boot_params;
231 cninit(boot_params.bp_consdev);
248 c = awaitkey(boot_params.bp_timeout, 1);
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/
H A Dbootxx.S37 boot_params: label
38 .long 1f - boot_params
39 #include <boot_params.S>
69 mov.l .L.boot_params, r4
99 .L.boot_params:
100 .long boot_params
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/
H A Dbootxx.S53 boot_params: /* space for patchable variables */ label
54 .long 1f - boot_params /* length of this data area */
55 #include <boot_params.S>
91 movl $boot_params, %esi
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/cdboot/
H A Dcdboot.S111 boot_params: /* space for patchable variables */ label
112 .long 1f - boot_params /* length of this data area */
113 #include <boot_params.S>
286 movl $boot_params, %esi /* Provide boot_params */
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootmenu.c44 extern struct x86_boot_params boot_params;
110 bootconf.timeout = boot_params.bp_timeout;
355 ((boot_params.bp_flags & X86_BP_FLAGS_PASSWORD) == 0 ||
356 check_password((char *)boot_params.bp_password))) {
H A Dpcio.c41 extern struct x86_boot_params boot_params;
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/fatboot/
H A Dfatboot.S259 mov $boot_params + 4, %si
306 pbr_space = boot_params - .
316 boot_params: label

Completed in 127 milliseconds