Searched refs:last_update (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | progress.c | 20 static time_t last_update; variable 70 last_update = 0; in ext2fs_numeric_progress_init() 84 if (now == last_update) in ext2fs_numeric_progress_update() 86 last_update = now; in ext2fs_numeric_progress_update()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 305 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 616 (unsigned int) bss->last_update.sec, in wpa_bss_update() 617 (unsigned int) bss->last_update.usec, in wpa_bss_update() 627 !os_reltime_before(&bss->last_update, &update_time))) { in wpa_bss_update() 926 if (os_reltime_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age() 1022 os_reltime_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest()
|
D | bss.h | 98 struct os_reltime last_update; member
|
D | wnm_sta.c | 666 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
|
D | events.c | 1269 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time)) in wpa_scan_res_match() 1274 &bss->last_update, &diff); in wpa_scan_res_match()
|
D | p2p_supplicant.c | 4723 &bss->last_update); in wpas_p2p_peer_go() 4726 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go() 6261 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
|
D | ctrl_iface.c | 4525 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
|
/external/libcups/cups/ |
D | adminutil.c | 42 time_t last_update, char *name, 2169 time_t last_update, /* I - Last update time for file */ in get_cupsd_conf() argument 2215 else if (last_update && info.st_mtime <= last_update) in get_cupsd_conf() 2242 if (last_update) in get_cupsd_conf() 2244 httpGetDateString(last_update)); in get_cupsd_conf()
|
/external/libnl/python/netlink/route/ |
D | address.py | 305 def last_update(self): member in Address 363 if stats and (self.create_time or self.last_update):
|
/external/e2fsprogs/misc/ |
D | e2image.c | 571 time_t last_update = 0; in output_meta_data_blocks() local 592 last_update = time(NULL); in output_meta_data_blocks() 637 if (show_progress && last_update != time(NULL)) { in output_meta_data_blocks() 639 last_update = time(NULL); in output_meta_data_blocks()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4388 os_reltime_sub(&now, &res->last_update, &diff); in wpas_dbus_getter_bss_age()
|