Home
last modified time | relevance | path

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

/trueos/sys/boot/i386/boot2/
HDsio.S22 .globl sio_flush
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
HDlib.h21 int sio_flush(void);
HDboot2.c295 sio_flush(); in main()
/trueos/sys/boot/i386/gptboot/
HDgptboot.c216 sio_flush(); in main()
/trueos/sys/boot/pc98/boot2/
HDboot2.c434 sio_flush(); in main()
/trueos/sys/boot/i386/zfsboot/
HDzfsboot.c584 sio_flush(); in main()