Home
last modified time | relevance | path

Searched refs:usec_offset (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtoffset.c49 os_ctx->usec_offset = microseconds - usec; in krb5_set_real_time()
66 os_ctx->usec_offset = microseconds; in krb5_set_debugging_time()
97 *microseconds = os_ctx->usec_offset; in krb5_get_time_offsets()
111 os_ctx->usec_offset = microseconds; in krb5_set_time_offsets()
H A Dinit_os_ctx.c403 os_ctx->usec_offset = 0; in krb5_os_init_context()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c45 *microseconds = os_ctx->usec_offset; in krb5_us_timeofday()
52 usec += os_ctx->usec_offset; in krb5_us_timeofday()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_ctx.c561 (void) krb5_ser_pack_int32(os_ctx->usec_offset, &bp, &remain); in krb5_oscontext_externalize()
608 (void) krb5_ser_unpack_int32(&os_ctx->usec_offset, &bp, &remain); in krb5_oscontext_internalize()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1473 retval = krb5_fcc_store_int32(context,id,os_ctx->usec_offset); in krb5_fcc_open_file()
1534 krb5_fcc_read_int32(context, id, &os_ctx->usec_offset)) in krb5_fcc_open_file()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1037 krb5_int32 usec_offset; member