Searched refs:sio_flush (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dlib.h21 int sio_flush(void);
H A Dsio.S22 .globl sio_flush
45 /* int sio_flush(void) */
47 sio_flush: xorl %ecx,%ecx # Timeout label
49 sio_flush.1: call sio_ischar # Check for character
50 jz sio_flush.2 # Till none
51 loop sio_flush.1 # or counter is zero
53 sio_flush.2: ret # To caller
H A Dboot2.c255 sio_flush();
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c268 sio_flush();
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c363 sio_flush();
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c394 sio_flush();
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c693 sio_flush();

Completed in 123 milliseconds