Searched refs:xputc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/common/
H A Dcons.h27 void xputc(int c);
H A Dcons.c46 xputc(int c) function
60 xputc('\r');
61 xputc(c);
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot2.c121 static int xputc(int);
566 xputc('\r');
567 xputc(c);
576 xputc(c = c << 8 | c >> 24);
577 xputc('\b');
615 xputc(int c) function
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c123 static int xputc(int);
704 xputc('\r');
705 xputc(c);
721 xputc(c = c << 8 | c >> 24);
722 xputc('\b');
769 xputc(int c) function
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c149 static int xputc(int);
630 xputc('\r');
631 xputc(c);
635 xputc(int c) function

Completed in 118 milliseconds