Searched refs:time_update (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/efi/libefi/
H A Dtime_event.c40 time_update(EFI_EVENT event, void *context) function
52 time_update, 0, &time_event);
/freebsd-11-stable/contrib/ntp/util/
H A Dkern.c155 int ltemp, time_update; local
157 time_update = tick; /* computed by adjtime() */
162 time_update -= ltemp;
167 time_update += ltemp;
169 timex.tv_usec += time_update;

Completed in 56 milliseconds