Home
last modified time | relevance | path

Searched refs:now (Results 251 – 275 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_vblank.h172 ktime_t *now);
/dragonfly/sys/opencrypto/
H A Dcrypto.c1020 struct timespec now, t; in crypto_tstat() local
1022 nanouptime(&now); in crypto_tstat()
1023 t.tv_sec = now.tv_sec - tv->tv_sec; in crypto_tstat()
1024 t.tv_nsec = now.tv_nsec - tv->tv_nsec; in crypto_tstat()
1036 *tv = now; in crypto_tstat()
/dragonfly/usr.bin/at/
H A Dat.c628 time_t now; in ttime() local
637 now = tv[0].tv_sec; in ttime()
638 if ((t = localtime(&now)) == NULL) in ttime()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A DTODO10 External code now uses ng_send_fn to inject data into Netgraph, so
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dtlsv1_server_write.c46 struct os_time now; in tls_write_server_hello() local
55 os_get_time(&now); in tls_write_server_hello()
57 now.sec = 0xfffefdfc; in tls_write_server_hello()
59 WPA_PUT_BE32(conn->server_random, now.sec); in tls_write_server_hello()
/dragonfly/crypto/openssh/
H A Dserverloop.c255 time_t now = monotime(); in wait_until_can_do_something() local
262 options.client_alive_interval <= now)) { in wait_until_can_do_something()
264 last_client_time = now; in wait_until_can_do_something()
266 last_client_time = now; in wait_until_can_do_something()
H A Dsshd.c855 time_t now; local
857 now = monotime();
865 fmt_timeframe(now - first_drop), ndropped);
875 first_drop = now;
877 } else if (last_drop + SSHD_MAXSTARTUPS_LOG_INTERVAL < now) {
881 fmt_timeframe(now - first_drop), ndropped + 1);
884 last_drop = now;
/dragonfly/contrib/dhcpcd/src/
H A Dipv6nd.c1743 struct timespec now; in ipv6nd_env() local
1746 clock_gettime(CLOCK_MONOTONIC, &now); in ipv6nd_env()
1759 (long long)now.tv_sec) == -1) in ipv6nd_env()
1864 struct timespec now; in ipv6nd_expirera() local
1881 clock_gettime(CLOCK_MONOTONIC, &now); in ipv6nd_expirera()
1890 elapsed = (uint32_t)eloop_timespec_diff(&now, in ipv6nd_expirera()
1919 elapsed = (uint32_t)eloop_timespec_diff(&now, in ipv6nd_expirera()
1950 elapsed = (uint32_t)eloop_timespec_diff(&now, in ipv6nd_expirera()
1960 elapsed = (uint32_t)eloop_timespec_diff(&now, in ipv6nd_expirera()
/dragonfly/games/quiz/datfiles/
H A Dposneg38 always|sometimes|now:never|sometimes
/dragonfly/sbin/newfs_msdos/
H A Dmkfs_msdos.c247 time_t now; in mkfs_msdos() local
614 tv.tv_sec = now = o.timestamp; in mkfs_msdos()
616 tm = gmtime(&now); in mkfs_msdos()
619 now = tv.tv_sec; in mkfs_msdos()
620 tm = localtime(&now); in mkfs_msdos()
/dragonfly/usr.bin/calendar/
H A Dparsedata.c691 time_t now; in parse_date() local
695 now = time(NULL); in parse_date()
697 localtime_r(&now, &tm); in parse_date()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_query_ap.c79 struct os_reltime now, res; in ms_from_time() local
81 os_get_reltime(&now); in ms_from_time()
82 os_reltime_sub(&now, last, &res); in ms_from_time()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dnotify.c569 struct os_time now; in wpas_notify_resume() local
576 os_get_time(&now); in wpas_notify_resume()
577 slept = now.sec - global->suspend_time.sec; in wpas_notify_resume()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c346 struct timeval now, delay; in query_loop() local
458 if (gettimeofday(&now, 0) < 0) { in query_loop()
462 if (sent.tv_sec + wtime <= now.tv_sec) in query_loop()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A DTODO11 It is a bit ugly now. Probably need a better way to discover
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c843 static time_t now; variable
916 (void)time(&now); in logmsg()
918 timestamp = ctime(&now) + 4; in logmsg()
1002 if ((flags & MARK) && (now - f->f_time) < MarkInterval / 2) in logmsg()
1016 f->f_prevcount, (long)(now - f->f_time), in logmsg()
1024 if (now > REPEATTIME(f)) { in logmsg()
1174 f->f_time = now; in fprintlog()
2051 now = time(NULL); in markit()
2060 if (f->f_prevcount && now >= REPEATTIME(f)) { in markit()
/dragonfly/usr.bin/fetch/
H A Dfetch.c294 struct timeval now; in stat_display() local
302 gettimeofday(&now, NULL); in stat_display()
303 if (!force && now.tv_sec <= xs->last.tv_sec) in stat_display()
306 xs->last = now; in stat_display()
/dragonfly/sys/kern/
H A Dkern_time.c1211 int now; in ppsratecheck() local
1218 now = ticks; in ppsratecheck()
1219 if (lasttime->tv_sec == 0 || (u_int)(now - lasttime->tv_sec) >= hz) { in ppsratecheck()
1220 lasttime->tv_sec = now; in ppsratecheck()
/dragonfly/usr.bin/ctags/test/
H A Dctags.test7 * now is the time for a comment.
/dragonfly/usr.bin/find/
H A Dextern.h119 extern time_t now;
H A Dfunction.c250 COMPARE((now - entry->fts_statp->st_ctime + in f_Xmin()
253 COMPARE((now - entry->fts_statp->st_atime + in f_Xmin()
256 COMPARE((now - entry->fts_statp->st_mtime + in f_Xmin()
301 COMPARE(now - xtime, plan->t_data.tv_sec); in f_Xtime()
303 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec); in f_Xtime()
/dragonfly/contrib/tcpdump/
H A DCHANGES347 MPLS: "length" is now the *remaining* packet length
534 RPKI-RTR (RFC6810) is now official (TCP Port 323)
959 ICMP types/codes now accept symbolic names.
962 now we are -Wstrict-prototype clean.
981 HP-UX can now handle large number of PPAs.
1536 - TFTP packets are now printed (requests only).
1538 - BOOTP packets are now printed.
1542 - Sparc architectures, including the Sparcstation-1, are now
1545 - SunOS 4 is now supported thanks to Micky Liu of Columbia
1548 - IP options are now printed.
[all …]
/dragonfly/contrib/mdocml/
H A Dmdoc_man.c979 enum roff_tok bef, now; in post_bd() local
985 now = n->norm->Bd.type == DISP_unfilled || in post_bd()
988 now = ROFF_nf; in post_bd()
990 now = ROFF_fi; in post_bd()
992 now = n->last->flags & NODE_NOFILL ? ROFF_nf : ROFF_fi; in post_bd()
993 if (bef != now) { in post_bd()
/dragonfly/contrib/dialog/
H A Dtimebox.c412 time_t now = time((time_t *) 0); in dialog_timebox() local
413 struct tm *parts = localtime(&now); in dialog_timebox()
/dragonfly/dports.base/
H A DREADME.dports.base20 Our Makefile system for building the world is now able to build these ports

1...<<11121314151617181920>>...25