Searched refs:now (Results 501 - 525 of 672) sorted by relevance

<<21222324252627

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dctrl_iface_ap.c695 struct os_reltime now; local
698 os_reltime_age(&iface->dfs_cac_start, &now);
699 left_time = iface->dfs_cac_ms / 1000 - now.sec;
H A Dieee802_11_shared.c29 struct os_reltime now, passed; local
34 os_get_reltime(&now);
35 os_reltime_sub(&now, &sta->sa_query_start, &passed);
H A Dsta_info.c449 * but do not disconnect the station now.
1103 struct os_reltime now, passed; local
1104 os_get_reltime(&now);
1105 os_reltime_sub(&now, &sta->sa_query_start, &passed);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c629 "for now-authenticated peer " MACSTR, MAC2STR(peer->addr));
860 struct os_reltime now, diff; local
861 os_get_reltime(&now);
862 os_reltime_sub(&now, &peer->own_auth_tx, &diff);
892 /* reply with an Authentication frame now, before sending an EAPOL */
H A Dsme.c1671 * kernel IE splitting functionality when RIC is used. For now,
1887 * For now, unconditionally terminate the previous authentication. In
1923 * state. For now, force the state to be cleared to avoid
2081 * country info. Right now the operating class of the BSS channel
2304 struct os_reltime now, passed; local
2305 os_get_reltime(&now);
2306 os_reltime_sub(&now, &wpa_s->sme.sa_query_start, &passed);
2423 struct os_reltime now; local
2438 os_get_reltime(&now);
2440 !os_reltime_expired(&now,
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defsys.h1052 clock_t now; \
1054 now = ticks; \
1055 *(_usp) = now * hz / 1000000; \
/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c1003 struct timespec now; local
1127 if (clock_gettime(CLOCK_REALTIME, &now) != 0)
1129 seed = now.tv_nsec % 10000;
/freebsd-11-stable/sys/geom/
H A Dgeom_disk.c227 struct bintime now; local
234 binuptime(&now);
248 devstat_end_transaction_bio_bt(sc->d_devstat, bp, &now);
/freebsd-11-stable/sys/rpc/
H A Dclnt_dg.c191 struct timeval now; local
248 (void) getmicrotime(&now);
250 newxid = __RPC_GETXID(&now) & 0xfffffff;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp181 u64 now = NanoTime(); local
185 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
215 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp719 std::chrono::system_clock::now().time_since_epoch().count() + GetPid();
742 // for now.
776 auto StartTime = system_clock::now();
780 auto StopTime = system_clock::now();
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c690 timeval_delta(struct timeval *prev, struct timeval *now) argument
693 n1 = now->tv_sec * 1000000 + now->tv_usec;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c369 * The nodes must not have any associated vnodes by now as they should be
487 timestruc_t now; local
506 * We live in the now (for atime).
508 gethrestime(&now);
509 vap->va_atime = now;
1220 * We can vput the vnode as we can now depend on the reference owned
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c282 time_t now; local
289 time(&now);
290 tp = localtime(&now);
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c346 ** want to make connections now, just mark these
505 time_t now; local
510 now = curtime();
513 e->e_dtime = now;
518 ee->e_dtime = now;
554 ** If we belong in background, fork now.
613 /* now drop the envelope in the parent */
640 ** close the maps now so the child will dynamically open
823 ** Don't attempt deliveries if we want to bounce now
874 /* now unloc
4449 time_t now = curtime(); local
6010 time_t now; local
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dx509v3.c2065 struct os_time now; local
2070 os_get_time(&now);
2081 ((unsigned long) now.sec <
2083 (unsigned long) now.sec >
2086 "(now=%lu not_before=%lu not_after=%lu)",
2087 now.sec, cert->not_before, cert->not_after);
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c1785 struct timespec now; local
1794 vfs_timestamp(&now);
1798 acc = &now;
1803 mod = &now;
1807 node->tn_ctime = now;
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c828 "I/O requests for %s exist, can't destroy it now.",
834 "I/O requests for %s in queue, can't destroy it now.",
1332 * Right now we just put them all back on the queue
1503 struct timeval now, t; local
1527 getmicrouptime(&now);
1528 t = now;
1535 timevalsub(&t, &now);
1574 getmicrouptime(&now);
1575 if (timevalcmp(&t, &now, <= )) {
1577 vol->v_last_done = now;
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1360 time_t now = time(NULL); local
1361 if (filet < now - 10 || filet > now + 1) {
1364 pathname, type, filet, now - filet);
2863 time_t now; local
3088 now = time(NULL);
3092 localtime(&now));
/freebsd-11-stable/sys/netipsec/
H A Dkey.c4300 key_flush_spd(time_t now) argument
4314 now - sp->created > sp->lifetime) ||
4316 now - sp->lastused > sp->validtime)) {
4357 key_flush_sad(time_t now) argument
4381 if (now - sav->created < V_key_larval_lifetime)
4408 now - sav->created > sav->lft_h->addtime) ||
4410 now - sav->firstused > sav->lft_h->usetime) ||
4421 now - sav->created > sav->lft_s->addtime) ||
4423 now - sav->firstused > sav->lft_s->usetime) ||
4555 key_flush_acq(time_t now) argument
4576 key_flush_spacq(time_t now) argument
4603 time_t now = time_second; local
[all...]
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk161 # it should be set by sys.mk or similar by now.
252 # by now _DEP_TARGET_SPEC should be set, parse it.
504 # pickup local dependencies now
558 # qualify everything now
654 .error You should have stopped recursing by now.
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk190 # it should be set by sys.mk or similar by now.
291 # by now _DEP_TARGET_SPEC should be set, parse it.
572 # pickup local dependencies now
626 # qualify everything now
741 .error You should have stopped recursing by now.
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c738 /* A name may now exist somewhere between 'line' and 'eol'.
1741 bfd_size_type now;
1744 now = 8192;
1746 now = left;
1749 off, now))
1755 left -= now;
1756 off += now;
2330 do not keep on generating complaints now. */
2613 /* We can get away with setting the section contents now because
1739 bfd_size_type now; local
/freebsd-11-stable/sys/netinet/
H A Dsctp_cc_functions.c1522 struct timeval *now SCTP_UNUSED)
1665 /* now where are we */
1923 uint32_t now = sctp_get_tick_count(); local
1935 net->cc_mod.htcp_ca.lasttime = now;
1941 (now - net->cc_mod.htcp_ca.lasttime >= net->cc_mod.htcp_ca.minRTT) &&
1943 uint32_t cur_Bi = net->cc_mod.htcp_ca.bytecount / net->mtu * hz / (now - net->cc_mod.htcp_ca.lasttime);
1956 net->cc_mod.htcp_ca.lasttime = now;
2021 * were getting just too full now).
/freebsd-11-stable/contrib/tnftp/src/
H A Dfetch.c1216 struct timeval then, now, td; local
1251 (void)gettimeofday(&now, NULL);
1252 timersub(&now, &then, &td);

Completed in 263 milliseconds

<<21222324252627