Home
last modified time | relevance | path

Searched refs:bp_conspeed (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/usr.sbin/sysinst/arch/i386/
H A Dmenus.md50 ((struct x86_boot_params *)arg)->bp_conspeed);
72 switch (((struct x86_boot_params *)arg)->bp_conspeed) {
82 {((struct x86_boot_params *)arg)->bp_conspeed = 9600;};
84 {((struct x86_boot_params *)arg)->bp_conspeed = 19200;};
86 {((struct x86_boot_params *)arg)->bp_conspeed = 38400;};
88 {((struct x86_boot_params *)arg)->bp_conspeed = 57600;};
90 {((struct x86_boot_params *)arg)->bp_conspeed = 115200;};
92 {((struct x86_boot_params *)arg)->bp_conspeed = 0;};
H A Dmd.c275 boottype.bp_conspeed = t.c_ispeed; in update_bios_boot()
310 boottype.bp_conspeed); in update_bios_boot()
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dcons.c58 switch (boot_params.bp_conspeed) { in cninit()
70 scif_init(boot_params.bp_conspeed); in cninit()
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A DMakefile33 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed
/netbsd-src/usr.sbin/installboot/arch/
H A Di386.c210 printf("speed %d, ", le32toh(bpp->bp_conspeed)); in show_i386_boot_params()
251 bp.bp_conspeed = htole32(params->conspeed); in update_i386_boot_params()
/netbsd-src/sys/arch/i386/stand/boot/
H A DMakefile.boot64 CPPFLAGS+= -DCONSPEED=boot_params.bp_conspeed
H A Dboot2.c584 boot_params.bp_conspeed = speed; in command_consdev()
/netbsd-src/sys/sys/
H A Dbootblock.h1079 uint32_t bp_conspeed; member
1127 uint32_t bp_conspeed; member
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficons.c200 boot_params.bp_conspeed); in cninit()