Home
last modified time | relevance | path

Searched refs:sio_flush (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/i386/boot2/
H A Dsio.S20 .globl sio_flush
45 sio_flush: xorl %ecx,%ecx # Timeout label
47 sio_flush.1: call sio_ischar # Check for character
48 jz sio_flush.2 # Till none
49 loop sio_flush.1 # or counter is zero
51 sio_flush.2: ret # To caller
H A Dlib.h20 int sio_flush(void);
H A Dboot2.c258 sio_flush(); in main()
/freebsd/stand/i386/isoboot/
H A Disoboot.c296 sio_flush(); in main()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c355 sio_flush(); in main()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c317 sio_flush(); in main()