Searched refs:sio_getc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/i386/boot2/
H A Dlib.h23 int sio_getc(void);
H A Dsio.S24 .globl sio_getc
70 /* int sio_getc(void) */
72 sio_getc: call sio_ischar # Character available? label
73 jz sio_getc # No
74 sio_getc.1: subb $0x5,%dl # Receiver buffer reg
H A Dboot2.c658 return (fn ? 1 : sio_getc());
/freebsd-11-stable/stand/i386/common/
H A Dcons.c92 return (fn ? 1 : sio_getc());
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c648 return fn ? 1 : sio_getc();
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c810 return (fn ? 1 : sio_getc());

Completed in 128 milliseconds