Searched refs:comspeed (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c85 static int comspeed = SIOSPD; variable
459 comspeed = j;
475 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c135 static int comspeed = SIOSPD;
441 comspeed = j;
456 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c110 static int comspeed = SIOSPD; variable
527 comspeed = j;
545 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c108 static int comspeed = SIOSPD; variable
393 comspeed = j;
411 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c85 static int comspeed = SIOSPD; variable
536 comspeed = j;
552 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c114 static int comspeed = SIOSPD; variable
1100 comspeed = j;
1113 if (sio_init(115200 / comspeed) != 0)

Completed in 192 milliseconds