Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c136 static struct timeval lastlog_time; variable
141 if (lastlog_time.tv_sec != now.tv_sec || in lastlog()
142 lastlog_time.tv_usec != now.tv_usec) { in lastlog()
144 lastlog_time = now; in lastlog()
187 lastlog_time.tv_sec = 0; in trace_close()