Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/freebsd/sys/kern/
H A Dsubr_filter.c136 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 Dkern_clocksource.c117 sbintime_t now; /* Last tick time. */ member
138 sbintime_t now; in hardclockintr() local
156 handleevents(sbintime_t now, int fake) in handleevents()
301 sbintime_t now; local
376 loadtimer(sbintime_t now, int start)
443 sbintime_t now; local
479 sbintime_t now, next; local
758 sbintime_t now, t; local
791 sbintime_t now; local
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c104 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 Dtimer.cpp164 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 Ddns.c78 store_rrsets(struct module_env* env, struct reply_info* rep, time_t now, in store_rrsets()
220 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront, in find_closest_of_type()
289 struct dns_msg* msg, time_t now) in addr_to_additional()
303 uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr) in msg_cache_lookup()
328 struct regional* region, struct delegpt* dp, time_t now, in find_add_addrs()
394 time_t now = *env->now; in cache_fill_missing() local
455 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds()
525 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_authadd()
538 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_ansadd()
552 struct regional* region, struct dns_msg** msg, time_t now, in dns_cache_find_delegation()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dclock.c95 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/ntp/ntpd/
H A Dntp_util.c590 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/wpa/wpa_supplicant/
H A Dbssid_ignore.c68 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 Drpc_com.h58 #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/sendmail/src/
H A Dratectrl.c83 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 Ddelay.c53 uint64_t end, now; in delay_tsc() local
74 uint64_t end, freq, now; in delay_tc() local
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h51 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/usr.sbin/mfiutil/
H A Dmfi_patrol.c44 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/crypto/krb5/src/lib/krb5/os/
H A Dc_ustime.c79 struct time_now now; in k5_us_timeofday() local
96 struct time_now now; in krb5_crypto_us_timeofday() local
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c693 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/rtsold/
H A Ddump.c62 struct timespec now; in rtsold_dump() local
164 struct timespec now; in sec2str() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c87 time_t now, t; in test_newer_time_str() local
175 time_t now, t; in test_newer_time_str_w() local
554 time_t now, t; in test_older_time_str() local
644 time_t now, t; in test_older_time_str_w() local
/freebsd/usr.sbin/rtadvd/
H A Dtimer.c157 struct timespec now; in rtadvd_check_timer() local
187 struct timespec now; in rtadvd_set_timer() local
/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.c41 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/crypto/openssh/
H A Dsrclimit.c215 expire_penalties_from_tree(double now, const char *t, in expire_penalties_from_tree()
237 expire_penalties(double now) in expire_penalties()
263 double now; in srclimit_penalty_check_allow() local
350 double now; in srclimit_penalise() local
479 double now; in srclimit_penalty_info_for_tree() local
/freebsd/lib/libc/tests/gen/
H A Dfts_regress_test.c134 struct timespec start, now, elapsed; in ATF_TC_BODY() local
232 struct timespec start, now, elapsed; in ATF_TC_BODY() local
280 struct timespec start, now, elapsed; in ATF_TC_BODY() local
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c92 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/sys/amd64/vmm/io/
H A Dvhpet.c153 sbintime_t now, delta; in vhpet_counter() local
283 sbintime_t now; in vhpet_handler() local
317 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) in vhpet_stop_timer()
338 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) in vhpet_start_timer()
377 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) in vhpet_stop_counting()
478 sbintime_t now, *nowptr; in vhpet_mmio_write() local
/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Drc_file2.c129 expired(uint32_t timestamp, uint32_t now, uint32_t skew) in expired()
137 store(krb5_context context, int fd, const uint8_t tag[TAG_LEN], uint32_t now, in store()
204 krb5_timestamp now; in k5_rcfile2_store() local
/freebsd/bin/pax/
H A Dar_subs.c72 time_t now; in list() local
152 time_t now; in extract() local
358 time_t now; in wr_archive() local

12345678910>>...27