/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | time.h | 43 #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 D | Microsec_e-Szigno_Root_CA_2009.pem | 2 ## 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 D | e-Szigno_Root_CA_2017.pem | 20 …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 D | time.h | 43 #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 D | time.h | 39 #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 D | zfs_delay.h | 37 delta_us = delta / (NANOSEC / MICROSEC); \
|
H A D | zfs_context.h | 609 #define USEC_TO_TICK(usec) (howmany((hrtime_t)(usec) * hz, MICROSEC))
|
/freebsd/contrib/ntp/include/ |
H A D | gps.h | 16 #define GREG1A 0x0021 /* Gen reg. 1 Word A (units microsec to 0.001 sec) */
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 143 us microsec 805 sigma microsec
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 267 #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 D | profile.c | 340 { "us", NANOSEC / MICROSEC }, in profile_provide() 341 { "usec", NANOSEC / MICROSEC }, in profile_provide()
|
/freebsd/crypto/openssl/test/ |
H A D | timing_load_creds.c | 80 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 D | dt_options.c | 752 { "us", NANOSEC / MICROSEC }, in dt_opt_rate() 753 { "usec", NANOSEC / MICROSEC }, in dt_opt_rate()
|
/freebsd/stand/i386/libi386/ |
H A D | textvidc.c | 549 /* 7 microsec delay necessary for some keyboard controllers */
|
H A D | vidconsole.c | 1135 /* 7 microsec delay necessary for some keyboard controllers */
|
/freebsd/sys/sys/ |
H A D | user.h | 164 u_int64_t ki_runtime; /* Real time in microsec */
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 471 /* nanosec-aware rtn failed, fall back to microsec-aware rtn */ in lpd_gettime()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | cn23xx_pf_device.c | 118 /* This gives the SLI clock per microsec */ in lio_cn23xx_pf_get_oq_ticks()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 310 /* min time of vsync + back porch (microsec) */ in drm_gtf_mode_complex()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_palisade.c | 1163 * Generate timecode: YYYY DoY HH:MM:SS.microsec in palisade_receive()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 955 "onscreen: %d microsec, %f 28.8Kbps char-equivalents\n", in onscreen_mvcur()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 863 static const hrtime_t zfs_delay_max_ns = 100 * MICROSEC; /* 100 milliseconds */
|
/freebsd/contrib/libpcap/ |
H A D | pcap-rpcap.c | 405 * '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 D | ixgbe_common.c | 3179 * completion timeout, in units of 100 microsec. Never return less than
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 3548 uint16_t delay; /* microsec */ in bwn_spu_setdelay()
|