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

  /src/sys/net/
if_tap.c 104 struct timespec sc_atime; member in struct:tap_softc
300 sc->sc_atime = sc->sc_mtime = sc->sc_btime;
854 getnanotime(&sc->sc_atime);
928 st->st_atimespec = sc->sc_atime;
if_tap.c 104 struct timespec sc_atime; member in struct:tap_softc
300 sc->sc_atime = sc->sc_mtime = sc->sc_btime;
854 getnanotime(&sc->sc_atime);
928 st->st_atimespec = sc->sc_atime;
if_tap.c 104 struct timespec sc_atime; member in struct:tap_softc
300 sc->sc_atime = sc->sc_mtime = sc->sc_btime;
854 getnanotime(&sc->sc_atime);
928 st->st_atimespec = sc->sc_atime;

Completed in 33 milliseconds