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

  /src/sys/arch/x68k/dev/
powsw.c 83 int sc_last_sw; member in struct:powsw_softc
206 if (sw == sc->sc_last_sw) {
209 sc->sc_last_sw = sw;
219 if (sc->sc_last_sw == sc->sc_prev) {
222 sc->sc_last_sw, sc->sc_prev);
225 sc->sc_prev = sc->sc_last_sw;
256 sc->sc_last_sw = -1;

Completed in 14 milliseconds