Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/atkbdc/
H A Dpsm.c2434 return (pb->inputbytes);
3015 if ((pb->inputbytes > 0) &&
3019 pb->inputbytes = 0;
3091 pb->inputbytes = 0;
3098 pb->inputbytes--;
3100 pb->inputbytes);
3120 pb->inputbytes = 0;
5213 l = imin(pb->inputbytes,
5216 if (pb->inputbytes > l)
5218 pb->inputbytes - l);
[all …]