Home
last modified time | relevance | path

Searched full:microsec (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h43 #ifndef MICROSEC
44 #define MICROSEC 1000000 macro
64 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
68 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/freebsd/secure/caroot/trusted/
H A DMicrosec_e-Szigno_Root_CA_2009.pem2 ## Microsec e-Szigno Root CA 2009
20 …Issuer: C = HU, L = Budapest, O = Microsec Ltd., CN = Microsec e-Szigno Root CA 2009, emailAddress…
24 …Subject: C = HU, L = Budapest, O = Microsec Ltd., CN = Microsec e-Szigno Root CA 2009, emailAddres…
H A De-Szigno_Root_CA_2017.pem20 …Issuer: C = HU, L = Budapest, O = Microsec Ltd., organizationIdentifier = VATHU-23584497, CN = e-S…
24 …Subject: C = HU, L = Budapest, O = Microsec Ltd., organizationIdentifier = VATHU-23584497, CN = e-…
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h43 #define MICROSEC 1000000 macro
49 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
50 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h39 #define MICROSEC 1000000UL macro
46 #define USEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / MICROSEC))
47 #define NSEC2USEC(n) ((n) / (NANOSEC / MICROSEC))
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_delay.h37 delta_us = delta / (NANOSEC / MICROSEC); \
H A Dzfs_context.h609 #define USEC_TO_TICK(usec) (howmany((hrtime_t)(usec) * hz, MICROSEC))
/freebsd/contrib/ntp/include/
H A Dgps.h16 #define GREG1A 0x0021 /* Gen reg. 1 Word A (units microsec to 0.001 sec) */
/freebsd/usr.bin/units/
H A Ddefinitions.units143 us microsec
805 sigma microsec
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c267 #define TICK_ADJ 5 /* standard adjustment rate, microsec/tick */
271 static long slew_rate = TICK_ADJ * HZ; /* in microsec/sec */
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c340 { "us", NANOSEC / MICROSEC }, in profile_provide()
341 { "usec", NANOSEC / MICROSEC }, in profile_provide()
/freebsd/crypto/openssl/test/
H A Dtiming_load_creds.c80 printf("%s %d sec %d microsec\n", what, (int)tp->tv_sec, (int)tp->tv_usec); in print_timeval()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c752 { "us", NANOSEC / MICROSEC }, in dt_opt_rate()
753 { "usec", NANOSEC / MICROSEC }, in dt_opt_rate()
/freebsd/stand/i386/libi386/
H A Dtextvidc.c549 /* 7 microsec delay necessary for some keyboard controllers */
H A Dvidconsole.c1135 /* 7 microsec delay necessary for some keyboard controllers */
/freebsd/sys/sys/
H A Duser.h164 u_int64_t ki_runtime; /* Real time in microsec */
/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c471 /* nanosec-aware rtn failed, fall back to microsec-aware rtn */ in lpd_gettime()
/freebsd/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c118 /* This gives the SLI clock per microsec */ in lio_cn23xx_pf_get_oq_ticks()
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c310 /* min time of vsync + back porch (microsec) */ in drm_gtf_mode_complex()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_palisade.c1163 * Generate timecode: YYYY DoY HH:MM:SS.microsec in palisade_receive()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c955 "onscreen: %d microsec, %f 28.8Kbps char-equivalents\n", in onscreen_mvcur()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c863 static const hrtime_t zfs_delay_max_ns = 100 * MICROSEC; /* 100 milliseconds */
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c405 * 'timeout', in pcap_t, is in milliseconds; we have to convert it into sec and microsec in pcap_read_nocb_remote()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c3179 * completion timeout, in units of 100 microsec. Never return less than
/freebsd/sys/dev/bwn/
H A Dif_bwn.c3548 uint16_t delay; /* microsec */ in bwn_spu_setdelay()

12