Searched refs:si_rxbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c1106 static BYTE si_rxbuf[SI_BUFFERSIZE]; /* input staging area */ variable
1295 si_vbcopy(z, si_rxbuf, n);
1302 si_vbcopy(z, si_rxbuf, x);
1305 si_vbcopy(z, si_rxbuf + x, n - x);
1315 * n = number of chars placed in si_rxbuf
1320 i = ttydisc_rint_bypass(tp, (char *)si_rxbuf, n);
1332 i = si_rxbuf[x];

Completed in 146 milliseconds