Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/vinum/
Dgeom_vinum_drive.c158 m_hdr->label.last_update.tv_sec = GV_GET64(be); in gv_read_header()
159 m_hdr->label.last_update.tv_usec = GV_GET64(be); in gv_read_header()
177 m_hdr->label.last_update.tv_sec = GV_GET64(be); in gv_read_header()
178 m_hdr->label.last_update.tv_usec = GV_GET64(be); in gv_read_header()
191 m_hdr->label.last_update.tv_sec = GV_GET32(be); in gv_read_header()
192 m_hdr->label.last_update.tv_usec = GV_GET32(be); in gv_read_header()
205 m_hdr->label.last_update.tv_sec = GV_GET32(le); in gv_read_header()
206 m_hdr->label.last_update.tv_usec = GV_GET32(le); in gv_read_header()
219 m_hdr->label.last_update.tv_sec = GV_GET64(le); in gv_read_header()
220 m_hdr->label.last_update.tv_usec = GV_GET64(le); in gv_read_header()
[all …]
Dgeom_vinum_var.h151 struct timeval last_update; /* ... and the time of last update. */ member
Dgeom_vinum_subr.c990 a = &d->hdr->label.last_update; in gv_drive_is_newer()
995 b = &d2->hdr->label.last_update; in gv_drive_is_newer()
/freebsd-12-stable/crypto/openssh/
Dprogressmeter.c66 static double last_update; /* last progress update */ variable
146 elapsed = now - last_update; in refresh_progress_meter()
229 last_update = now; in refresh_progress_meter()
243 start = last_update = monotime_double(); in start_progress_meter()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dbss.c297 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
635 (unsigned int) bss->last_update.sec, in wpa_bss_update()
636 (unsigned int) bss->last_update.usec, in wpa_bss_update()
646 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update()
945 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age()
1041 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest()
1070 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_p2p_dev_addr()
Dbss.h112 struct os_reltime last_update; member
Dwnm_sta.c762 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
Dp2p_supplicant.c5211 &bss->last_update); in wpas_p2p_peer_go()
5214 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go()
6989 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
Devents.c1395 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) { in wpa_scan_res_ok()
1398 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff); in wpa_scan_res_ok()
Dctrl_iface.c5031 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
/freebsd-12-stable/contrib/gdb/gdb/mi/
Dmi-main.c1418 static struct timeval last_update; in mi_load_progress() local
1430 delta.tv_usec = time_now.tv_usec - last_update.tv_usec; in mi_load_progress()
1431 delta.tv_sec = time_now.tv_sec - last_update.tv_sec; in mi_load_progress()
1464 last_update.tv_sec = time_now.tv_sec; in mi_load_progress()
1465 last_update.tv_usec = time_now.tv_usec; in mi_load_progress()
/freebsd-12-stable/usr.sbin/timed/timed/
Dtimed.c751 static unsigned long last_update = -NG_DELAY; in get_goodgroup() local
768 if (new_update < last_update + NG_DELAY in get_goodgroup()
771 last_update = new_update; in get_goodgroup()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new_handlers.c5415 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()