Searched defs:time_offset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c117 * time_offset is used by the PLL/FLL to adjust the system time in small
141 int32_t time_offset = 0; /* time offset (us) */ variable
714 if (time_offset == 0)
716 else if (time_offset < 0) {
717 lltemp = -time_offset;
728 time_offset += lltemp;
731 lltemp = time_offset;
742 time_offset -= lltemp;
1198 time_offset = MAXPHASE * SCALE_UPDATE;
1200 time_offset
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1036 krb5_int32 time_offset; member in struct:_krb5_os_context

Completed in 69 milliseconds