Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
H A Dpsm.c2475 return (pb->inputbytes);
3023 if ((pb->inputbytes > 0) &&
3027 pb->inputbytes = 0;
3100 pb->inputbytes = 0;
3107 pb->inputbytes--;
3109 pb->inputbytes);
3129 pb->inputbytes = 0;
5232 l = imin(pb->inputbytes,
5235 if (pb->inputbytes > l)
5237 pb->inputbytes - l);
[all …]