Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/i386/gptboot/
Dgptboot.c83 static int comspeed = SIOSPD; variable
368 comspeed = j; in parse()
381 if (sio_init(115200 / comspeed) != 0) in parse()
/freebsd-10-stable/sys/boot/i386/boot2/
Dboot2.c108 static int comspeed = SIOSPD; variable
381 comspeed = j; in parse()
396 if (sio_init(115200 / comspeed) != 0) in parse()
/freebsd-10-stable/sys/boot/pc98/boot2/
Dboot2.c110 static int comspeed = SIOSPD; variable
520 comspeed = j; in parse()
535 if (sio_init(115200 / comspeed) != 0) in parse()
/freebsd-10-stable/sys/boot/i386/zfsboot/
Dzfsboot.c92 static int comspeed = SIOSPD; variable
892 comspeed = j; in parse()
905 if (sio_init(115200 / comspeed) != 0) in parse()