HomeSort by relevance Sort by last modified time
    Searched defs:time_offset (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
clock.c 116 * time_offset is used by the PLL/FLL to adjust the system time in small
140 int32_t time_offset = 0; /* time offset (us) */ variable
712 if (time_offset == 0)
714 else if (time_offset < 0) {
715 lltemp = -time_offset;
726 time_offset += lltemp;
729 lltemp = time_offset;
740 time_offset -= lltemp;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
k5-int.h 1025 krb5_int32 time_offset; member in struct:_krb5_os_context
    [all...]

Completed in 4940 milliseconds