Searched refs:last_update (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_drive.c61 * 84 ( 4) 96 ( 8) 96 ( 8) label.last_update.tv_sec
62 * 88 ( 4) 104 ( 8) 104 ( 8) label.last_update.tv_usec
156 m_hdr->label.last_update.tv_sec = GV_GET64(be);
157 m_hdr->label.last_update.tv_usec = GV_GET64(be);
175 m_hdr->label.last_update.tv_sec = GV_GET64(be);
176 m_hdr->label.last_update.tv_usec = GV_GET64(be);
189 m_hdr->label.last_update.tv_sec = GV_GET32(be);
190 m_hdr->label.last_update.tv_usec = GV_GET32(be);
203 m_hdr->label.last_update.tv_sec = GV_GET32(le);
204 m_hdr->label.last_update
268 struct timeval last_update; local
[all...]
H A Dgeom_vinum_var.h149 struct timeval last_update; /* ... and the time of last update. */ member in struct:gv_label
H A Dgeom_vinum_subr.c988 a = &d->hdr->label.last_update;
993 b = &d2->hdr->label.last_update;
/freebsd-11-stable/crypto/openssh/
H A Dprogressmeter.c67 static double last_update; /* last progress update */ variable
138 elapsed = now - last_update;
226 last_update = now;
252 start = last_update = monotime_double();
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c309 calculate_update_time(fetch_time, src->age, &dst->last_update);
625 "Previous last_update: %u.%06u (freq %d%s)",
626 (unsigned int) bss->last_update.sec,
627 (unsigned int) bss->last_update.usec,
630 wpa_printf(MSG_DEBUG, "New last_update: %u.%06u (freq %d%s)",
637 !os_reltime_before(&bss->last_update, &update_time))) {
936 if (os_reltime_before(&bss->last_update, &t)) {
1032 os_reltime_before(&found->last_update, &bss->last_update))
H A Dbss.h100 struct os_reltime last_update; member in struct:wpa_bss
H A Dwnm_sta.c745 os_reltime_expired(&now, &target->last_update,
H A Devents.c1325 if (os_reltime_before(&bss->last_update, &wpa_s->scan_min_time))
1330 &bss->last_update, &diff);
H A Dp2p_supplicant.c4854 &bss->last_update);
4857 bss->last_update.sec, bss->last_update.usec,
6494 !os_reltime_expired(&now, &bss->last_update, 5) &&
H A Dctrl_iface.c4699 (int) (now.sec - bss->last_update.sec));
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c1418 static struct timeval last_update; local
1430 delta.tv_usec = time_now.tv_usec - last_update.tv_usec;
1431 delta.tv_sec = time_now.tv_sec - last_update.tv_sec;
1464 last_update.tv_sec = time_now.tv_sec;
1465 last_update.tv_usec = time_now.tv_usec;
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dtimed.c746 static unsigned long last_update = -NG_DELAY; local
763 if (new_update < last_update + NG_DELAY
766 last_update = new_update;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4812 os_reltime_sub(&now, &res->last_update, &diff);

Completed in 416 milliseconds