Home
last modified time | relevance | path

Searched refs:earliest (Results 1 – 25 of 25) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c53 hrtime_t earliest = INT64_MAX; in dtrace_sleep() local
72 if (*((hrtime_t *)a) + interval < earliest) in dtrace_sleep()
73 earliest = *((hrtime_t *)a) + interval; in dtrace_sleep()
80 if (earliest < now) { in dtrace_sleep()
86 tv.tv_sec = (earliest - now) / NANOSEC; in dtrace_sleep()
87 tv.tv_nsec = (earliest - now) % NANOSEC; in dtrace_sleep()
96 earliest -= now; in dtrace_sleep()
98 tv.tv_sec += earliest / NANOSEC; in dtrace_sleep()
99 tv.tv_nsec += earliest % NANOSEC; in dtrace_sleep()
/freebsd/contrib/ntp/libntp/
H A Dntp_intres.c121 time_t earliest;
147 time_t earliest;
268 gai_req->earliest = max(now, child_ctx->next_dns_timeslot); in getaddrinfo_sometime_ex()
269 child_ctx->next_dns_timeslot = gai_req->earliest; in getaddrinfo_sometime_ex()
324 scheduled_sleep(gai_req->scheduled, gai_req->earliest, in blocking_getaddrinfo()
545 &gai_req->scheduled, &gai_req->earliest, in getaddrinfo_sometime_complete()
661 gni_req->earliest = max(time_now, child_ctx->next_dns_timeslot); in getnameinfo_sometime()
662 child_ctx->next_dns_timeslot = gni_req->earliest; in getnameinfo_sometime()
718 scheduled_sleep(gni_req->scheduled, gni_req->earliest, in blocking_getnameinfo()
842 &gni_req->earliest, in getnameinfo_sometime_complete()
127 time_t earliest; global() member
153 time_t earliest; global() member
1011 scheduled_sleep(time_t scheduled,time_t earliest,dnsworker_ctx * worker_ctx) scheduled_sleep() argument
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dzoned_time.h118 … decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)),
125 …ble_v<decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)),
202 zoned_time(_TimeZonePtrOrName&&, local_time<_Duration>, choose = choose::earliest)
206 zoned_time(_TimeZonePtrOrName&&, zoned_time<_Duration, _TimeZonePtr2>, choose = choose::earliest)
H A Dtime_zone.h44 enum class choose { earliest, latest }; enumerator
116 case choose::earliest: in to_sys()
/freebsd/crypto/openssl/doc/man3/
H A DERR_get_error.pod54 ERR_get_error() returns the earliest error code from the thread's error
58 ERR_peek_error() returns the earliest error code from the thread's
/freebsd/sys/net80211/
H A DPROTOCOL.md78 The earliest 802.11 devices implement 1Mbit/s and 2Mbit/s direct spread spectrum
79 frames. These include the earliest Wavelan devices. These are grandfathered
487 WEP is an obsolete encryption method dating back to the earliest 802.11b
H A DDATAPATH_TRANSMIT.md308 separate from the data path. This dates back to the earliest Orinoco/WaveLAN
/freebsd/usr.bin/compress/doc/
H A DNOTES65 engineer can tell you. (Chemical processes were among the earliest patents,
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c3234 static u_long earliest; in peer_clear() local
3314 if (peer->nextdate < earliest) { in peer_clear()
3315 peer->nextdate = earliest; in peer_clear()
3317 earliest = peer->nextdate + 1; in peer_clear()
/freebsd/contrib/libpcap/doc/
H A DREADME.windows.md27 Windows Vista, which is the earliest version supported by Npcap.
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc200 // to explicitly define it to be ordered by earliest timestamp.
/freebsd/contrib/pkgconf/
H A DNEWS232 rather than the earliest.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dchrono759 enum class choose {earliest, latest};
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono854 enum class choose {earliest, latest};
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api.md1647 SSL object at the earliest available opportunity. However, no default
/freebsd/contrib/tzdata/
H A Dasia1337 # Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and
1340 # These would be the earliest possible times for a change.
H A Dsouthamerica615 # The earliest issue of the SSIM I have is 2/91. Each issue from then until
/freebsd/contrib/googletest/docs/
H A Dadvanced.md457 is in a known good state, are there to fail at the earliest possible time after
/freebsd/
H A DUPDATING2478 or install from a FreeBSD version below the earliest supported version.
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin2406 * one with the encryption type listed earliest.
/freebsd/crypto/openssh/
H A DChangeLog8364 request (this is the earliest we can evaluate sshd_config Match blocks)
/freebsd/contrib/flex/
H A DChangeLog125 * configure.ac, doc/Makefile.am: build: list earliest useable
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in15662 …abstract = "GLYPNIR is one of the earliest existing languages designed for programming the Ill…
22820 …e operations are insertion, deletion, union, update, and search for an item of earliest priority.",
22826 …keywords = "computer programming; data structure; data structures; deletion; earliest priority…
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src19081 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
20874 # The earliest UNIXes were designed to use these clunkers; nroff and a few
/freebsd/crypto/openssl/
H A DCHANGES.md5100 earliest stage of ClientHello processing, immediately after extensions have