Searched refs:inputbytes (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c174 int inputbytes; /* # of bytes in the input buffer */ member in struct:packetbuf
2421 return (pb->inputbytes);
3019 if ((pb->inputbytes > 0) &&
3023 pb->inputbytes = 0;
3031 pb->ipacket[pb->inputbytes++] = c;
3039 if (pb->inputbytes < sc->mode.packetsize)
3095 pb->inputbytes = 0;
3102 pb->inputbytes--;
3104 pb->inputbytes);
3124 pb->inputbytes
[all...]

Completed in 98 milliseconds