Searched refs:microseconds (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | toffset.c | 39 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 D | c_ustime.c | 92 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 D | ustime.c | 37 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 D | hxge_common_impl.h | 136 #define HXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 185 #define NXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 81 L_DECL(microseconds);
|
/titanic_41/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 162 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 D | ChangeLog | 3841 1000000 / (SERIAL_SPEED >> 3) microseconds using gettimeofday.
|