Home
last modified time | relevance | path

Searched refs:now (Results 1 – 25 of 1460) sorted by last modified time

12345678910>>...59

/freebsd/contrib/one-true-awk/
H A DChangeLog139 it extracts is now called 'testdir' to match what's in top-level
/freebsd/contrib/ldns/
H A Dresolver.c1233 struct timeval now; in ldns_resolver_prepare_query_pkt() local
1322 now.tv_sec = time(NULL); in ldns_resolver_prepare_query_pkt()
1323 now.tv_usec = 0; in ldns_resolver_prepare_query_pkt()
1324 ldns_pkt_set_timestamp(*query_pkt, now); in ldns_resolver_prepare_query_pkt()
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c1026 sbintime_t now; in nvme_qpair_timeout() local
1087 now = getsbinuptime(); in nvme_qpair_timeout()
1098 if (now > tr->deadline) { in nvme_qpair_timeout()
/freebsd/share/misc/
H A Dusb_vendors3732 04a5 Acer Peripherals Inc. (now BenQ Corp.)
H A Dpci_vendors14683 # now owned by Microchip Technology
17082 # This is probably more likely a HW fault, but I am keeping it for now --mj
20198 # now owned by CSP, Inc.
21551 # old ID, now 1059
21860 # now NVIDIA
24585 # nee Bigfoot Networks, now owned by Intel
24887 # now owned by HGST (a Western Digital subsidiary)
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c2353 struct timespec now; in tmpfs_itimes() local
2362 vfs_timestamp(&now); in tmpfs_itimes()
2366 acc = &now; in tmpfs_itimes()
2371 mod = &now; in tmpfs_itimes()
2375 node->tn_ctime = now; in tmpfs_itimes()
/freebsd/contrib/bmake/mk/
H A DChangeLog158 Use -Wl for -soname since we now default to linking with CC
510 * meta.autodep.mk: we can now reference ${.SUFFIXES}
1758 o dirdeps.mk now fully supports TARGET_SPEC consisting of more
2347 * warnings.mk: overhauled, now very powerful.
2385 destination .mk files. Also now possible to play games with
H A Ddirdeps.mk897 .error You should have stopped recursing by now.
/freebsd/contrib/bmake/
H A DChangeLog1895 o Lst_Find now takes boolean match function
2016 we just want to check parsing (for now).
3407 o unit-tests/modts now works on MirBSD
3486 o meta.c use curdir[] now exported by main.c
3968 o shell definition now covers newline - rillig
4206 - CompatRunCommand now prints the command that failed.
4222 Also compat mode now uses the same shell specs.
4262 Pick up fixes for const-correctness, now passes WARNS=3 on
4373 Code is ansi-C only now.
4440 var.c: most of Var* functions now take a ctxt as 1st arg.
[all …]
H A Djob.c1277 times.actime = now; in TouchRegular()
1278 times.modtime = now; in TouchRegular()
H A Dmain.c126 time_t now; /* Time at start of make */ variable
1480 (void)time(&now); in main_Init()
H A Dmake.h619 extern time_t now;
/freebsd/
H A DObsoleteFiles.inc965 # 20231005: Remove man page link for now gone net80211 function.
1476 # 20230505: md5 tests are now self-contained
15282 # 20120530: kde pam lives now in ports
/freebsd/usr.bin/grdc/
H A Dgrdc.c30 static struct timespec now; variable
148 clock_gettime(CLOCK_REALTIME_FAST, &now); in main()
149 prev_sec = now.tv_sec; in main()
151 end = now; in main()
157 tm = localtime(&now.tv_sec); in main()
173 n = end.tv_sec - now.tv_sec; in main()
220 clock_gettime(CLOCK_REALTIME_FAST, &now); in main()
221 if (now.tv_sec == prev_sec) { in main()
230 clock_gettime(CLOCK_REALTIME_FAST, &now); in main()
232 n -= now.tv_sec - prev_sec; in main()
[all …]
/freebsd/sys/netinet/
H A Dsctputil.c1049 struct timeval now; in sctp_select_a_tag() local
1052 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
1060 if (!check || sctp_is_vtag_good(x, lport, rport, &now)) { in sctp_select_a_tag()
2925 struct timeval now; in sctp_calculate_rto() local
2936 (void)SCTP_GETPTIME_TIMEVAL(&now); in sctp_calculate_rto()
2938 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
2940 if ((old->tv_sec > now.tv_sec) || in sctp_calculate_rto()
2941 ((old->tv_sec == now.tv_sec) && (old->tv_usec > now.tv_usec))) { in sctp_calculate_rto()
2945 timevalsub(&now, old); in sctp_calculate_rto()
2946 rtt_us = (uint64_t)1000000 * (uint64_t)now.tv_sec + (uint64_t)now.tv_usec; in sctp_calculate_rto()
[all …]
H A Dsctp_input.c1125 struct timeval now; in sctp_handle_error() local
1140 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_error()
1141 timevalsub(&now, &asoc->time_entered); in sctp_handle_error()
1142 stale_time = (uint64_t)1000000 * (uint64_t)now.tv_sec + (uint64_t)now.tv_usec; in sctp_handle_error()
2255 struct timeval now; in sctp_handle_cookie_echo() local
2404 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_handle_cookie_echo()
2405 if (timevalcmp(&now, &time_entered, <)) { in sctp_handle_cookie_echo()
2415 if (timevalcmp(&now, &time_expires, >)) { in sctp_handle_cookie_echo()
2433 diff = now; in sctp_handle_cookie_echo()
H A Dsctp_output.c5515 struct timeval now; in sctp_send_initiate_ack() local
6826 struct timeval now; in sctp_sendall_iterator() local
8211 net->last_sent_time = *now; in sctp_med_chunk_output()
8499 net->last_sent_time = *now; in sctp_med_chunk_output()
8847 net->last_sent_time = *now; in sctp_med_chunk_output()
8911 *now = asoc->time_last_sent; in sctp_med_chunk_output()
9889 *now = asoc->time_last_sent; in sctp_chunk_retransmission()
9892 asoc->time_last_sent = *now; in sctp_chunk_retransmission()
10048 struct timeval now; in sctp_chunk_output() local
11377 struct timeval now; in sctp_send_hb() local
[all …]
H A Dsctp_pcb.c4544 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport, time_t now) in sctp_is_in_timewait() argument
4554 if ((twait_block->vtag_block[i].tv_sec_at_expire >= now) && in sctp_is_in_timewait()
4580 struct timeval now; in sctp_add_vtag_to_timewait() local
4586 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_add_vtag_to_timewait()
4587 time = now.tv_sec + SCTP_BASE_SYSCTL(sctp_vtag_time_wait); in sctp_add_vtag_to_timewait()
4599 (twait_block->vtag_block[i].tv_sec_at_expire < now.tv_sec)) { in sctp_add_vtag_to_timewait()
6718 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now) in sctp_is_vtag_good() argument
6748 return (!sctp_is_in_timewait(tag, lport, rport, now->tv_sec)); in sctp_is_vtag_good()
/freebsd/libexec/tftpd/
H A Dtftpd.c801 time_t now; in tftp_xmitfile() local
805 now = time(NULL); in tftp_xmitfile()
815 (intmax_t)ts.amount, (intmax_t)time(NULL) - now); in tftp_xmitfile()
/freebsd/contrib/unbound/util/
H A Dmodule.h496 time_t* now; member
H A Dnetevent.c152 struct timeval now; member
209 b->eb->base = ub_default_event_base(sigs, &b->eb->secs, &b->eb->now); in comm_base_create()
275 *tv = &b->eb->now; in comm_base_timept()
/freebsd/contrib/unbound/validator/
H A Dval_utils.c664 *env->now); in val_verify_new_DNSKEYs()
670 *env->now); in val_verify_new_DNSKEYs()
674 BOGUS_KEY_TTL, *reason_bogus, *reason, *env->now); in val_verify_new_DNSKEYs()
835 downprot?sigalg:NULL, LDNS_EDE_NONE, NULL, *env->now); in val_verify_new_DNSKEYs_with_ta()
841 *env->now); in val_verify_new_DNSKEYs_with_ta()
845 BOGUS_KEY_TTL, *reason_bogus, *reason, *env->now); in val_verify_new_DNSKEYs_with_ta()
1151 rrset_update_sec_status(r, rep->rrsets[i], *env->now); in val_mark_indeterminate()
1168 rrset_update_sec_status(r, rep->rrsets[i], *env->now); in val_mark_insecure()
1268 *env->now, 0); in val_find_DS()
1272 rrset, region, *env->now); in val_find_DS()
[all …]
H A Dvalidator.c991 env->alloc, *env->now); in validate_positive_response()
2688 *qstate->env->now); in primeResponseToKE()
2692 *qstate->env->now); in primeResponseToKE()
2725 *qstate->env->now); in primeResponseToKE()
2729 *qstate->env->now); in primeResponseToKE()
2819 *qstate->env->now); in ds_response_to_ke()
2827 NULL, LDNS_EDE_NONE, NULL, *qstate->env->now); in ds_response_to_ke()
2861 *qstate->env->now); in ds_response_to_ke()
2902 *qstate->env->now); in ds_response_to_ke()
2985 reason_bogus, reason, *qstate->env->now); in ds_response_to_ke()
[all …]
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h330 struct comm_reply* repinfo, time_t now, struct regional* region);
/freebsd/contrib/unbound/services/
H A Dmesh.c321 time_t timenow = *qstate->env->now; in mesh_serve_expired_lookup()
534 infra_wait_limit_inc(mesh->env->infra_cache, rep, *mesh->env->now, in mesh_new_client()
923 mstate->s.qstarttime = *env->now; in mesh_state_create()

12345678910>>...59