Home
last modified time | relevance | path

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

12

/src/contrib/ntp/scripts/monitoring/
H A Dntptrap127 @Requests= ();
157 push(@Requests,pack("a4SC",$addr,0,6)); # schedule a set trap request for $name
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);
[all …]
/src/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()
/src/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>
/src/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()
/src/
H A DCONTRIBUTING.md27 ## GitHub Pull Requests
30 _src_ repository. Pull Requests are accepted for **small, low-risk** changes
90 (Avoid opening both Phabricator/Differential reviews and GitHub Pull Requests
102 * Pull Requests may be closed if there is no response for **one month**.
106 * Committers submitting Pull Requests are for pushing their changes to the tree
108 * Pull Requests opened by FreeBSD committers may be closed after one month
/src/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c252 List->Requests, in AcpiDbListInfo()
254 List->Requests - List->Hits, in AcpiDbListInfo()
/src/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
/src/stand/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/src/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c404 ACPI_MEM_TRACKING (Cache->Requests++); in AcpiOsAcquireObject()
/src/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.
/src/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod596 select the certificate to be revoked in Revocation Requests (RR).
599 the CertTemplate structure when requesting a new cert. For Key Update Requests
602 Requests (IR) and Certification Requests (CR) only if no SANs are set.
629 Key Update Requests (KUR) or to be revoked in Revocation Requests (RR).
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc83 o Page Navigation Requests
84 o Inter-Field Navigation Requests
85 o Intra-Field Navigation Requests
86 o Scrolling Requests
87 o Field Editing Requests
88 o Order Requests
1959 Page Navigation Requests
1980 Inter-Field Navigation Requests
2043 Intra-Field Navigation Requests
2094 Scrolling Requests
[all …]
/src/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md23 * [Pull Requests](#pull-requests)
125 ### Pull Requests
/src/contrib/one-true-awk/
H A DREADME.md72 ## Submitting Pull Requests
/src/sys/contrib/dev/acpica/include/
H A Dactypes.h1512 UINT32 Requests; member
/src/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
/src/contrib/ntp/ntpdc/
H A Dntpdc-opts.def197 Requests from a remote
532 .Ss "Runtime Configuration Requests"
/src/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
H A Dinvoke-ntpq.texi22 Requests to read and write arbitrary
/src/sys/contrib/zstd/
H A DCONTRIBUTING.md13 ## Pull Requests

12