Home
last modified time | relevance | path

Searched refs:now (Results 226 – 250 of 620) sorted by relevance

12345678910>>...25

/dragonfly/sys/dev/drm/
H A Ddrm_syncobj.c812 ktime_t abs_timeout, now;
820 now = ktime_get();
822 if (!ktime_after(abs_timeout, now))
825 timeout_ns = ktime_to_ns(ktime_sub(abs_timeout, now));
/dragonfly/tools/tools/net80211/w00t/ap/
H A Dap.c791 struct timeval to, now; in next_event() local
798 if (gettimeofday(&now, NULL) == -1) in next_event()
802 el = elapsed(&p->blast, &now); in next_event()
813 el = elapsed(&p->plast, &now); in next_event()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dshared_mutex384 return try_lock_until(__clock_t::now() + __rel_time);
397 return try_lock_shared_until(__clock_t::now() + __rel_time);
432 const typename _Clock::time_point __c_entry = _Clock::now();
433 const __clock_t::time_point __s_entry = __clock_t::now();
485 const typename _Clock::time_point __c_entry = _Clock::now();
486 const __clock_t::time_point __s_entry = __clock_t::now();
/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib.c674 time_t now; in rad_continue_send_request() local
706 now = time(NULL); in rad_continue_send_request()
711 h->servers[h->srv].next_probe = now + in rad_continue_send_request()
721 h->servers[h->srv].next_probe <= now) { in rad_continue_send_request()
976 time_t now; in rad_init_send_request() local
1031 now = time(NULL); in rad_init_send_request()
1039 h->servers[srv].next_probe <= now) { in rad_init_send_request()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1172 int now = -1; in read_SGR() local
1213 ++now; in read_SGR()
1214 result->nparam = (now + 1); in read_SGR()
1217 result->params[now] = (result->params[now] * 10) + (ch - '0'); in read_SGR()
1221 ++now; in read_SGR()
1222 result->nparam = (now + 1); in read_SGR()
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h54 int elapsed(struct timeval *past, struct timeval *now);
/dragonfly/crypto/libressl/
H A DChangeLog265 are now opaque as they are in OpenSSL 1.1:
318 - tlsext_tick_lifetime_hint is now an uint32_t
1484 now created by CBB.
1921 verification is now always enabled.
1970 * libtls now supports ALPN and SNI
1975 * libtls now handles 4 cipher suite groups:
2097 IETF version, which is now the default.
2191 now checks if the host OS supports 64-bit time_t.
2220 * SSLv3 is now permanently removed from the tree.
2404 * Libtls is now built by default. The --enable-libtls
[all …]
/dragonfly/libexec/dma/
H A DREADME.DRAGONFLY4 While dma originated on DragonFly, the official repository is now
/dragonfly/usr.bin/mail/
H A Dnames.c281 time_t now; in outof() local
287 time(&now); in outof()
288 date = ctime(&now); in outof()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_lib.c265 time_t now = time(NULL); in tls13_phh_limit_check() local
267 if (ctx->phh_last_seen > now - TLS13_PHH_LIMIT_TIME) { in tls13_phh_limit_check()
273 ctx->phh_last_seen = now; in tls13_phh_limit_check()
/dragonfly/sys/dev/disk/sym/
H A DREADME.sym66 changes between versions. These informations are now available
75 As a result, this file is now under reconstruction. :-)
/dragonfly/contrib/lvm2/dist/
H A Dlvm2netbsd116 echo You can import now. Use the following command:
/dragonfly/tools/regression/bin/sh/builtins/
H A Dfc1.015 # Read error message, shell will read new input now
H A Dfc2.016 # Read error message, shell will read new input now
/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c738 struct timeval now, wait; in wait_for_reply() local
747 gettimeofday(&now, NULL); in wait_for_reply()
748 wait.tv_sec = (sent->tv_sec + waittime) - now.tv_sec; in wait_for_reply()
749 wait.tv_usec = sent->tv_usec - now.tv_usec; in wait_for_reply()
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_client_ocsp.c127 struct os_time now; in tls_process_ocsp_single_response() local
257 os_get_time(&now); in tls_process_ocsp_single_response()
268 if ((unsigned long) now.sec < (unsigned long) update) { in tls_process_ocsp_single_response()
293 if ((unsigned long) now.sec > (unsigned long) update) { in tls_process_ocsp_single_response()
H A Dtlsv1_client_write.c48 struct os_time now; in tls_send_client_hello() local
74 os_get_time(&now); in tls_send_client_hello()
76 now.sec = 0xfffefdfc; in tls_send_client_hello()
78 WPA_PUT_BE32(conn->client_random, now.sec); in tls_send_client_hello()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.c245 struct os_time now; in wpa_get_ntp_timestamp() local
250 os_get_time(&now); in wpa_get_ntp_timestamp()
251 sec = now.sec + 2208988800U; /* Epoch to 1900 */ in wpa_get_ntp_timestamp()
253 usec = now.usec; in wpa_get_ntp_timestamp()
/dragonfly/sbin/routed/
H A Dtrace.c154 if (lastlog_time.tv_sec != now.tv_sec in lastlog()
155 || lastlog_time.tv_usec != now.tv_usec) { in lastlog()
156 fprintf(ftrace, "-- %s --\n", ts(now.tv_sec)); in lastlog()
157 lastlog_time = now; in lastlog()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c181 time_t now = time((time_t *) 0); in cache_expired() local
183 if (now > my_time) { in cache_expired()
/dragonfly/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c271 time_t now = time(NULL); in print_rtmsg() local
272 char *cnow = ctime(&now); in print_rtmsg()
/dragonfly/usr.sbin/zic/
H A Dzdump.c215 time_t now; in main() local
297 time(&now); in main()
327 show(argv[i], now, FALSE); in main()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c1866 struct timeval now, age; in ng_ppp_frag_checkstale() local
1873 now.tv_sec = 0; /* uninitialized state */ in ng_ppp_frag_checkstale()
1900 if (now.tv_sec == 0) in ng_ppp_frag_checkstale()
1901 getmicrouptime(&now); in ng_ppp_frag_checkstale()
1904 age = now; in ng_ppp_frag_checkstale()
2239 struct timeval now; in ng_ppp_mp_strategy() local
2249 getmicrouptime(&now); in ng_ppp_mp_strategy()
2268 diff = now; in ng_ppp_mp_strategy()
2272 alink->lastWrite = now; in ng_ppp_mp_strategy()
2274 if (now.tv_sec < 0 || diff.tv_sec >= 10) { /* sanity */ in ng_ppp_mp_strategy()
/dragonfly/usr.bin/finger/
H A Dutil.c300 w->idletime = now < touched ? 0 : now - touched; in find_idle_and_ttywrite()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgnu.texi12 kernel Linux, are now widely used; though these systems are often

12345678910>>...25