Searched refs:sio_putc (Results 1 – 3 of 3) sorted by relevance
24 .globl sio_putc60 sio_putc: pushl %eax label65 sio_putc.1: inb (%dx),%al # Transmitter67 loopz sio_putc.1 # No68 jz sio_putc.2 # If timeout72 sio_putc.2: ret # To caller
22 void sio_putc(int) __attribute__((regparm (3)));
51 sio_putc(c); in xputc()