Home
last modified time | relevance | path

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

12345678910>>...27

/netbsd-src/lib/libc/compat/sys/
H A Dcompat_utimes.c57 struct timeval tv[2]; in utimes() local
69 struct timeval tv[2]; in lutimes() local
81 struct timeval tv[2]; in futimes() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.h210 timevar_push (timevar_id_t tv) in timevar_push()
217 timevar_pop (timevar_id_t tv) in timevar_pop()
228 auto_timevar (timer *t, timevar_id_t tv) in auto_timevar()
236 explicit auto_timevar (timevar_id_t tv) in auto_timevar()
262 auto_cond_timevar (timer *t, timevar_id_t tv) in auto_cond_timevar()
269 explicit auto_cond_timevar (timevar_id_t tv) in auto_cond_timevar()
H A Dtimevar.cc324 struct timevar_def *tv = &m_timevars[timevar]; in push() local
332 timer::push_internal (struct timevar_def *tv) in push_internal()
446 struct timevar_def *tv = &m_timevars[timevar]; in start() local
476 struct timevar_def *tv = &m_timevars[timevar]; in stop() local
508 struct timevar_def *tv = &m_timevars[timevar]; in cond_start() local
543 struct timevar_def *tv; in cond_stop() local
595 const timevar_def *tv = &m_timevars[(timevar_id_t) id]; in validate_phases() local
719 const timevar_def *tv = &m_timevars[(timevar_id_t) id]; in print() local
/netbsd-src/external/bsd/unbound/dist/util/
H A Dtimeval_func.h45 #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 Dub_event_pluggable.c180 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
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Devent_compat.h200 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
203 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
214 #define signal_add(ev, tv) event_add((ev), (tv)) argument
218 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Devent_compat.h199 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
202 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
213 #define signal_add(ev, tv) event_add((ev), (tv)) argument
217 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
H A Devent.h968 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
970 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
980 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
986 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
999 #define evuser_pending(ev, tv) event_pending((ev), 0, (tv)) argument
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dclock_gettime.c23 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ argument
32 struct timeval tv; in clock_gettime() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c326 struct timevar_def *tv = &m_timevars[timevar]; in push() local
334 timer::push_internal (struct timevar_def *tv) in push_internal()
448 struct timevar_def *tv = &m_timevars[timevar]; in start() local
478 struct timevar_def *tv = &m_timevars[timevar]; in stop() local
510 struct timevar_def *tv = &m_timevars[timevar]; in cond_start() local
545 struct timevar_def *tv; in cond_stop() local
597 const timevar_def *tv = &m_timevars[(timevar_id_t) id]; in validate_phases() local
721 const timevar_def *tv = &m_timevars[(timevar_id_t) id]; in print() local
H A Dtimevar.h210 timevar_push (timevar_id_t tv) in timevar_push()
217 timevar_pop (timevar_id_t tv) in timevar_pop()
228 auto_timevar (timer *t, timevar_id_t tv) in auto_timevar()
236 explicit auto_timevar (timevar_id_t tv) in auto_timevar()
/netbsd-src/sys/kern/
H A Dkern_rate.c45 struct timeval tv, delta; in ratecheck() local
70 struct timeval tv, delta; in ppsratecheck() local
H A Dsubr_time.c55 struct timeval now, tv; tvhzto() local
67 tvtohz(const struct timeval * tv) tvtohz() argument
154 struct timeval tv; tstohz() local
173 itimerfix(struct timeval * tv) itimerfix() argument
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dtime.h68 do_gettimeofday(struct timeval *tv) in do_gettimeofday()
108 struct timeval tv; in ns_to_timeval() local
117 timeval_to_ns(const struct timeval *tv) in timeval_to_ns()
/netbsd-src/bin/dd/
H A Dmisc.c60 #define tv2mS(tv) ((tv).tv_sec * 1000LL + ((tv).tv_usec + 500) / 1000) argument
97 struct timeval tv; in posix_summary() local
197 struct timeval tv; in dd_write_msg() local
/netbsd-src/tests/lib/librumphijack/
H A Dh_client.c52 struct timeval tv; in main() local
75 struct timeval tv; in main() local
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Drec_type.h143 #define REC_TYPE_WARN_ARG(tv) ((long) (tv)) argument
144 #define REC_TYPE_WARN_SCAN(cp, tv) ((tv) = atol(cp)) argument
151 #define REC_TYPE_TIME_ARG(tv) (long) (tv).tv_sec, (long) (tv).tv_usec argument
152 #define REC_TYPE_TIME_SCAN(cp, tv) \ argument
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Ddhcpctl.c309 omapi_value_t *tv = (omapi_value_t *)0; in dhcpctl_get_value() local
407 omapi_typed_data_t *tv = (omapi_typed_data_t *)0; in dhcpctl_set_value() local
443 omapi_typed_data_t *tv = (omapi_typed_data_t *)0; in dhcpctl_set_string_value() local
478 omapi_typed_data_t *tv = (omapi_typed_data_t *)0; in dhcpctl_set_data_value() local
540 omapi_typed_data_t *tv = (omapi_typed_data_t *)0; in dhcpctl_set_boolean_value() local
572 omapi_typed_data_t *tv = (omapi_typed_data_t *)0; in dhcpctl_set_int_value() local
/netbsd-src/sys/arch/sparc64/dev/
H A Dvrtc.c72 vrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in vrtc_gettime()
85 vrtc_settime(todr_chip_handle_t handle, struct timeval *tv) in vrtc_settime()
/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-report.cpp66 format_tv(struct timeval* tv) in format_tv()
143 write_tp_end(struct timeval* tv, const std::string& reason) in write_tp_end()
165 write_tc_end(const std::string& state, struct timeval* tv, in write_tc_end()
235 write_tp_end(struct timeval* tv, const std::string& reason) in write_tp_end()
265 write_tc_end(const std::string& state, struct timeval* tv, in write_tc_end()
428 write_tp_end(struct timeval* tv, const std::string& reason) in write_tp_end()
455 write_tc_end(const std::string& state, struct timeval* tv, in write_tc_end()
535 got_tp_end(struct timeval* tv, const std::string& reason) in got_tp_end()
567 got_tc_end(const std::string& state, struct timeval* tv, in got_tc_end()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dtime-test.c60 struct timeval tv; in timeout_cb() local
71 struct timeval tv; in main() local
/netbsd-src/games/tetris/
H A Dinput.c52 #define TV_POS(tv) \ argument
124 struct timeval tv; in tsleep() local
/netbsd-src/sys/compat/common/
H A Drtsock_14.c105 struct timeval tv; in compat_14_rt_oifmsg() local
146 struct timeval tv; in compat_14_iflist() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtest-time.c66 struct timeval tv; in time_cb() local
88 struct timeval tv; in main() local
/netbsd-src/sys/dev/ic/
H A Dpl031.c53 plrtc_gettime(todr_chip_handle_t tch, struct timeval *tv) in plrtc_gettime()
64 plrtc_settime(todr_chip_handle_t tch, struct timeval *tv) in plrtc_settime()

12345678910>>...27