Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c143 int32_t time_offset = 0; /* time offset (us) */ variable
718 if (time_offset == 0) in clock()
720 else if (time_offset < 0) { in clock()
721 lltemp = -time_offset; in clock()
732 time_offset += lltemp; in clock()
735 lltemp = time_offset; in clock()
746 time_offset -= lltemp; in clock()
1202 time_offset = MAXPHASE * SCALE_UPDATE; in clock_update()
1204 time_offset = -(MAXPHASE * SCALE_UPDATE); in clock_update()
1206 time_offset = ltemp * SCALE_UPDATE; in clock_update()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h250 extern int32_t time_offset; /* time adjustment (us) */
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c201 ntv.offset = time_offset / SCALE_UPDATE; in ntp_adjtime()
/illumos-gate/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()
/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); in krb5_fcc_open_file()
1533 if (krb5_fcc_read_int32(context, id, &os_ctx->time_offset) || in krb5_fcc_open_file()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1036 krb5_int32 time_offset; member