/freebsd/sys/kern/ |
H A D | subr_filter.c | 136 check_update_times(struct time_filter *tf, uint64_t value, uint32_t now) in check_update_times() 171 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small() 206 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() 226 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small() 246 filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now) in filter_increase_by() 263 filter_increase_by_small(struct time_filter_small *tf, uint32_t incr_by, uint32_t now) in filter_increase_by_small() 308 tick_filter_clock(struct time_filter *tf, uint32_t now) in tick_filter_clock() 339 tick_filter_clock_small(struct time_filter_small *tf, uint32_t now) in tick_filter_clock_small() 370 apply_filter_min(struct time_filter *tf, uint64_t value, uint32_t now) in apply_filter_min() 397 uint32_t value, uint32_t now) in apply_filter_min_small() [all …]
|
H A D | kern_clocksource.c | 116 sbintime_t now; /* Last tick time. */ member 137 sbintime_t now; in hardclockintr() local 155 handleevents(sbintime_t now, int fake) in handleevents() 300 sbintime_t now; local 375 loadtimer(sbintime_t now, int start) 442 sbintime_t now; local 478 sbintime_t now, next; local 757 sbintime_t now, t; local 790 sbintime_t now; local
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog_write_poll.c | 104 time_t now; in fifolog_write_close() local 123 time_t now; in fifolog_write_open() local 187 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) in fifolog_write_output() 262 fifolog_write_gzip(struct fifolog_writer *f, time_t now) in fifolog_write_gzip() 310 fifolog_write_poll(struct fifolog_writer *f, time_t now) in fifolog_write_poll() 324 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record() 384 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record_poll()
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | timer.cpp | 164 const datetime::timestamp& now, in compute_timers_to_run_and_prune_old() 192 const datetime::timestamp& now, in reprogram_system_timer() 242 global_state(signals::timer* timer, const datetime::timestamp& now) : in global_state() 293 program_new(signals::timer* timer, const datetime::timestamp& now) in program_new() 332 fire(const datetime::timestamp& now) in fire() 425 const datetime::timestamp now = datetime::timestamp::now(); in timer() local 454 const datetime::timestamp now = datetime::timestamp::now(); in ~timer() local 540 const datetime::timestamp now = datetime::timestamp::now(); in unprogram() local
|
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.c | 78 store_rrsets(struct module_env* env, struct reply_info* rep, time_t now, in store_rrsets() 209 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type() 271 struct dns_msg* msg, time_t now) in addr_to_additional() 283 uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr) in msg_cache_lookup() 308 struct regional* region, struct delegpt* dp, time_t now, in find_add_addrs() 374 time_t now = *env->now; in cache_fill_missing() local 435 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds() 501 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_authadd() 512 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_ansadd() 524 struct regional* region, struct dns_msg** msg, time_t now, in dns_cache_find_delegation() [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | clock.c | 95 auto struct timeval now, nowi, ival; local 98 auto time_t now, nowi; local 327 struct timeval now; local 329 register time_t now; local
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bssid_ignore.c | 68 struct os_reltime now; in wpa_bssid_ignore_add() local 153 struct os_reltime now; in wpa_bssid_ignore_is_listed() local 193 struct os_reltime now; in wpa_bssid_ignore_update() local
|
/freebsd/sys/rpc/ |
H A D | rpc_com.h | 58 #define __RPC_GETXID(now) ((uint32_t)curproc->p_pid ^ (uint32_t)(now)->tv_sec ^ \ argument 63 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \ argument
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 590 l_fp now; in record_peer_stats() local 363 l_fp now; stats_config() local 631 l_fp now; record_loop_stats() local 665 l_fp now; record_clock_stats() local 740 l_fp now; record_raw_stats() local 801 l_fp now; record_sys_stats() local 838 l_fp now; record_proto_stats() local 872 l_fp now; record_crypto_stats() local 910 l_fp now; record_timing_stats() local [all...] |
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 83 time_t now; local 259 conn_limits(e, now, saddr, clflags, hashary, ratelimit, conclimit) in conn_limits() argument 478 client_rate(now, saddr, clflags) in client_rate() argument 499 total_rate(now, update) in total_rate() argument
|
/freebsd/sys/x86/x86/ |
H A D | delay.c | 53 uint64_t end, now; in delay_tsc() local 74 uint64_t end, freq, now; in delay_tc() local
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel_helper.h | 51 fqc_dodequeue(struct fq_codel_flow *q, aqm_time_t now, uint16_t *ok_to_drop, in fqc_dodequeue() 103 aqm_time_t now; in fqc_codel_dequeue() local
|
H A D | dn_aqm_codel.h | 79 codel_dodequeue(struct dn_queue *q, aqm_time_t now, uint16_t *ok_to_drop) in codel_dodequeue() 137 aqm_time_t now; in codel_dequeue() local
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_patrol.c | 44 adapter_time(time_t now, uint32_t at_now, uint32_t at) in adapter_time() 85 time_t now; in show_patrol() local 252 time_t now; in patrol_config() local
|
/freebsd/usr.sbin/rtsold/ |
H A D | dump.c | 62 struct timespec now; in rtsold_dump() local 164 struct timespec now; in sec2str() local
|
/freebsd/sys/dev/drm2/ |
H A D | drm_irq.c | 693 struct timeval now; in get_drm_timestamp() local 800 unsigned long seq, struct timeval *now) in send_vblank_event() 826 struct timeval now; in drm_send_vblank_event() local 983 struct timeval now; in drm_vblank_off() local 1112 struct timeval now; in drm_queue_vblank_event() local 1275 struct timeval now; in drm_wait_vblank() local 1305 struct timeval now; in drm_handle_vblank_events() local
|
/freebsd/usr.sbin/rtadvd/ |
H A D | timer.c | 157 struct timespec now; in rtadvd_check_timer() local 187 struct timespec now; in rtadvd_set_timer() local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_time.c | 88 time_t now, t; in test_newer_time_str() local 176 time_t now, t; in test_newer_time_str_w() local 555 time_t now, t; in test_older_time_str() local 645 time_t now, t; in test_older_time_str_w() local
|
/freebsd/contrib/wpa/src/common/ |
H A D | ptksa_cache.c | 41 struct os_reltime now; in ptksa_cache_expire() local 70 struct os_reltime now; in ptksa_cache_set_expiration() local 170 struct os_reltime now; in ptksa_cache_list() local 286 struct os_reltime now; in ptksa_cache_add() local
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/ |
H A D | tst.walltimestamp.d | 31 uint64_t now; variable
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 92 struct os_reltime now; in pmksa_cache_expire() local 161 struct os_reltime now; in pmksa_cache_set_expiration() local 238 struct os_reltime now; in pmksa_cache_add() local 558 struct os_reltime now; in pmksa_cache_get_opportunistic() local 679 struct os_reltime now; in pmksa_cache_set_current() local 733 struct os_reltime now; in pmksa_cache_list() local 826 struct os_reltime now; in pmksa_cache_reconfig() local
|
/freebsd/bin/pax/ |
H A D | ar_subs.c | 72 time_t now; in list() local 152 time_t now; in extract() local 358 time_t now; in wr_archive() local
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vhpet.c | 151 sbintime_t now, delta; in vhpet_counter() local 281 sbintime_t now; in vhpet_handler() local 315 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) in vhpet_stop_timer() 336 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) in vhpet_start_timer() 375 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) in vhpet_stop_counting() 476 sbintime_t now, *nowptr; in vhpet_mmio_write() local
|
/freebsd/contrib/wpa/src/ap/ |
H A D | pmksa_cache_auth.c | 115 struct os_reltime now; in pmksa_cache_expire() local 131 struct os_reltime now; in pmksa_cache_set_expiration() local 324 struct os_reltime now; in pmksa_cache_auth_create_entry() local 657 struct os_reltime now; in pmksa_cache_auth_list() local 708 struct os_reltime now; in pmksa_cache_auth_list_mesh() local
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | chrono.cpp | 138 system_clock::time_point system_clock::now() noexcept { return __libcpp_system_clock_now(); } in now() function in chrono::system_clock 230 steady_clock::time_point steady_clock::now() noexcept { return __libcpp_steady_clock_now(); } in now() function in chrono::steady_clock
|