Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c177 int inputbytes; /* # of bytes in the input buffer */ member
2426 return (pb->inputbytes);
3007 if ((pb->inputbytes > 0) &&
3011 pb->inputbytes = 0;
3019 pb->ipacket[pb->inputbytes++] = c;
3027 if (pb->inputbytes < sc->mode.packetsize)
3083 pb->inputbytes = 0;
3090 pb->inputbytes--;
3092 pb->inputbytes);
3112 pb->inputbytes = 0;
[all …]