Searched defs:fifo_put (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp252 static int fifo_put(PDEVSERIAL pThis, int fifo, uint8_t chr) function
458 fifo_put(pThis, XMIT_FIFO, pThis->thr);
705 fifo_put(pThis, RECV_FIFO, buf[i]);
736 * or it will be dropped at fifo_put(). */

Completed in 46 milliseconds