/freebsd-src/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-src/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-src/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-src/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() argument 199 find_closest_of_type(struct module_env * env,uint8_t * qname,size_t qnamelen,uint16_t qclass,time_t now,uint16_t searchtype,int stripfront,int noexpiredabove,uint8_t * expiretop,size_t expiretoplen) find_closest_of_type() argument 261 addr_to_additional(struct ub_packed_rrset_key * rrset,struct regional * region,struct dns_msg * msg,time_t now) addr_to_additional() argument 273 msg_cache_lookup(struct module_env * env,uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,uint16_t flags,time_t now,int wr) msg_cache_lookup() argument 298 find_add_addrs(struct module_env * env,uint16_t qclass,struct regional * region,struct delegpt * dp,time_t now,struct dns_msg ** msg) find_add_addrs() argument 357 time_t now = *env->now; cache_fill_missing() local 411 find_add_ds(struct module_env * env,struct regional * region,struct dns_msg * msg,struct delegpt * dp,time_t now) find_add_ds() argument 477 dns_msg_authadd(struct dns_msg * msg,struct regional * region,struct ub_packed_rrset_key * rrset,time_t now) dns_msg_authadd() argument 488 dns_msg_ansadd(struct dns_msg * msg,struct regional * region,struct ub_packed_rrset_key * rrset,time_t now) dns_msg_ansadd() argument 500 dns_cache_find_delegation(struct module_env * env,uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,struct regional * region,struct dns_msg ** msg,time_t now,int noexpiredabove,uint8_t * expiretop,size_t expiretoplen) dns_cache_find_delegation() argument 578 tomsg(struct module_env * env,struct query_info * q,struct reply_info * r,struct regional * region,time_t now,int allow_expired,struct regional * scratch) tomsg() argument 688 rrset_msg(struct ub_packed_rrset_key * rrset,struct regional * region,time_t now,struct query_info * q) rrset_msg() argument 719 synth_dname_msg(struct ub_packed_rrset_key * rrset,struct regional * region,time_t now,struct query_info * q,enum sec_status * sec_status) synth_dname_msg() argument 816 time_t now = *env->now; fill_any() local 885 time_t now = *env->now; dns_cache_lookup() local [all...] |
/freebsd-src/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-src/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-src/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 [all...] |
/freebsd-src/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 368 l_fp now; in stats_config() local 590 l_fp now; in record_peer_stats() local 632 l_fp now; in record_loop_stats() local 666 l_fp now; in record_clock_stats() local 741 l_fp now; in record_raw_stats() local 802 l_fp now; in record_sys_stats() local 839 l_fp now; in record_proto_stats() local 873 l_fp now; in record_crypto_stats() local 911 l_fp now; in record_timing_stats() local
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | ptksa_cache.c | 39 struct os_reltime now; ptksa_cache_expire() local 65 struct os_reltime now; ptksa_cache_set_expiration() local 165 struct os_reltime now; ptksa_cache_list() local 273 struct os_reltime now; ptksa_cache_add() local [all...] |
/freebsd-src/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-src/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 61 struct os_reltime now; pmksa_cache_expire() local 109 struct os_reltime now; pmksa_cache_set_expiration() local 179 struct os_reltime now; pmksa_cache_add() local 471 struct os_reltime now; pmksa_cache_get_opportunistic() local 591 struct os_reltime now; pmksa_cache_set_current() local 629 struct os_reltime now; pmksa_cache_list() local 719 struct os_reltime now; pmksa_cache_reconfig() local [all...] |
/freebsd-src/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-src/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
|
/freebsd-src/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-src/usr.sbin/rtsold/ |
H A D | dump.c | 62 struct timespec now; in rtsold_dump() local 164 struct timespec now; in sec2str() local
|
/freebsd-src/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-src/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-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/ |
H A D | tst.walltimestamp.d | 31 uint64_t now; variable
|
/freebsd-src/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, in test_newer_time_str_w() local 555 time_t now, t; test_older_time_str() local 645 time_t now, t; test_older_time_str_w() local [all...] |
/freebsd-src/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-src/sys/amd64/vmm/io/ |
H A D | vhpet.c | 152 sbintime_t now, delta; vhpet_counter() local 282 sbintime_t now; vhpet_handler() local 316 vhpet_stop_timer(struct vhpet * vhpet,int n,sbintime_t now) vhpet_stop_timer() argument 337 vhpet_start_timer(struct vhpet * vhpet,int n,uint32_t counter,sbintime_t now) vhpet_start_timer() argument 376 vhpet_stop_counting(struct vhpet * vhpet,uint32_t counter,sbintime_t now) vhpet_stop_counting() argument 477 sbintime_t now, *nowptr; vhpet_mmio_write() local [all...] |
/freebsd-src/contrib/wpa/src/ap/ |
H A D | pmksa_cache_auth.c | 112 struct os_reltime now; pmksa_cache_expire() local 128 struct os_reltime now; pmksa_cache_set_expiration() local 321 struct os_reltime now; pmksa_cache_auth_create_entry() local 641 struct os_reltime now; pmksa_cache_auth_list() local 692 struct os_reltime now; pmksa_cache_auth_list_mesh() local [all...] |
H A D | ieee802_11_auth.c | 75 struct os_reltime now; hostapd_acl_cache_get() local 299 hostapd_acl_expire_cache(struct hostapd_data * hapd,struct os_reltime * now) hostapd_acl_expire_cache() argument 329 hostapd_acl_expire_queries(struct hostapd_data * hapd,struct os_reltime * now) hostapd_acl_expire_queries() argument 364 struct os_reltime now; hostapd_acl_expire() local [all...] |
/freebsd-src/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
|