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

/freebsd-11-stable/stand/i386/boot2/
H A Dlib.h22 void sio_putc(int) __attribute__((regparm (3)));
H A Dsio.S23 .globl sio_putc
55 /* void sio_putc(int c) */
57 sio_putc: pushl %eax label
61 sio_putc.1: inb (%dx),%al # Transmitter
63 loopz sio_putc.1 # No
64 jz sio_putc.2 # If timeout
68 sio_putc.2: ret # To caller
H A Dboot2.c634 sio_putc(c);
/freebsd-11-stable/stand/i386/common/
H A Dcons.c53 sio_putc(c);
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c633 sio_putc(c);
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c783 sio_putc(c);

Completed in 164 milliseconds