Searched defs:microseconds (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/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) argument
45 *microseconds = os_ctx->usec_offset;
64 *microseconds = usec;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c92 krb5_crypto_us_timeofday(krb5_int32 *seconds, krb5_int32 *microseconds) argument
105 microseconds are moving backwards, we probably just got a third
128 *microseconds = now.usec;
H A Dtoffset.c39 krb5_set_real_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) argument
49 os_ctx->usec_offset = microseconds - usec;
57 * the seconds and microseconds value as input to this function. This
61 krb5_set_debugging_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) argument
66 os_ctx->usec_offset = microseconds;
90 krb5_get_time_offsets(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds) argument
96 if (microseconds)
97 *microseconds = os_ctx->usec_offset;
106 krb5_set_time_offsets(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds) argument
111 os_ctx->usec_offset = microseconds;
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h81 L_DECL(microseconds); variable
/illumos-gate/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);
2275 * Set up a new timeout or complete a timeout in microseconds.
2276 * If microseconds is zero, no new timeout is scheduled. Must be
2280 nv_setup_timeout(nv_port_t *nvp, clock_t microseconds) argument
2284 if (microseconds == 0) {
2309 drv_usectohz(microseconds));
2317 if (old_duration > microseconds) {
2322 drv_usectohz(microseconds));
2326 nvp->nvp_timeout_duration = microseconds;
5207 * If timeout_usec microseconds pas
[all...]

Completed in 69 milliseconds