HomeSort by: relevance | last modified time | path
    Searched defs:inputstate (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/vax/uba/
qvms.c 80 int inputstate; member in struct:qvms_softc
163 sc->inputstate = 0;
204 sc->inputstate = 1;
206 sc->inputstate++;
208 if (sc->inputstate == 1) {
219 } else if (sc->inputstate == 2) {
224 } else if (sc->inputstate == 3) {
225 sc->inputstate = 0;
qvms.c 80 int inputstate; member in struct:qvms_softc
163 sc->inputstate = 0;
204 sc->inputstate = 1;
206 sc->inputstate++;
208 if (sc->inputstate == 1) {
219 } else if (sc->inputstate == 2) {
224 } else if (sc->inputstate == 3) {
225 sc->inputstate = 0;
  /src/sys/dev/dec/
dzms.c 77 int inputstate; member in struct:dzms_softc
160 sc->inputstate = 0;
201 sc->inputstate = 1;
203 sc->inputstate++;
205 if (sc->inputstate == 1) {
216 } else if (sc->inputstate == 2) {
221 } else if (sc->inputstate == 3) {
222 sc->inputstate = 0;
dzms.c 77 int inputstate; member in struct:dzms_softc
160 sc->inputstate = 0;
201 sc->inputstate = 1;
203 sc->inputstate++;
205 if (sc->inputstate == 1) {
216 } else if (sc->inputstate == 2) {
221 } else if (sc->inputstate == 3) {
222 sc->inputstate = 0;
  /src/sys/dev/pckbport/
pmsvar.h 58 int inputstate; /* number of bytes received for this packet */ member in struct:pms_softc
pmsvar.h 58 int inputstate; /* number of bytes received for this packet */ member in struct:pms_softc
  /src/sys/dev/tc/
zsms.c 104 int inputstate; member in struct:zsms_softc
207 sc->inputstate = 0;
245 sc->inputstate = 1;
247 sc->inputstate++;
249 if (sc->inputstate == 1) {
258 } else if (sc->inputstate == 2) {
263 } else if (sc->inputstate == 3) {
264 sc->inputstate = 0;
zsms.c 104 int inputstate; member in struct:zsms_softc
207 sc->inputstate = 0;
245 sc->inputstate = 1;
247 sc->inputstate++;
249 if (sc->inputstate == 1) {
258 } else if (sc->inputstate == 2) {
263 } else if (sc->inputstate == 3) {
264 sc->inputstate = 0;

Completed in 53 milliseconds