Searched refs:time (Results 1 - 25 of 2363) sorted by relevance

1234567891011>>

/freebsd-current/stand/libsa/
H A Dtime.c30 #include <sys/time.h>
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dtime.h38 #include_next <sys/time.h>
41 #include <time.h>
/freebsd-current/tools/build/cross-build/include/linux/
H A Dtime.h36 /* We can't use #pragma once here since at least the version of time.h
41 /* GLIBC sets this when multiple-including time.h */
43 #include_next <time.h>
45 /* In addtion to time.h we also need to include sys/time.h and utime.h to
47 #include_next <time.h>
48 /* On Linux utimes() is not defined in time.h */
52 #include <sys/time.h>
/freebsd-current/contrib/jemalloc/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { argument
13 time->ns = ns;
17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { argument
18 time->ns = sec * BILLION + nsec;
22 nstime_ns(const nstime_t *time) { argument
23 return time->ns;
27 nstime_msec(const nstime_t *time) { argument
28 return time->ns / MILLION;
32 nstime_sec(const nstime_t *time) { argument
33 return time
37 nstime_nsec(const nstime_t *time) argument
42 nstime_copy(nstime_t *time, const nstime_t *source) argument
52 nstime_add(nstime_t *time, const nstime_t *addend) argument
59 nstime_iadd(nstime_t *time, uint64_t addend) argument
66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) argument
73 nstime_isubtract(nstime_t *time, uint64_t subtrahend) argument
80 nstime_imultiply(nstime_t *time, uint64_t multiplier) argument
88 nstime_idivide(nstime_t *time, uint64_t divisor) argument
95 nstime_divide(const nstime_t *time, const nstime_t *divisor) argument
104 nstime_get(nstime_t *time) argument
116 nstime_get(nstime_t *time) argument
125 nstime_get(nstime_t *time) argument
134 nstime_get(nstime_t *time) argument
140 nstime_get(nstime_t *time) argument
156 nstime_update_impl(nstime_t *time) argument
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Drand.c43 srandom(time(NULL));
45 srand (time(NULL));
H A Dtm2time.c37 #include <sys/time.h>
38 #include <time.h>
40 #include <sys/time.h>
42 #include <time.h>
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dtime.h37 #include_next <sys/time.h>
40 #include <time.h>
/freebsd-current/crypto/openssl/os-dep/
H A Dhaiku.h11 #include <sys/time.h>
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h12 void nstime_init(nstime_t *time, uint64_t ns);
13 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec);
14 uint64_t nstime_ns(const nstime_t *time);
15 uint64_t nstime_sec(const nstime_t *time);
16 uint64_t nstime_msec(const nstime_t *time);
17 uint64_t nstime_nsec(const nstime_t *time);
18 void nstime_copy(nstime_t *time, const nstime_t *source);
20 void nstime_add(nstime_t *time, const nstime_t *addend);
21 void nstime_iadd(nstime_t *time, uint64_t addend);
22 void nstime_subtract(nstime_t *time, cons
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clearavg2.d49 @time = avg(0);
55 printa(" %@d\n", @time);
56 clear(@time);
/freebsd-current/lib/libc/gen/
H A Dclock_getcpuclockid.c30 #include <time.h>
32 #include <sys/time.h>
H A Dtime.c33 #include <sys/time.h>
36 time(time_t *t) function
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dparse-duration.h1 /* Parse a time duration and return a seconds count
23 At the time of writing, this worked:
80 #include <time.h>
/freebsd-current/stand/efi/libefi/
H A Dtime_arm64.c34 #include <time.h>
35 #include <sys/time.h>
54 time(time_t *tloc) function
68 return time(NULL);
H A Dtime_event.c30 #include <time.h>
31 #include <sys/time.h>
64 time(time_t *tloc) function
78 return time(0);
/freebsd-current/stand/usb/test/
H A Dbsd_usbloader_test.c29 #include <time.h>
79 uint32_t time; local
83 time = 0;
91 if (++time >= (1000 / hz)) {
92 time = 0;
/freebsd-current/sys/compat/linux/
H A Dcheck_error.d40 linuxulator*:time:linux_clock_gettime:conversion_error,
41 linuxulator*:time:linux_clock_gettime:gettime_error,
42 linuxulator*:time:linux_clock_gettime:copyout_error,
43 linuxulator*:time:linux_clock_settime:conversion_error,
44 linuxulator*:time:linux_clock_settime:settime_error,
45 linuxulator*:time:linux_clock_settime:copyin_error,
46 linuxulator*:time:linux_clock_getres:conversion_error,
47 linuxulator*:time:linux_clock_getres:getres_error,
48 linuxulator*:time:linux_clock_getres:copyout_error,
49 linuxulator*:time
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_time.c38 void pt_time_init(struct pt_time *time) argument
40 if (!time)
43 memset(time, 0, sizeof(*time));
47 uint32_t *lost_cyc, const struct pt_time *time)
49 if (!tsc || !time)
52 *tsc = time->tsc;
55 *lost_mtc = time->lost_mtc;
57 *lost_cyc = time->lost_cyc;
59 if (!time
46 pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc, uint32_t *lost_cyc, const struct pt_time *time) argument
65 pt_time_query_cbr(uint32_t *cbr, const struct pt_time *time) argument
130 pt_time_update_tsc(struct pt_time *time, const struct pt_packet_tsc *packet, const struct pt_config *config) argument
153 pt_time_update_cbr(struct pt_time *time, const struct pt_packet_cbr *packet, const struct pt_config *config) argument
174 pt_time_update_tma(struct pt_time *time, const struct pt_packet_tma *packet, const struct pt_config *config) argument
234 pt_time_update_mtc(struct pt_time *time, const struct pt_packet_mtc *packet, const struct pt_config *config) argument
359 pt_time_adjust_cyc(uint64_t *cyc, const struct pt_time *time, const struct pt_config *config, uint64_t fcr) argument
408 pt_time_update_cyc(struct pt_time *time, const struct pt_packet_cyc *packet, const struct pt_config *config, uint64_t fcr) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dtime.h1 //===-- Wrapper for C standard time.h declarations on the GPU -------------===//
16 #include_next <time.h>
18 #if __has_include(<llvm-libc-decls/time.h>)
28 #include <llvm-libc-decls/time.h>
/freebsd-current/lib/libc/include/isc/
H A Dplatform.h31 #include <time.h> /* For time_t */
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time((time_t *)t);
/freebsd-current/libexec/bootpd/
H A Dtzone.c9 /* This is in <time.h> but only visible if (__STDC__ == 1). */
13 # include <time.h>
38 (void)time(&now);
/freebsd-current/contrib/blocklist/port/
H A Dclock_gettime.c5 #include <time.h>
6 #include <sys/time.h>
/freebsd-current/stand/uboot/
H A Dtime.c32 * Return the time in seconds since the beginning of the day.
35 time(time_t *tloc) function
50 return (time(NULL));
/freebsd-current/stand/libofw/
H A Dofw_time.c31 time(time_t *tloc) function
45 time(&n);

Completed in 191 milliseconds

1234567891011>>