Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/ntp/scripts/monitoring/
H A Dntptrap127 @Requests= ();
174 &usage unless (@Requests);
176 &debug(sprintf("%d request(s) scheduled",scalar(@Requests)));
194 if (@Requests || @TIMEOUTS) # if there is some work pending
196 if (@Requests)
198 ($addr,$assoc,$op) = unpack("a4SC",($req = shift(@Requests)));
209 $timeout = @Requests ? 0 : $BASE_TIMEOUT;
320 push(@Requests,pack("a4SC",$addr,0,6));
340 push(@Requests,$tag);
391 push(@Requests,pack("a4SC",$from, $associd, 4));
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h485 bool checkElementRequest(const T *Element, const U &Requests) const { in checkElementRequest() argument
487 for (const auto &Request : Requests) in checkElementRequest()
511 void resolveGenericPatternMatch(T *Element, const U &Requests) { in resolveGenericPatternMatch() argument
525 ((Requests.size() || ElementRequest.size()) && in resolveGenericPatternMatch()
526 checkElementRequest(Element, Requests))) in resolveGenericPatternMatch()
531 void resolveGenericPatternMatch(LVLine *Line, const U &Requests) { in resolveGenericPatternMatch() argument
543 (Requests.size() && checkElementRequest(Line, Requests))) in resolveGenericPatternMatch()
/freebsd-14.2/contrib/libxo/tests/core/saved/
H A Dtest_03.T.out2 Type InUse MemUse HighUse Requests Size(s)
H A Dtest_03.H.out1 … class="title">HighUse</div><div class="text"> </div><div class="title">Requests</div><div class="…
H A Dtest_03.HP.out15 <div class="title">Requests</div>
H A Dtest_03.HIPx.out15 <div class="title">Requests</div>
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp104 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local
105 if (Requests.isEmpty()) in checkMissingWaits()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c252 List->Requests, in AcpiDbListInfo()
254 List->Requests - List->Hits, in AcpiDbListInfo()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Drpmh-rsc.txt5 the hardened resource accelerators on Qualcomm SoCs. Requests to the resources
27 Requests can be made for the state of a resource, when the subsystem is active
H A Dqcom,rpmh-rsc.yaml14 with the hardened resource accelerators on Qualcomm SoCs. Requests to the
36 Requests can be made for the state of a resource, when the subsystem is
/freebsd-14.2/stand/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c404 ACPI_MEM_TRACKING (Cache->Requests++); in AcpiOsAcquireObject()
/freebsd-14.2/sys/dev/bhnd/bhndb/
H A Dbhndb_if.m189 * Requests to suspend a suspended resource will be ignored.
212 * Requests to resume a non-suspended resource will be ignored.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod550 the CertTemplate structure when requesting a new cert. For Key Update Requests
553 Requests (IR) and Certification Requests (CR) only if no SANs are set.
580 Key Update Requests (KUR) or to be revoked in Revocation Requests (RR).
/freebsd-14.2/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md23 * [Pull Requests](#pull-requests)
125 ### Pull Requests
/freebsd-14.2/contrib/ncurses/doc/
H A Dncurses-intro.doc83 o Page Navigation Requests
86 o Scrolling Requests
87 o Field Editing Requests
88 o Order Requests
1960 Page Navigation Requests
1981 Inter-Field Navigation Requests
2044 Intra-Field Navigation Requests
2095 Scrolling Requests
2143 Editing Requests
2228 Order Requests
[all …]
/freebsd-14.2/contrib/one-true-awk/
H A DREADME.md72 ## Submitting Pull Requests
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactypes.h1511 UINT32 Requests; member
/freebsd-14.2/contrib/ntp/sntp/
H A Dsntp-opts.def82 Requests from an NTP "client" to a "server" should never be sent
H A Dinvoke-sntp.texi232 Requests from an NTP "client" to a "server" should never be sent
/freebsd-14.2/
H A DCONTRIBUTING.md21 ## GitHub Pull Requests
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc-opts.def197 Requests from a remote
532 .Ss "Runtime Configuration Requests"
/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq.texi61 …either in interactive mode or controlled using command line arguments. Requests to read and write…
H A Dntpq-opts.def147 Requests to read and write arbitrary
/freebsd-14.2/sys/contrib/zstd/
H A DCONTRIBUTING.md13 ## Pull Requests

12