Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/freebsd-10-stable/tests/sys/kern/acct/
Dacct_test.c82 struct timeval tv; in ATF_TC_BODY() local
113 struct timeval tv; in ATF_TC_BODY() local
130 struct timeval tv; in ATF_TC_BODY() local
147 struct timeval tv; in ATF_TC_BODY() local
166 struct timeval tv; in ATF_TC_BODY() local
186 struct timeval tv; in ATF_TC_BODY() local
204 struct timeval tv; in ATF_TC_BODY() local
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
Devent_compat.h198 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
201 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
212 #define signal_add(ev, tv) event_add((ev), (tv)) argument
216 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
Devent.h975 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
977 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
987 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
993 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
Dstdtime.c41 fix_tv_usec(struct timeval *tv) { in fix_tv_usec()
67 struct timeval tv; in isc_stdtime_get() local
Dtime.c62 fix_tv_usec(struct timeval *tv) { in fix_tv_usec()
147 struct timeval tv; in isc_time_now() local
189 struct timeval tv; in isc_time_nowplusinterval() local
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-live.h580 type_var_num (type_var_p tv) in type_var_num()
589 type_var (type_var_p tv, int i) in type_var()
598 type_var_first_partition (type_var_p tv, int i) in type_var_first_partition()
607 type_var_next_partition (type_var_p tv, int i) in type_var_next_partition()
616 type_var_dump (FILE *f, type_var_p tv) in type_var_dump()
627 type_var_delete (type_var_p tv) in type_var_delete()
636 type_var_remove_partition (type_var_p tv, int type_index, int partition_index) in type_var_remove_partition()
645 type_var_find (type_var_p tv, int i) in type_var_find()
654 type_var_compact (type_var_p tv) in type_var_compact()
663 type_var_decompact (type_var_p tv) in type_var_decompact()
Dtimevar.c266 struct timevar_def *tv = &timevars[timevar]; in timevar_push_1() local
344 struct timevar_def *tv = &timevars[timevar]; in timevar_start() local
366 struct timevar_def *tv = &timevars[timevar]; in timevar_stop() local
415 struct timevar_def *tv = &timevars[(timevar_id_t) id]; in timevar_print() local
/freebsd-10-stable/sys/sys/
Dtimespec.h41 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument
46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
/freebsd-10-stable/contrib/netbsd-tests/lib/librumphijack/
Dh_client.c52 struct timeval tv; in main() local
75 struct timeval tv; in main() local
/freebsd-10-stable/contrib/pf/libevent/
Devent.c348 event_loopexit(struct timeval *tv) in event_loopexit()
355 event_base_loopexit(struct event_base *event_base, struct timeval *tv) in event_base_loopexit()
374 struct timeval tv; in event_base_loop() local
466 void (*callback)(int, short, void *), void *arg, struct timeval *tv) in event_once()
563 event_pending(struct event *ev, short event, struct timeval *tv) in event_pending()
592 event_add(struct event *ev, struct timeval *tv) in event_add()
714 timeout_next(struct event_base *base, struct timeval *tv) in timeout_next()
Devent.h166 #define evtimer_add(ev, tv) event_add(ev, tv) argument
169 #define evtimer_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) argument
172 #define timeout_add(ev, tv) event_add(ev, tv) argument
175 #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) argument
178 #define signal_add(ev, tv) event_add(ev, tv) argument
182 #define signal_pending(ev, tv) event_pending(ev, EV_SIGNAL, tv) argument
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
Dtest-time.c63 struct timeval tv; in time_cb() local
84 struct timeval tv; in main() local
Dregress_thread.c113 struct timeval tv; in basic_thread() local
149 struct timeval tv; in sigchld_cb() local
171 struct timeval tv; in thread_basic() local
395 struct timeval tv; in SLEEP_MS() local
512 struct timeval tv = {0,0}; in register_events_subthread() local
/freebsd-10-stable/tools/regression/priv/
Dpriv_vfs_utimes.c92 struct timeval tv[2]; in priv_vfs_utimes_froot() local
135 struct timeval tv[2]; in priv_vfs_utimes_fowner() local
176 struct timeval tv[2]; in priv_vfs_utimes_fother() local
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dtime.c55 struct timeval tv; in krb5_set_real_time() local
99 struct timeval tv; in krb5_us_timeofday() local
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Devutil_time.c62 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) in evutil_gettimeofday()
103 evutil_tv_to_msec_(const struct timeval *tv) in evutil_tv_to_msec_()
116 evutil_usleep_(const struct timeval *tv) in evutil_usleep_()
149 struct timeval *tv) in adjust_monotonic_time()
/freebsd-10-stable/lib/libc/yp/
Dyplib.c293 struct timeval tv; in _yp_dobind() local
655 struct timeval tv; in yp_match() local
779 struct timeval tv; in yp_first() local
857 struct timeval tv; in yp_next() local
936 struct timeval tv; in yp_all() local
1005 struct timeval tv; in yp_order() local
1063 struct timeval tv; in yp_master() local
1109 struct timeval tv; in yp_maplist() local
/freebsd-10-stable/contrib/unbound/util/
Dmini_event.c253 struct timeval* ATTR_UNUSED(tv)) in event_base_loopexit()
295 int event_add(struct event* ev, struct timeval* tv) in event_add()
364 int signal_add(struct event* ev, struct timeval* ATTR_UNUSED(tv)) in signal_add()
/freebsd-10-stable/sys/ofed/include/linux/
Dktime.h69 } tv; member
129 static inline ktime_t timeval_to_ktime(struct timeval tv) in timeval_to_ktime()
246 static inline ktime_t timeval_to_ktime(const struct timeval tv) in timeval_to_ktime()
/freebsd-10-stable/tools/regression/poll/
Dpipeselect.c20 #define SETUP(fd, rfds, tv) do { \ argument
63 struct timeval tv; in child() local
/freebsd-10-stable/contrib/ofed/management/libibcommon/src/
Dtime.c43 struct timeval tv; in getcurrenttime() local
/freebsd-10-stable/contrib/ntp/libntp/
Dbuftvtots.c21 struct timeval tv; in buftvtots() local
/freebsd-10-stable/lib/libc/sys/
Dgettimeofday.c40 __gettimeofday(struct timeval *tv, struct timezone *tz) in __gettimeofday()
/freebsd-10-stable/contrib/netbsd-tests/dev/cgd/
Dt_cgd_3des.c756 write_testvec(int cgdfd, const struct testvec *tv) in write_testvec()
769 read_testvec(int cgdfd, const struct testvec *tv) in read_testvec()
791 check_testvec(int dkfd, const struct testvec *tv) in check_testvec()
/freebsd-10-stable/contrib/openbsm/compat/
Dclock_gettime.h41 struct timeval tv; in clock_gettime() local

12345678910>>...16