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

  /src/sys/arch/macppc/dev/
drivebay.c 76 uint32_t sc_state, sc_input, sc_last_update; member in struct:drivebay_softc
145 sc->sc_last_update = 0xffffffff;
236 if (time_uptime32 == sc->sc_last_update)
247 sc->sc_last_update = time_uptime32;
smusat.c 79 time_t sc_last_update; member in struct:smusat_softc
351 sc->sc_last_update = time_uptime;
362 if (time_uptime - sc->sc_last_update > 1) {

Completed in 14 milliseconds