Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 1426) sorted by relevance

12345678910>>...58

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtime.d65 struct timeval in version() struct
73 timeval it_interval; in version()
74 timeval it_value; in version()
82 int gettimeofday(timeval*, void*); in version()
84 int utimes(const scope char*, ref const(timeval)[2]); // LEGACY in version()
88 struct timeval in version() struct
93 int gettimeofday(timeval*, void*); in version()
94 int utimes(const scope char*, ref const(timeval)[2]); in version()
98 struct timeval in version() struct
106 timeval it_interval; in version()
[all …]
H A Dresource.d104 timeval ru_utime; in nogc()
105 timeval ru_stime; in nogc()
161 timeval ru_utime;
162 timeval ru_stime;
203 timeval ru_utime;
204 timeval ru_stime;
260 timeval ru_utime;
261 timeval ru_stime;
318 timeval ru_utime;
319 timeval ru_stime;
[all …]
/netbsd-src/external/bsd/ntp/dist/include/
H A Dtimevalops.h137 static inline struct timeval
139 struct timeval x in normalize_tval()
181 static inline struct timeval
183 struct timeval a, in add_tval()
184 struct timeval b in add_tval()
187 struct timeval x; in add_tval()
197 static inline struct timeval
199 struct timeval a, in add_tval_us()
203 struct timeval x; in add_tval_us()
212 static inline struct timeval
[all …]
H A Dl_stdlib.h33 struct timeval;
34 extern int adjtime (struct timeval *, struct timeval *);
113 extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
198 extern int gettimeofday (struct timeval *);
199 extern int settimeofday (struct timeval *);
202 extern int gettimeofday (struct timeval *, struct timezone *);
203 extern int settimeofday (struct timeval *, void *);
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot.h285 … nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
290 …nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
293 …tat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
296 …t nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
299 …nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
302 … nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
305 …at nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
308 …at nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
311 … nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
314 …lm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
[all …]
H A Dnlm_prot_clnt.c23 … nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_sm_notify_0()
32 …estargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_1()
41 …lm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_1()
50 …lm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_1()
59 …_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_1()
68 …lm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_granted_1()
77 …t nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_msg_1()
86 …t nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_msg_1()
95 …t nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_msg_1()
104 …nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_msg_1()
[all …]
/netbsd-src/external/bsd/unbound/dist/util/
H A Dtimeval_func.h50 void timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start);
51 void timeval_add(struct timeval* d, const struct timeval* add);
52 void timeval_divide(struct timeval* avg, const struct timeval* sum, long long d);
53 int timeval_smaller(const struct timeval* x, const struct timeval* y);
H A Dtimeval_func.c47 timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start) in timeval_subtract()
62 timeval_add(struct timeval* d, const struct timeval* add) in timeval_add()
76 timeval_divide(struct timeval* avg, const struct timeval* sum, long long d) in timeval_divide()
101 timeval_smaller(const struct timeval* x, const struct timeval* y) in timeval_smaller()
/netbsd-src/sys/sys/
H A Dtimevar.h154 * "micro" == struct timeval == seconds + microseconds.
171 void microuptime(struct timeval *);
175 void microtime(struct timeval *);
179 void getmicrouptime(struct timeval *);
183 void getmicrotime(struct timeval *);
187 void getmicroboottime(struct timeval *);
191 void adjtime1(const struct timeval *, struct timeval *, struct proc *);
203 int tvhzto(const struct timeval *);
205 int ppsratecheck(struct timeval *, in
[all...]
H A Diostat.h99 struct timeval io_attachtime; /* time disk was attached */
100 struct timeval io_timestamp; /* timestamp of last unbusy */
101 struct timeval io_busystamp; /* timestamp of last busy */
102 struct timeval io_waitstamp; /* timestamp of last wait */
103 struct timeval io_busysum; /* accumulated wait * time */
104 struct timeval io_waitsum; /* accumulated busy * time */
105 struct timeval io_busytime; /* accumlated time busy */
106 struct timeval io_waittime; /* accumlated time waiting */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dtime.d26 void timeradd(const timeval* a, const timeval* b, in version()
27 timeval* result) in version()
38 void timersub(const timeval* a, const timeval* b, in version()
39 timeval *result) in version()
49 void timerclear(timeval* tvp) in version()
54 int timerisset(timeval* tvp) in version()
59 int timercmp(string CMP)(const timeval* a, const timeval* b) in version()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_time.in.h71 # define timeval rpl_timeval
75 struct timeval
96 (struct timeval *restrict, void *restrict)
99 (struct timeval *restrict, void *restrict));
103 (struct timeval *restrict, void *restrict)
109 (struct timeval *restrict, void *restrict));
114 typedef ::timeval
115 # undef timeval
116 timeval;
118 # define timeval rpl_timeval
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dtimeval-utils.h28 struct timeval;
30 extern void timeval_add (struct timeval *result,
31 const struct timeval *a, const struct timeval *b);
33 extern void timeval_sub (struct timeval *result,
34 const struct timeval *a, const struct timeval *b);
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dtimeval-utils.h28 struct timeval;
30 extern void timeval_add (struct timeval *result,
31 const struct timeval *a, const struct timeval *b);
33 extern void timeval_sub (struct timeval *result,
34 const struct timeval *a, const struct timeval *b);
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dtimeval-utils.h28 struct timeval;
30 extern void timeval_add (struct timeval *result,
31 const struct timeval *a, const struct timeval *b);
33 extern void timeval_sub (struct timeval *result,
34 const struct timeval *a, const struct timeval *b);
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dtimeval-utils.h28 struct timeval;
30 extern void timeval_add (struct timeval *result,
31 const struct timeval *a, const struct timeval *b);
33 extern void timeval_sub (struct timeval *result,
34 const struct timeval *a, const struct timeval *b);
/netbsd-src/sys/compat/sys/
H A Dtime.h53 int __gettimeofday50(struct timeval * __restrict, void *__restrict);
56 int __utimes50(const char *, const struct timeval [2]);
65 int __adjtime50(const struct timeval *, struct timeval *);
66 int __futimes50(int, const struct timeval [2]);
67 int __lutimes50(const char *, const struct timeval [2]);
68 int __settimeofday50(const struct timeval * __restrict,
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddelayer.c80 struct timeval lastuse;
106 struct timeval wait;
127 struct timeval timeout;
158 dl_tv_smaller(struct timeval* t1, const struct timeval* t2) in dl_tv_smaller()
172 dl_tv_add(struct timeval* t1, const struct timeval* t2) in dl_tv_add()
186 dl_tv_subtract(struct timeval* t1, const struct timeval* t2) in dl_tv_subtract()
225 ring_add(struct ringbuf* r, sldns_buffer* pkt, struct timeval* now, in ring_add()
226 struct timeval* delay, struct proxy* p) in ring_add()
230 struct timeval when; in ring_add()
293 static struct timeval*
[all …]
/netbsd-src/sys/netinet/
H A Ddccp_tfrc.h73 struct timeval t_sent; /* When the packet was sent */
93 struct timeval t_last_win_count;
96 struct timeval t_ld; /* Time last doubled during slow start */
98 struct timeval t_nom; /* Nominal send time of next packet */
99 struct timeval t_ipi; /* Interpacket (send) interval */
100 struct timeval delta; /* Send timer delta */
180 struct timeval t_recv; /* When the packet was received */
215 struct timeval t_last_feedback;
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dtimeval-utils.c53 timeval_add (struct timeval *result, in timeval_add()
54 const struct timeval *a, const struct timeval *b) in timeval_add()
77 timeval_sub (struct timeval *result, in timeval_sub()
78 const struct timeval *a, const struct timeval *b) in timeval_sub()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dtimeval-utils.c53 timeval_add (struct timeval *result, in timeval_add()
54 const struct timeval *a, const struct timeval *b) in timeval_add()
77 timeval_sub (struct timeval *result, in timeval_sub()
78 const struct timeval *a, const struct timeval *b) in timeval_sub()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dtimeval-utils.c53 timeval_add (struct timeval *result, in timeval_add()
54 const struct timeval *a, const struct timeval *b) in timeval_add()
77 timeval_sub (struct timeval *result, in timeval_sub()
78 const struct timeval *a, const struct timeval *b) in timeval_sub()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dtimeval-utils.c53 timeval_add (struct timeval *result, in timeval_add()
54 const struct timeval *a, const struct timeval *b) in timeval_add()
77 timeval_sub (struct timeval *result, in timeval_sub()
78 const struct timeval *a, const struct timeval *b) in timeval_sub()
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dtstotv.c18 const struct timeval expected = {50, 0}; in test_Seconds()
19 struct timeval actual; in test_Seconds()
31 const struct timeval expected = {50, 500000}; in test_MicrosecondsExact()
32 struct timeval actual; in test_MicrosecondsExact()
44 const struct timeval expected = {50, 900}; in test_MicrosecondsRounding()
45 struct timeval actual; in test_MicrosecondsRounding()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c119 struct timeval tv; in basic_thread()
155 struct timeval tv; in sigchld_cb()
177 struct timeval tv; in thread_basic()
268 struct timeval delay;
269 struct timeval alerted_at;
299 struct timeval tv_signal, tv_timeout, tv_broadcast;
304 struct timeval launched_at;
357 const struct timeval *target_delay;
358 struct timeval target_time, actual_delay;
403 struct timeval tv; in SLEEP_MS()
[all …]

12345678910>>...58