Searched refs:last_update (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | progressmeter.c | 65 static double last_update; /* last progress update */ variable 159 elapsed = now - last_update; in refresh_progress_meter() 180 last_update = now; in refresh_progress_meter() 258 start = last_update = monotime_double(); in start_progress_meter()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblutil/ |
| D | meter.c | 121 meter->last_update = meter->start_time; in lutil_meter_open() 152 if ( !force && now - meter->last_update < display_rate ) return 0; in lutil_meter_update() 171 cycle_length = now - meter->last_update; in lutil_meter_update() 183 meter->last_update = now; in lutil_meter_update()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| 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()
|
| D | bss.h | 116 struct os_reltime last_update; member
|
| 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()
|
| 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()
|
| 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()
|
| D | ctrl_iface.c | 5412 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
|
| /netbsd/src/usr.sbin/timed/timed/ |
| D | timed.c | 707 static unsigned long last_update; in get_goodgroup() local 718 last_update = -NG_DELAY; in get_goodgroup() 729 if (new_update < last_update + NG_DELAY in get_goodgroup() 732 last_update = new_update; in get_goodgroup()
|
| /netbsd/src/external/bsd/openldap/dist/include/ |
| D | lutil_meter.h | 56 double last_update; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cli-out.c | 351 (steady_clock::now () - info.last_update); in do_progress_notify() 372 info.last_update = steady_clock::now (); in do_progress_notify()
|
| D | cli-out.h | 101 std::chrono::steady_clock::time_point last_update; member
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | smu.c | 74 time_t last_update; member 665 fan->last_update = time_uptime; in smu_fan_update_rpm() 674 fan->last_update = time_uptime; in smu_fan_update_rpm() 694 if (time_uptime - fan->last_update > 1) { in smu_fan_get_rpm()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 2200 static steady_clock::time_point last_update; in mi_load_progress() local 2243 if (time_now - last_update > milliseconds (500)) in mi_load_progress() 2245 last_update = time_now; in mi_load_progress()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| D | dbus_new_handlers.c | 5755 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|