Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/pc32/boot2/
H A Dsio.S24 .globl sio_putc symbol
73 sio_putc: movw $SIO_PRT+0x5,%dx # Line status reg label
76 sio_putc.1: inb (%dx),%al # Transmitter buffer empty?
78 loopz sio_putc.1 # No
79 jz sio_putc.2 # If timeout
83 sio_putc.2: ret
H A Dlib.h23 void sio_putc(int);
H A Dboot2.c768 sio_putc(c); in xputc()
/dflybsd-src/stand/boot/pc32/btx/btx/
H A Dbtx.S909 sio_putc: movw $SIO_PRT+0x5,%dx # Line status reg label
912 sio_putc.1: inb (%dx),%al # Transmitter
914 loopz sio_putc.1 # No
915 jz sio_putc.2 # If timeout
919 sio_putc.2: ret $0x4 # To caller
946 call sio_putc # return first
950 call sio_putc # Output the character