Home
last modified time | relevance | path

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

/illumos-gate/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()
/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) in krb5_us_timeofday() argument
45 *microseconds = os_ctx->usec_offset; in krb5_us_timeofday()
64 *microseconds = usec; in krb5_us_timeofday()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dosunixxf.c1245 UINT32 microseconds) in AcpiOsStall() argument
1248 if (microseconds) in AcpiOsStall()
1250 usleep (microseconds); in AcpiOsStall()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h136 #define HXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h185 #define NXGE_DELAY(microseconds) (drv_usecwait(microseconds)) argument
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h81 L_DECL(microseconds);
/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);
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()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt92 # 2. The SGE Timer Values below are expressed below in microseconds.
H A Dt5fw_cfg.txt78 # 2. The SGE Timer Values below are expressed below in microseconds.
H A Dt6fw_cfg.txt78 # 2. The SGE Timer Values below are expressed below in microseconds.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex730 …, amount of time device should stay in idle mode prior to asserting its Tx LPI (in microseconds).
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3841 1000000 / (SERIAL_SPEED >> 3) microseconds using gettimeofday.