| /freebsd-13.1/sys/kern/ |
| H A D | subr_filter.c | 137 check_update_times(struct time_filter *tf, uint64_t value, uint32_t now) in check_update_times() 172 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small() 207 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by() 227 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small() 247 filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now) in filter_increase_by() 309 tick_filter_clock(struct time_filter *tf, uint32_t now) in tick_filter_clock() 340 tick_filter_clock_small(struct time_filter_small *tf, uint32_t now) in tick_filter_clock_small() 371 apply_filter_min(struct time_filter *tf, uint64_t value, uint32_t now) in apply_filter_min() 398 uint32_t value, uint32_t now) in apply_filter_min_small() 424 apply_filter_max(struct time_filter *tf, uint64_t value, uint32_t now) in apply_filter_max() [all …]
|
| H A D | kern_clocksource.c | 117 sbintime_t now; /* Last tick time. */ member 138 sbintime_t now; in hardclockintr() local 156 handleevents(sbintime_t now, int fake) in handleevents() 305 sbintime_t now; local 380 loadtimer(sbintime_t now, int start) 447 sbintime_t now; local 483 sbintime_t now, next; local 684 sbintime_t now; local 764 sbintime_t now, t; local 797 sbintime_t now; local
|
| /freebsd-13.1/usr.sbin/fifolog/lib/ |
| H A D | fifolog_write_poll.c | 106 time_t now; in fifolog_write_close() local 125 time_t now; in fifolog_write_open() local 189 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) in fifolog_write_output() 264 fifolog_write_gzip(struct fifolog_writer *f, time_t now) in fifolog_write_gzip() 312 fifolog_write_poll(struct fifolog_writer *f, time_t now) in fifolog_write_poll() 326 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record() 386 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record_poll()
|
| /freebsd-13.1/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-13.1/contrib/unbound/services/cache/ |
| H A D | dns.c | 229 struct dns_msg* msg, time_t now) in addr_to_additional() 266 struct regional* region, struct delegpt* dp, time_t now, in find_add_addrs() 325 time_t now = *env->now; in cache_fill_missing() local 376 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds() 441 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_authadd() 452 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_ansadd() 464 struct regional* region, struct dns_msg** msg, time_t now) in dns_cache_find_delegation() 539 struct regional* region, time_t now, int allow_expired, in tomsg() 614 time_t now, struct query_info* q) in rrset_msg() 740 time_t now = *env->now; in fill_any() local [all …]
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 341 l_fp now; in stats_config() local 547 l_fp now; in record_peer_stats() local 588 l_fp now; in record_loop_stats() local 622 l_fp now; in record_clock_stats() local 697 l_fp now; in record_raw_stats() local 751 l_fp now; in record_sys_stats() local 788 l_fp now; in record_proto_stats() local 822 l_fp now; in record_crypto_stats() local 860 l_fp now; in record_timing_stats() local
|
| /freebsd-13.1/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-13.1/sys/rpc/ |
| H A D | rpc_com.h | 62 #define __RPC_GETXID(now) ((uint32_t)curproc->p_pid ^ (uint32_t)(now)->tv_sec ^ \ argument 67 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \ argument
|
| /freebsd-13.1/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-13.1/contrib/wpa/src/common/ |
| H A D | ptksa_cache.c | 39 struct os_reltime now; in ptksa_cache_expire() local 65 struct os_reltime now; in ptksa_cache_set_expiration() local 165 struct os_reltime now; in ptksa_cache_list() local 273 struct os_reltime now; in ptksa_cache_add() local
|
| /freebsd-13.1/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 479 client_rate(now, saddr, clflags) in client_rate() argument 500 total_rate(now, update) in total_rate() argument
|
| /freebsd-13.1/contrib/wpa/src/rsn_supp/ |
| H A D | pmksa_cache.c | 61 struct os_reltime now; in pmksa_cache_expire() local 109 struct os_reltime now; in pmksa_cache_set_expiration() local 179 struct os_reltime now; in pmksa_cache_add() local 471 struct os_reltime now; in pmksa_cache_get_opportunistic() local 591 struct os_reltime now; in pmksa_cache_set_current() local 629 struct os_reltime now; in pmksa_cache_list() local 719 struct os_reltime now; in pmksa_cache_reconfig() local
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | delay.c | 57 uint64_t end, now; in delay_tsc() local 78 uint64_t end, freq, now; in delay_tc() local
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel_helper.h | 53 fqc_dodequeue(struct fq_codel_flow *q, aqm_time_t now, uint16_t *ok_to_drop, in fqc_dodequeue() 105 aqm_time_t now; in fqc_codel_dequeue() local
|
| /freebsd-13.1/usr.sbin/mfiutil/ |
| H A D | mfi_patrol.c | 46 adapter_time(time_t now, uint32_t at_now, uint32_t at) in adapter_time() 87 time_t now; in show_patrol() local 254 time_t now; in patrol_config() local
|
| /freebsd-13.1/usr.sbin/rtsold/ |
| H A D | dump.c | 64 struct timespec now; in rtsold_dump() local 166 struct timespec now; in sec2str() local
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_irq.c | 695 struct timeval now; in get_drm_timestamp() local 802 unsigned long seq, struct timeval *now) in send_vblank_event() 828 struct timeval now; in drm_send_vblank_event() local 985 struct timeval now; in drm_vblank_off() local 1114 struct timeval now; in drm_queue_vblank_event() local 1277 struct timeval now; in drm_wait_vblank() local 1307 struct timeval now; in drm_handle_vblank_events() local
|
| /freebsd-13.1/usr.sbin/rtadvd/ |
| H A D | timer.c | 160 struct timespec now; in rtadvd_check_timer() local 190 struct timespec now; in rtadvd_set_timer() local
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_match_time.c | 89 time_t now, t; in test_newer_time_str() local 177 time_t now, t; in test_newer_time_str_w() local 546 time_t now, t; in test_older_time_str() local 636 time_t now, t; in test_older_time_str_w() local
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/ |
| H A D | tst.walltimestamp.d | 31 uint64_t now; variable
|
| /freebsd-13.1/bin/pax/ |
| H A D | ar_subs.c | 80 time_t now; in list() local 160 time_t now; in extract() local 366 time_t now; in wr_archive() local
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | timer.c | 201 schedule(isc__timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) { in schedule() 402 isc_time_t now; in isc__timer_create() local 521 isc_time_t now; in isc__timer_reset() local 609 isc_time_t now; in isc__timer_touch() local 681 dispatch(isc__timermgr_t *manager, isc_time_t *now) { in dispatch() 806 isc_time_t now; in run() local 1054 isc_time_t now; in isc__timermgr_dispatch() local
|
| /freebsd-13.1/sys/amd64/vmm/io/ |
| H A D | vhpet.c | 156 sbintime_t now, delta; in vhpet_counter() local 286 sbintime_t now; in vhpet_handler() local 320 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) in vhpet_stop_timer() 341 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) in vhpet_start_timer() 380 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) in vhpet_stop_counting() 481 sbintime_t now, *nowptr; in vhpet_mmio_write() local
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | pmksa_cache_auth.c | 112 struct os_reltime now; in pmksa_cache_expire() local 128 struct os_reltime now; in pmksa_cache_set_expiration() local 321 struct os_reltime now; in pmksa_cache_auth_create_entry() local 641 struct os_reltime now; in pmksa_cache_auth_list() local 692 struct os_reltime now; in pmksa_cache_auth_list_mesh() local
|
| H A D | ieee802_11_auth.c | 75 struct os_reltime now; in hostapd_acl_cache_get() local 299 struct os_reltime *now) in hostapd_acl_expire_cache() 329 struct os_reltime *now) in hostapd_acl_expire_queries() 364 struct os_reltime now; in hostapd_acl_expire() local
|