Home
last modified time | relevance | path

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

/freebsd-src/stand/i386/boot2/
H A Dsio.S22 .globl sio_getc symbol
70 sio_getc: call sio_ischar # Character available? label
71 jz sio_getc # No
72 sio_getc.1: subb $0x5,%dl # Receiver buffer reg
H A Dlib.h22 int sio_getc(void);
H A Dboot2.c655 return (fn ? 1 : sio_getc()); in xgetc()
/freebsd-src/stand/i386/common/
H A Dcons.c115 return (fn ? 1 : sio_getc()); in xgetc()