Home
last modified time | relevance | path

Searched refs:sio_init (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/i386/boot2/
H A Dsio.S19 .globl sio_init
27 sio_init: pushl %eax label
H A Dlib.h19 int sio_init(int) __attribute__((regparm (3)));
H A Dboot2.c408 if (sio_init(115200 / comspeed) != 0) in parse()
/freebsd/stand/i386/isoboot/
H A Disoboot.c472 if (sio_init(115200 / comspeed) != 0) in parse_cmds()
/freebsd/stand/i386/gptzfsboot/
H A Dzfsboot.c613 if (sio_init(115200 / comspeed) != 0) in parse_cmd()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c549 if (sio_init(115200 / comspeed) != 0) in parse_cmds()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S227 call sio_init # setup the serial console