Home
last modified time | relevance | path

Searched refs:comspeed (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/i386/isoboot/
H A Disoboot.c82 static int comspeed = SIOSPD; variable
456 comspeed = j; in parse_cmds()
472 if (sio_init(115200 / comspeed) != 0) in parse_cmds()
/freebsd/stand/i386/boot2/
H A Dboot2.c105 static int comspeed = SIOSPD; variable
390 comspeed = j; in parse()
408 if (sio_init(115200 / comspeed) != 0) in parse()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c82 static int comspeed = SIOSPD; variable
533 comspeed = j; in parse_cmds()
549 if (sio_init(115200 / comspeed) != 0) in parse_cmds()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c110 static int comspeed = SIOSPD; variable
597 comspeed = j; in parse_cmd()
613 if (sio_init(115200 / comspeed) != 0) in parse_cmd()