Searched refs:last_update (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/sys/geom/vinum/ |
H A D | geom_vinum_drive.c |
|
H A D | geom_vinum_var.h |
|
H A D | geom_vinum_subr.c |
|
/freebsd-src/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-src/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 312 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_is_wps_candidate() 691 "Previous last_update: %u.%06u (freq %d%s)", in wpa_bss_update() 692 (unsigned int) bss->last_update.sec, in wpa_bss_update() 693 (unsigned int) bss->last_update.usec, in wpa_bss_update() 696 wpa_printf(MSG_DEBUG, "New last_update: %u.%06u (freq %d%s)", 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_get_bssid_latest() 1136 os_reltime_before(&found->last_update, &bss->last_update)) 1165 os_reltime_before(&found->last_update, in wpa_bss_get_vendor_ie() [all...] |
H A D | bss.h | 116 struct os_reltime last_update; 112 struct os_reltime last_update; global() 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 cand_pref_compar()
|
H A D | p2p_supplicant.c | 5324 &bss->last_update); in wpas_p2p_scan_res_join() 5327 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_scan_res_join() 7109 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_init()
|
H A D | events.c | 1536 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) { in wpa_scan_res_match() 1539 os_reltime_sub(&wpa_s->scan_min_time, &bss->last_update, &diff); in wpa_scan_res_match()
|
H A D | ctrl_iface.c | 5409 (int) (now.sec - bss->last_update.sec)); in wpa_supplicant_ctrl_iface_bss()
|
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 5755 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_handler_vendor_elem_get()
|