Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtoffset.c48 os_ctx->time_offset = seconds - sec; in krb5_set_real_time()
65 os_ctx->time_offset = seconds; in krb5_set_debugging_time()
95 *seconds = os_ctx->time_offset; in krb5_get_time_offsets()
110 os_ctx->time_offset = seconds; in krb5_set_time_offsets()
H A Dtimeofday.c53 *timeret = os_ctx->time_offset; in krb5_timeofday()
72 tval += os_ctx->time_offset; in krb5_timeofday()
H A Dinit_os_ctx.c402 os_ctx->time_offset = 0; in krb5_os_init_context()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c44 *seconds = os_ctx->time_offset; in krb5_us_timeofday()
61 sec += os_ctx->time_offset; in krb5_us_timeofday()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c141 int32_t time_offset = 0; /* time offset (us) */ variable
714 if (time_offset == 0) in clock()
716 else if (time_offset < 0) { in clock()
717 lltemp = -time_offset; in clock()
728 time_offset += lltemp; in clock()
731 lltemp = time_offset; in clock()
742 time_offset -= lltemp; in clock()
1198 time_offset = MAXPHASE * SCALE_UPDATE; in clock_update()
1200 time_offset = -(MAXPHASE * SCALE_UPDATE); in clock_update()
1202 time_offset = ltemp * SCALE_UPDATE; in clock_update()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dtimex.h250 extern int32_t time_offset; /* time adjustment (us) */
/titanic_41/usr/src/uts/common/syscall/
H A Dntptime.c181 ntv.offset = time_offset / SCALE_UPDATE; in ntp_adjtime()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_ctx.c560 (void) krb5_ser_pack_int32(os_ctx->time_offset, &bp, &remain); in krb5_oscontext_externalize()
607 (void) krb5_ser_unpack_int32(&os_ctx->time_offset, &bp, &remain); in krb5_oscontext_internalize()
/titanic_41/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); in krb5_fcc_open_file()
1533 if (krb5_fcc_read_int32(context, id, &os_ctx->time_offset) || in krb5_fcc_open_file()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1036 krb5_int32 time_offset; member