Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/atkbdc/
H A Dpsm.c2419 return (pb->inputbytes);
2996 if ((pb->inputbytes > 0) &&
3000 pb->inputbytes = 0;
3072 pb->inputbytes = 0;
3079 pb->inputbytes--;
3081 pb->inputbytes);
3101 pb->inputbytes = 0;
5198 l = imin(pb->inputbytes,
5201 if (pb->inputbytes > l)
5203 pb->inputbytes - l);
[all …]