Searched defs:sio_flush (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
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
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S837 * int sio_flush(void)
839 sio_flush: xorl %eax,%eax # Return value label
842 sio_flush.1: call sio_ischar # Check for character
843 jz sio_flush.2 # Till none
844 loop sio_flush.1 # or counter is zero
846 sio_flush.2: ret # To caller

Completed in 55 milliseconds