HomeSort by relevance Sort by last modified time
    Searched refs:last_update (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/ext2fs/
progress.c 20 static time_t last_update; variable
70 last_update = 0;
84 if (now == last_update)
86 last_update = now;
  /external/openssh/
progressmeter.c 67 static double last_update; /* last progress update */ variable
138 elapsed = now - last_update;
226 last_update = now;
252 start = last_update = monotime_double();
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 309 calculate_update_time(fetch_time, src->age, &dst->last_update);
619 "Previous last_update: %u.%06u (freq %d%s)",
620 (unsigned int) bss->last_update.sec,
621 (unsigned int) bss->last_update.usec,
624 wpa_printf(MSG_DEBUG, "New last_update: %u.%06u (freq %d%s)",
631 !os_reltime_before(&bss->last_update, &update_time))) {
930 if (os_reltime_before(&bss->last_update, &t)) {
1026 os_reltime_before(&found->last_update, &bss->last_update))
    [all...]
bss.h 100 struct os_reltime last_update; member in struct:wpa_bss
wnm_sta.c 744 os_reltime_expired(&now, &target->last_update,
    [all...]
events.c     [all...]
p2p_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /external/u-boot/cmd/
sf.c 228 ulong last_update = get_timer(0); local
232 if (get_timer(last_update) > 100) {
237 last_update = get_timer(0);
  /external/libcups/cups/
adminutil.c 42 time_t last_update, char *name,
    [all...]
  /external/libnl/python/netlink/route/
address.py 305 def last_update(self): member in class:Address
363 if stats and (self.create_time or self.last_update):
365 ' {s|last-updated!k} {a|last_update}')
  /external/e2fsprogs/misc/
e2image.c 580 time_t last_update = 0; local
601 last_update = time(NULL);
646 if (show_progress && last_update != time(NULL)) {
648 last_update = time(NULL);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 340 milliseconds