Home
last modified time | relevance | path

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

/freebsd-src/stand/i386/boot2/
H A Dsio.S21 .globl sio_putc symbol
55 sio_putc: pushl %eax label
59 sio_putc.1: inb (%dx),%al # Transmitter
61 loopz sio_putc.1 # No
62 jz sio_putc.2 # If timeout
66 sio_putc.2: ret # To caller
H A Dlib.h21 void sio_putc(int) __attribute__((regparm (3)));
H A Dboot2.c631 sio_putc(c); in xputc()
/freebsd-src/stand/i386/common/
H A Dcons.c50 sio_putc(c); in xputc()