Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Dpsm.c178 int inputbytes; /* # of bytes in the input buffer */ member
2432 return (pb->inputbytes);
3013 if ((pb->inputbytes > 0) &&
3017 pb->inputbytes = 0;
3025 pb->ipacket[pb->inputbytes++] = c;
3033 if (pb->inputbytes < sc->mode.packetsize)
3089 pb->inputbytes = 0;
3096 pb->inputbytes--;
3098 pb->inputbytes);
3118 pb->inputbytes = 0;
[all …]