/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 | 436 #define RACK_TCPT_RANGESET(tv, value, tvmin, tvmax, slop) do { \ argument 602 struct timeval tv; in rack_get_lt_bw() local 685 struct timeval tv; in rack_swap_beta_values() local 757 struct timeval tv; rack_log_gpset() local 2051 struct timeval tv; rack_log_hybrid_bw() local 2146 struct timeval tv; rack_log_hybrid_sends() local 2253 struct timeval tv; rack_rate_cap_bw() local 2545 struct timeval tv; rack_log_dsack_event() local 2578 struct timeval tv; rack_log_hdwr_pacing() local 2689 struct timeval tv; rack_log_retran_reason() local 2732 struct timeval tv; rack_log_to_start() local 2775 struct timeval tv; rack_log_to_event() local 2815 struct timeval tv; rack_log_map_chg() local 2864 struct timeval tv; rack_log_rtt_upd() local 2938 struct timeval tv; rack_log_rtt_sample() local 2982 struct timeval tv; rack_log_rtt_sample_calc() local 3009 struct timeval tv; rack_log_rtt_sendmap() local 3036 struct timeval tv; rack_log_progress_event() local 3062 rack_log_type_bbrsnd(struct tcp_rack * rack,uint32_t len,uint32_t slot,uint32_t cts,struct timeval * tv,int line) rack_log_type_bbrsnd() argument 3096 struct timeval tv; rack_log_doseg_done() local 3144 struct timeval tv; rack_log_type_pacing_sizes() local 3172 struct timeval tv; rack_log_type_just_return() local 3205 rack_log_to_cancel(struct tcp_rack * rack,int32_t hpts_removed,int line,uint32_t us_cts,struct timeval * tv,uint32_t flags_on_entry) rack_log_to_cancel() argument 3249 struct timeval tv; rack_log_alt_to_to_cancel() local 3278 struct timeval tv; rack_log_to_processing() local 3308 struct timeval tv; rack_log_to_prr() local 3693 struct timeval tv; rack_log_timely() local 4141 struct timeval tv; rack_log_rtt_shrinks() local 4887 struct timeval tv; rack_log_gp_calc() local 5237 struct timeval tv; rack_do_goodput_measurement() local 5273 struct timeval tv; rack_do_goodput_measurement() local 5456 struct timeval tv; rack_do_goodput_measurement() local 5556 struct timeval tv; rack_ack_received() local 5671 struct timeval tv; rack_post_recovery() local 6501 rack_log_hpts_diag(struct tcp_rack * rack,uint32_t cts,struct hpts_diag * diag,struct timeval * tv) rack_log_hpts_diag() argument 6543 struct timeval tv; rack_log_wakeup() local 6565 struct timeval tv; rack_start_hpts_timer() local 8074 struct timeval tv; rack_timer_cancel() local 11099 struct timeval tv; rack_strike_dupack() local 11260 struct timeval tv; rack_log_hybrid() local 12077 struct timeval tv; rack_log_collapse() local 14175 struct timeval tv; rack_log_hystart_event() local 14250 struct timeval tv; rack_log_chg_info() local 14368 struct timeval tv; rack_switch_failed() local 15141 struct timeval tv; rack_fini() local 15587 struct timeval tv; rack_log_pcm() local 15671 struct timeval tv; rack_new_round_setup() local 15695 rack_do_compressed_ack_processing(struct tcpcb * tp,struct socket * so,struct mbuf * m,int nxt_pkt,struct timeval * tv) rack_do_compressed_ack_processing() argument 16374 rack_do_segment_nounlock(struct tcpcb * tp,struct mbuf * m,struct tcphdr * th,int32_t drop_hdrlen,int32_t tlen,uint8_t iptos,int32_t nxt_pkt,struct timeval * tv) rack_do_segment_nounlock() argument 17035 struct timeval tv; rack_do_segment() local 17137 struct timeval tv; rack_log_pacing_delay_calc() local 17368 struct timeval tv; pace_to_fill_cwnd() local 17880 struct timeval tv; rack_start_gp_measurement() local 18060 struct timeval tv; rack_start_gp_measurement() local 18125 struct timeval tv; rack_log_fsb() local 18382 rack_log_queue_level(struct tcpcb * tp,struct tcp_rack * rack,int len,struct timeval * tv,uint32_t cts) rack_log_queue_level() argument 18412 rack_check_queue_level(struct tcp_rack * rack,struct tcpcb * tp,struct timeval * tv,uint32_t cts,int len,uint32_t segsiz) rack_check_queue_level() argument 18480 rack_fast_rsm_output(struct tcpcb * tp,struct tcp_rack * rack,struct rack_sendmap * rsm,uint64_t ts_val,uint32_t cts,uint32_t ms_cts,struct timeval * tv,int len,uint8_t doing_tlp) rack_fast_rsm_output() argument 19068 rack_fast_output(struct tcpcb * tp,struct tcp_rack * rack,uint64_t ts_val,uint32_t cts,uint32_t ms_cts,struct timeval * tv,long tot_len,int * send_err) rack_fast_output() argument 19475 struct timeval tv; rack_fast_output() local 19746 struct timeval tv; rack_output() local 22865 struct timeval tv; process_hybrid_pacing() local 24157 struct timeval tv; rack_wake_check() local [all...] |