Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c2417 return (pb->inputbytes);
2998 if ((pb->inputbytes > 0) &&
3002 pb->inputbytes = 0;
3074 pb->inputbytes = 0;
3081 pb->inputbytes--;
3083 pb->inputbytes);
3103 pb->inputbytes = 0;
5193 l = imin(pb->inputbytes,
5196 if (pb->inputbytes > l)
5198 pb->inputbytes - l);
[all …]