| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_work.c | 53 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 D | ntp_intres.c | 121 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 D | zoned_time.h | 118 … 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 D | time_zone.h | 44 enum class choose { earliest, latest }; enumerator 116 case choose::earliest: in to_sys()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ERR_get_error.pod | 54 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 D | PROTOCOL.md | 78 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 D | DATAPATH_TRANSMIT.md | 308 separate from the data path. This dates back to the earliest Orinoco/WaveLAN
|
| /freebsd/usr.bin/compress/doc/ |
| H A D | NOTES | 65 engineer can tell you. (Chemical processes were among the earliest patents,
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_proto.c | 3234 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 D | README.windows.md | 27 Windows Vista, which is the earliest version supported by Npcap.
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | BPSectionOrdererBase.inc | 200 // to explicitly define it to be ordered by earliest timestamp.
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 232 rather than the earliest.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | chrono | 759 enum class choose {earliest, latest};
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | chrono | 854 enum class choose {earliest, latest};
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 1647 SSL object at the earliest available opportunity. However, no default
|
| /freebsd/contrib/tzdata/ |
| H A D | asia | 1337 # 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 D | southamerica | 615 # The earliest issue of the SSIM I have is 2/91. Each issue from then until
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 457 is in a known good state, are there to fail at the earliest possible time after
|
| /freebsd/ |
| H A D | UPDATING | 2478 or install from a FreeBSD version below the earliest supported version.
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 2406 * one with the encryption type listed earliest.
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 8364 request (this is the earliest we can evaluate sshd_config Match blocks)
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 125 * configure.ac, doc/Makefile.am: build: list earliest useable
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 15662 …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 D | terminfo.src | 19081 # 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 D | CHANGES.md | 5100 earliest stage of ClientHello processing, immediately after extensions have
|