Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/pc32/boot2/
H A Dsio.S26 .globl sio_ischar symbol
66 call sio_ischar
88 sio_getc: call sio_ischar # Character available?
97 sio_ischar: movw $SIO_PRT+0x5,%dx # Line status register label
H A Dlib.h25 int sio_ischar(void);
H A Dboot2.c789 if ((opts & RBF_SERIAL) && sio_ischar()) in xgetc()
/dflybsd-src/stand/boot/pc32/btx/btx/
H A Dbtx.S902 sio_flush: call sio_ischar # Check for character
924 sio_getc: call sio_ischar # Character available?
933 sio_ischar: movw $SIO_PRT+0x5,%dx # Line status register label