Home
last modified time | relevance | path

Searched refs:microseconds (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dtoffset.c39 krb5_set_real_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) in krb5_set_real_time() argument
49 os_ctx->usec_offset = microseconds - usec; in krb5_set_real_time()
61 krb5_set_debugging_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) in krb5_set_debugging_time() argument
66 os_ctx->usec_offset = microseconds; in krb5_set_debugging_time()
90 krb5_get_time_offsets(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) in krb5_get_time_offsets() argument
96 if (microseconds) in krb5_get_time_offsets()
97 *microseconds = os_ctx->usec_offset; in krb5_get_time_offsets()
106 krb5_set_time_offsets(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) in krb5_set_time_offsets() argument
111 os_ctx->usec_offset = microseconds; in krb5_set_time_offsets()
H A Dc_ustime.c92 krb5_crypto_us_timeofday(krb5_int32 *seconds, krb5_int32 *microseconds) in krb5_crypto_us_timeofday() argument
128 *microseconds = now.usec; in krb5_crypto_us_timeofday()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dustime.c37 krb5_us_timeofday(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) in krb5_us_timeofday() argument
45 *microseconds = os_ctx->usec_offset; in krb5_us_timeofday()
64 *microseconds = usec; in krb5_us_timeofday()
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h136 #define HXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h185 #define NXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h81 L_DECL(microseconds);
/titanic_41/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c162 static void nv_setup_timeout(nv_port_t *nvp, clock_t microseconds);
2280 nv_setup_timeout(nv_port_t *nvp, clock_t microseconds) in nv_setup_timeout() argument
2284 if (microseconds == 0) { in nv_setup_timeout()
2309 drv_usectohz(microseconds)); in nv_setup_timeout()
2317 if (old_duration > microseconds) { in nv_setup_timeout()
2322 drv_usectohz(microseconds)); in nv_setup_timeout()
2326 nvp->nvp_timeout_duration = microseconds; in nv_setup_timeout()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3841 1000000 / (SERIAL_SPEED >> 3) microseconds using gettimeofday.