Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDuart_emul.c170 char flushbuf[32]; in rxfifo_reset() local
184 nread = read(sc->tty.fd, flushbuf, sizeof(flushbuf)); in rxfifo_reset()
185 if (nread != sizeof(flushbuf)) in rxfifo_reset()