Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dbattery.c89 uint32_t sc_timestamp; member
159 if (sc->sc_timestamp == time_second) in battery_update()
161 sc->sc_timestamp = time_second; in battery_update()
H A Dsmartbat.c89 uint32_t sc_timestamp; member
388 if (sc->sc_timestamp == time_second) in smartbat_update()
390 sc->sc_timestamp = time_second; in smartbat_update()
/netbsd-src/sys/dev/adb/
H A Dadb_kbd.c92 uint32_t sc_timestamp; member
237 sc->sc_timestamp = 0; in adbkbd_attach()
515 uint32_t diff = now - sc->sc_timestamp; in adbkbd_keys()
517 sc->sc_timestamp = now; in adbkbd_keys()
/netbsd-src/sys/netinet/
H A Dtcp_syncache.h168 u_int32_t sc_timestamp; /* timestamp from SYN */ member
H A Dtcp_syncache.c938 sc->sc_timestamp = tb.ts_recent; in syn_cache_add()
998 sc->sc_timestamp = tb.ts_recent; in syn_cache_add()
1205 *lp = htonl(sc->sc_timestamp); in syn_cache_respond()