Searched refs:last_update (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | progressmeter.c | 64 static double last_update; /* last progress update */ variable 151 elapsed = now - last_update; in refresh_progress_meter() 172 last_update = now; in refresh_progress_meter() 250 start = last_update = monotime_double(); in start_progress_meter()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 312 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 692 (unsigned int) bss->last_update.sec, in wpa_bss_update() 693 (unsigned int) bss->last_update.usec, in wpa_bss_update() 703 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update() 1040 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age() 1136 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest() 1165 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_p2p_dev_addr()
|
H A D | bss.h | 116 struct os_reltime last_update; member
|
H A D | wnm_sta.c | 784 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results() 1214 os_reltime_age(&bss->last_update, &age); in wnm_scan_process()
|
H A D | p2p_supplicant.c | 5324 &bss->last_update); in wpas_p2p_peer_go() 5327 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go() 7109 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
|
H A D | events.c | 1536 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) { in wpa_scan_res_ok() 1539 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff); in wpa_scan_res_ok()
|
H A D | ctrl_iface.c | 5409 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 5755 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|