Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Duart_emul.c178 char flushbuf[32]; in rxfifo_reset() local
192 nread = read(sc->tty.rfd, flushbuf, sizeof(flushbuf)); in rxfifo_reset()
193 if (nread != sizeof(flushbuf)) in rxfifo_reset()