Home
last modified time | relevance | path

Searched refs:at_eof (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A DxyzModem.c51 bool crc_mode, at_eof, tx_ack; member
431 xyz.at_eof = false; in xyzModem_stream_open()
497 while (!xyz.at_eof && (size > 0)) in xyzModem_stream_read()
575 xyz.at_eof = true; in xyzModem_stream_read()
590 if (!xyz.at_eof) in xyzModem_stream_read()
643 xyz.at_eof = true; in xyzModem_stream_terminate()
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py976 if self._reader.at_eof():