Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
tcp_syncache.h | 168 u_int32_t sc_timestamp; /* timestamp from SYN */ member in struct:syn_cache |
/src/sys/arch/macppc/dev/ | |
battery.c | 89 uint32_t sc_timestamp; member in struct:battery_softc 159 if (sc->sc_timestamp == time_second) 161 sc->sc_timestamp = time_second; |
smartbat.c | 89 uint32_t sc_timestamp; member in struct:smartbat_softc 388 if (sc->sc_timestamp == time_second) 390 sc->sc_timestamp = time_second; |
/src/sys/dev/adb/ | |
adb_kbd.c | 86 uint32_t sc_timestamp; member in struct:adbkbd_softc 233 sc->sc_timestamp = 0; 513 uint32_t diff = now - sc->sc_timestamp; 515 sc->sc_timestamp = now; |