Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dprogressmeter.c70 static time_t last_update; /* last progress update */ variable
141 elapsed = now - last_update; in refresh_progress_meter()
229 last_update = now; in refresh_progress_meter()
255 start = last_update = time(NULL); in start_progress_meter()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h193 time_t last_update; member
H A Drcm_lock.c1243 barrier.last_update = time(NULL); in rcmd_thr_decr()
1314 idletime = time(NULL) - barrier.last_update; in rcmd_start_timer()
1316 abstime.tv_sec = barrier.last_update + timeout; in rcmd_start_timer()