Searched refs:time_offset (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c44 *seconds = os_ctx->time_offset;
61 sec += os_ctx->time_offset;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtimeofday.c53 *timeret = os_ctx->time_offset;
72 tval += os_ctx->time_offset;
H A Dtoffset.c48 os_ctx->time_offset = seconds - sec;
65 os_ctx->time_offset = seconds;
95 *seconds = os_ctx->time_offset;
110 os_ctx->time_offset = seconds;
H A Dinit_os_ctx.c402 os_ctx->time_offset = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h68 * SCALE_UPDATE defines the scaling (multiplier) of the time_offset variable,
250 extern int32_t time_offset; /* time adjustment (us) */
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c181 ntv.offset = time_offset / SCALE_UPDATE;
/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/krb5/krb/
H A Dser_ctx.c537 * one each for time_offset, usec_offset and os_flags
565 (void) krb5_ser_pack_int32(os_ctx->time_offset, &bp, &remain);
613 (void) krb5_ser_unpack_int32(&os_ctx->time_offset, &bp, &remain);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1471 retval = krb5_fcc_store_int32(context,id,os_ctx->time_offset);
1533 if (krb5_fcc_read_int32(context, id, &os_ctx->time_offset) ||
/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 63 milliseconds