Home
last modified time | relevance | path

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

/src/sys/dev/atkbdc/
H A Dpsm.c178 int inputbytes; /* # of bytes in the input buffer */ member
2437 return (pb->inputbytes);
3018 if ((pb->inputbytes > 0) &&
3022 pb->inputbytes = 0;
3030 pb->ipacket[pb->inputbytes++] = c;
3038 if (pb->inputbytes < sc->mode.packetsize)
3094 pb->inputbytes = 0;
3101 pb->inputbytes--;
3103 pb->inputbytes);
3123 pb->inputbytes = 0;
[all …]