/freebsd/tests/sys/kern/acct/ |
H A D | acct_test.c | 79 struct timeval tv; in ATF_TC_BODY() local 110 struct timeval tv; in ATF_TC_BODY() local 127 struct timeval tv; in ATF_TC_BODY() local 144 struct timeval tv; in ATF_TC_BODY() local 163 struct timeval tv; in ATF_TC_BODY() local 183 struct timeval tv; in ATF_TC_BODY() local 201 struct timeval tv; in ATF_TC_BODY() local
|
/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 68 struct timeval tv; in yp_bind_host() local 115 struct timeval tv; in yp_bind_local() local 141 struct timeval tv; in yp_match_host() local 179 struct timeval tv; in yp_first_host() local 218 struct timeval tv; in yp_next_host() local 258 struct timeval tv; in yp_all_host() local 283 struct timeval tv; in yp_order_host() local 310 struct timeval tv; in yp_master_host() local 336 struct timeval tv; in yp_maplist_host() local
|
/freebsd/contrib/unbound/util/ |
H A D | timeval_func.h | 45 #define timeval_isset(tv) ((tv)->tv_sec || (tv)->tv_usec) argument 48 #define timeval_clear(tv) ((tv)->tv_sec = (tv)->tv_usec = 0) argument
|
H A D | ub_event_pluggable.c | 180 my_event_add(struct ub_event* ev, struct timeval* tv) in my_event_add() 193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() 209 my_signal_add(struct ub_event* ev, struct timeval* tv) in my_signal_add() 270 my_event_base_loopexit(struct ub_event_base* base, struct timeval* tv) in my_event_base_loopexit() 585 ub_event_add(struct ub_event* ev, struct timeval* tv) in ub_event_add() 608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() 630 ub_signal_add(struct ub_event* ev, struct timeval* tv) in ub_signal_add() 677 struct timeval *tv; in ub_comm_base_now() local
|
H A D | mini_event.c | 253 struct timeval* ATTR_UNUSED(tv)) in event_base_loopexit() 292 int event_add(struct event* ev, struct timeval* tv) in event_add() 370 int signal_add(struct event* ev, struct timeval* ATTR_UNUSED(tv)) in signal_add()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | event_compat.h | 198 #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
|
H A D | event.h | 967 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument 969 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument 979 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument 985 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument 998 #define evuser_pending(ev, tv) event_pending((ev), 0, (tv)) argument
|
/freebsd/contrib/libevent/include/event2/ |
H A D | event_compat.h | 198 #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
|
H A D | event.h | 967 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument 969 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument 979 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument 985 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument 998 #define evuser_pending(ev, tv) event_pending((ev), 0, (tv)) argument
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | stdtime.c | 41 fix_tv_usec(struct timeval *tv) { in fix_tv_usec() 67 struct timeval tv; in isc_stdtime_get() local
|
/freebsd/sys/sys/ |
H A D | timespec.h | 39 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument 44 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | h_client.c | 52 struct timeval tv; in main() local 75 struct timeval tv; in main() local
|
/freebsd/contrib/pf/libevent/ |
H A D | event.c | 348 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()
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | time-test.c | 59 struct timeval tv; in timeout_cb() local 70 struct timeval tv; in main() local
|
/freebsd/contrib/libevent/sample/ |
H A D | time-test.c | 59 struct timeval tv; in timeout_cb() local 70 struct timeval tv; in main() local
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | test-time.c | 63 struct timeval tv; in time_cb() local 85 struct timeval tv; in main() local
|
/freebsd/contrib/libevent/test/ |
H A D | test-time.c | 63 struct timeval tv; in time_cb() local 85 struct timeval tv; in main() local
|
/freebsd/tools/regression/priv/ |
H A D | priv_vfs_utimes.c | 90 struct timeval tv[2]; in priv_vfs_utimes_froot() local 133 struct timeval tv[2]; in priv_vfs_utimes_fowner() local 174 struct timeval tv[2]; in priv_vfs_utimes_fother() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | time.c | 55 struct timeval tv; in krb5_set_real_time() local 99 struct timeval tv; in krb5_us_timeofday() local
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 287 struct timeval tv; in _yp_dobind() local 649 struct timeval tv; in yp_match() local 773 struct timeval tv; in yp_first() local 851 struct timeval tv; in yp_next() local 930 struct timeval tv; in yp_all() local 999 struct timeval tv; in yp_order() local 1057 struct timeval tv; in yp_master() local 1103 struct timeval tv; in yp_maplist() local
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | time.h | 85 struct timeval tv; in gethrestime() local 94 struct timeval tv; in gethrestime_sec() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil_time.c | 72 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) in evutil_gettimeofday() 128 evutil_tv_to_msec_(const struct timeval *tv) in evutil_tv_to_msec_() 141 evutil_usleep_(const struct timeval *tv) in evutil_usleep_() 232 struct timeval *tv) in adjust_monotonic_time()
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_print.h | 264 struct timeval tv; in rtsock_print_rtm() local 285 struct timeval tv; in rtsock_print_rtm() local 313 struct timeval tv; in rtsock_print_ifa() local 349 struct timeval tv; in rtsock_print_message_hd() local
|
/freebsd/contrib/libevent/ |
H A D | evutil_time.c | 72 evutil_gettimeofday(struct timeval *tv, struct timezone *tz) in evutil_gettimeofday() 128 evutil_tv_to_msec_(const struct timeval *tv) in evutil_tv_to_msec_() 141 evutil_usleep_(const struct timeval *tv) in evutil_usleep_() 232 struct timeval *tv) in adjust_monotonic_time()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 433 #define RACK_TCPT_RANGESET(tv, value, tvmin, tvmax, slop) do { \ argument 599 struct timeval tv; in rack_get_lt_bw() local 682 struct timeval tv; in rack_swap_beta_values() local 754 struct timeval tv; in rack_log_gpset() local 2028 struct timeval tv; in rack_log_hybrid_bw() local 2123 struct timeval tv; in rack_log_hybrid_sends() local 2230 struct timeval tv; in rack_rate_cap_bw() local 2522 struct timeval tv; in rack_log_dsack_event() local 2555 struct timeval tv; in rack_log_hdwr_pacing() local 2666 struct timeval tv; in rack_log_retran_reason() local [all …]
|