Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hp300/dev/
Dmt.c106 uint8_t sc_lastdsj; /* place for DSJ in mtreaddsj() */ member
254 MTT_DSJ, &(sc->sc_lastdsj), 1); in mtreaddsj()
270 sc->sc_lastdsj); in mtreaddsj()
272 switch (sc->sc_lastdsj) { in mtreaddsj()
285 sc->sc_lastdsj); in mtreaddsj()
318 return (int)sc->sc_lastdsj; in mtreaddsj()
/netbsd/src/sys/dev/gpib/
Dmt.c119 u_char sc_lastdsj; /* place for DSJ in mtreaddsj() */ member
272 MTT_DSJ, &(sc->sc_lastdsj), 1); in mtreaddsj()
288 sc->sc_lastdsj)); in mtreaddsj()
290 switch (sc->sc_lastdsj) { in mtreaddsj()
303 sc->sc_lastdsj); in mtreaddsj()
337 return ((int) sc->sc_lastdsj); in mtreaddsj()