Searched refs:now (Results 276 - 300 of 555) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c92 SCTPDBG(SCTP_DEBUG_TIMER4, "Error count for %p now %d thresh:%d\n",
140 SCTPDBG(SCTP_DEBUG_TIMER4, "Overall error count for %p now %d thresh:%u state:%x\n",
479 struct timeval now, min_wait, tv; local
489 /* none in flight now */
496 (void)SCTP_GETTIME_TIMEVAL(&now);
510 min_wait = now;
522 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME);
603 if (timevalcmp(&now, &chk->rec.data.timetodrop, >)) {
832 struct timeval now; local
[all...]
H A Dip_mroute.c1603 struct timeval now; local
1605 microtime(&now);
1608 bw_meter_receive_packet(x, plen, &now);
1766 struct timeval now; local
1817 microtime(&now);
1818 x->bm_start_time = now;
1831 schedule_bw_meter(x, &now);
1963 * scanning for "<=" type of bw_meter entries, so test now
2024 * If there are too many pending upcalls, deliver them now
2188 * Process all "<=" type of bw_meter that should be processed now,
2201 struct timeval now, process_endtime; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c329 isc_stdtime_t now; local
393 isc_stdtime_get(&now);
405 if ((sent + CLOCKSKEW) < now || (sent - CLOCKSKEW) > now) {
418 now > exp) {
426 isccc_cc_cleansymtab(listener->controls->symtab, now);
427 result = isccc_cc_checkdup(listener->controls->symtab, request, now);
451 result = isccc_cc_createresponse(request, now, now + 60, &response);
944 * (b) It had an automagic key and now ha
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_context.c341 krb5_timestamp now; local
348 ret = krb5_timeofday(context, &now);
387 skew = abs(time - now);
/freebsd-9.3-release/sys/dev/flash/
H A Dat45d.c165 struct timeval now, tout; local
171 getmicrouptime(&now);
172 if (now.tv_sec > tout.tv_sec)
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c736 struct timespec ts, now, last_print; local
750 now = last_print;
786 clock_gettime(CLOCK_REALTIME_PRECISE, &now);
789 ts.tv_sec = now.tv_sec - ts.tv_sec;
790 ts.tv_nsec = now.tv_nsec - ts.tv_nsec;
807 ts.tv_sec = now.tv_sec - last_print.tv_sec;
808 ts.tv_nsec = now.tv_nsec - last_print.tv_nsec;
819 last_print = now;
1395 struct timeval now, delta; local
1402 gettimeofday(&now, NUL
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c568 time_t now; local
574 (void)time(&now);
575 fprintf(fo, "From %s %s", myname, ctime(&now));
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c86 struct timeval tout, now; local
134 (void)gettimeofday(&now, (struct timezone*)0);
135 return (sec - now.tv_sec);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_shm.c402 time_t now; local
404 time(&now);
405 shm_stat->tvc.tv_sec = now;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddnssec.h191 dns_dnssec_keyactive(dst_key_t *key, isc_stdtime_t now);
195 * in 'now' (i.e., if the activation date has passed, inactivation or
H A Drrl.h267 dns_name_t *qname, isc_result_t resp_result, isc_stdtime_t now,
/freebsd-9.3-release/contrib/bmake/
H A Darch.c421 * Must contain dynamic sources, so we can't deal with it now.
507 * If substituted libName, free it now, since we need it no longer.
1052 snprintf(arh.AR_DATE, sizeof(arh.AR_DATE), "%-12ld", (long) now);
1074 * member are set to 'now'.
1091 snprintf(arh.AR_DATE, sizeof(arh.AR_DATE), "%-12ld", (long) now);
1097 times.actime = times.modtime = now;
1297 (gn->mtime > now) ||
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_common.c245 struct os_time now; local
246 os_get_time(&now);
247 val = os_random() ^ now.sec ^ now.usec;
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcstime.c85 str2time_checked(source, now(),
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Drtld_start.S119 leaq (,%rsi,8),%rsi # now 8, for 24 (sizeof Elf_Rela)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_pool.h161 const char *tag, uint64_t now, dmu_tx_t *tx);
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt72 Especially with revision 2 or higher f/w, this is now best
136 There now is apparently a source for little connector boards
295 I would call this the best configuration available now. It can expand
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_ev.c394 clock_t now; local
401 now = ticks;
402 if (now - sc->ev_stats_update_time < hz)
405 sc->ev_stats_update_time = now;
481 /* We may not be calling efx_ev_qmoderate() now,
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_krpc.c397 time_t now; local
402 now = time_uptime;
403 if (nf->nf_lastmsg + nmp->nm_tprintf_delay < now) {
407 nf->nf_lastmsg = now;
460 * XXX if not already connected call nfs_connect now. Longer
611 * Skip wcc data on non-ENOENT NFS errors for now.
/freebsd-9.3-release/usr.bin/make/
H A Darch.c365 * deal with it now.
459 * If substituted libName, free it now, since we need it no longer.
998 ArchArchiveTouch(ar, (int64_t)now);
1014 * member are set to 'now'.
1026 ArchArchiveTouch(ar, (int64_t)now);
1029 times.actime = times.modtime = now;
1204 if (gn->mtime > now || gn->mtime < gn->cmtime) {
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c355 struct timeval now; local
357 gettimeofday(&now, NULL);
358 if (now.tv_sec > tried_devd.tv_sec + DEVD_RETRY_INTERVAL) {
364 tried_devd = now;
694 printf("now operating on %s power; "
713 printf("now operating on %s power; "
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmaster.c744 struct timeval now, tmptv; local
758 (void)gettimeofday(&now, 0);
759 if (now.tv_sec >= fromnet->slvwait.tv_sec+3
760 || now.tv_sec < fromnet->slvwait.tv_sec) {
/freebsd-9.3-release/sbin/routed/
H A Dinput.c159 aifp->int_act_time = now.tv_sec;
220 aifp->int_act_time = now.tv_sec;
522 aifp->int_act_time = now.tv_sec;
752 new.rts_time = now.tv_sec;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dkssl.c1959 krb5_timestamp start, now; local
1966 if ((rc = krb5_timeofday(context, &now)))
1970 if (atime && labs(atime - now) >= skew)
1977 if (start - now > skew)
1979 if ((now - ttimes->endtime) > skew)
1984 start, atime, now, skew, ttimes->endtime);
2023 time_t now, tl, tg, tr, tz_offset; local
2132 now = time(&now);
2133 tm_l = localtime(&now);
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dtimebox.c400 time_t now = time((time_t *) 0); local
401 struct tm *parts = localtime(&now);

Completed in 204 milliseconds

<<11121314151617181920>>