| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 34 struct Request { struct 45 virtual void print(const Request &Request, const DILineInfo &Info) = 0; argument 48 virtual void print(const Request &Request, 50 virtual void print(const Request &Request, 53 virtual bool printError(const Request &Request, 95 void print(const Request &Request, 97 void print(const Request &Request, 100 bool printError(const Request &Request, 147 void print(const Request &Request, 149 void print(const Request &Request, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 184 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print() argument 190 void PlainPrinterBase::print(const Request &Request, in print() argument 216 void PlainPrinterBase::print(const Request &Request, in print() argument 263 void PlainPrinterBase::print(const Request &Request, in print() argument 274 bool PlainPrinterBase::printError(const Request &Request, in printError() argument 289 if (Request.Address) in toJSON() 314 void JSONPrinter::print(const Request &Request, const DILineInfo &Info) { in print() argument 342 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() argument 355 void JSONPrinter::print(const Request &Request, in print() argument 378 void JSONPrinter::print(const Request &Request, in print() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | HTTPServer.cpp | 37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() argument 41 Request.setResponse({404u, "text/plain", "Could not open file to read.\n"}); in streamFile() 51 Request.setResponse({404u, "text/plain", "Could not memory-map file.\n"}); in streamFile() 57 Request.setResponse({200u, "application/octet-stream", MB->getBufferSize(), in streamFile() 74 HTTPServerRequest &Request) { in expandUrlPathMatches() argument 78 Request.UrlPathMatches.push_back(it); in expandUrlPathMatches() 80 Request.UrlPath = it; in expandUrlPathMatches() 86 HTTPServerRequest::HTTPServerRequest(const httplib::Request &HTTPLibRequest, in HTTPServerRequest() 118 [Handler](const httplib::Request &HTTPLibRequest, in get() 120 HTTPServerRequest Request(HTTPLibRequest, HTTPLibResponse); in get() local [all …]
|
| H A D | HTTPClient.cpp | 106 Error HTTPClient::perform(const HTTPRequest &Request, in perform() argument 108 if (Request.Method != HTTPMethod::GET) in perform() 112 SmallString<128> Url = Request.Url; in perform() 114 curl_easy_setopt(Curl, CURLOPT_FOLLOWLOCATION, Request.FollowRedirects); in perform() 117 for (const std::string &Header : Request.Headers) in perform() 153 Error HTTPClient::perform(const HTTPRequest &Request, in perform() argument
|
| H A D | Debuginfod.cpp | 296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact() local 297 Request.Headers = getHeaders(); in getCachedOrDownloadArtifact() 298 Error Err = Client.perform(Request, Handler); in getCachedOrDownloadArtifact() 562 Log.push("GET " + Request.UrlPath); in DebuginfodServer() 564 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer() 565 Request.setResponse( in DebuginfodServer() 576 streamFile(Request, *PathOrErr); in DebuginfodServer() 580 Log.push("GET " + Request.UrlPath); in DebuginfodServer() 582 if (!tryGetFromHex(Request.UrlPathMatches[0], IDString)) { in DebuginfodServer() 583 Request.setResponse( in DebuginfodServer() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_symbolize.cpp | 70 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_code() local 82 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_code() 89 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_code() 102 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_data() local 113 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_data() 125 llvm::symbolize::Request Request{ModuleName, ModuleOffset}; in __sanitizer_symbolize_frame() local 136 Printer->print(Request, ResOrErr.get()); in __sanitizer_symbolize_frame()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 27 class Request { 31 Request(State S) : CurrentState{S} {} in Request() function 37 bool operator==(const Request &ToCompare) const { 50 clang::ento::mpi::Request>
|
| H A D | MPIChecker.cpp | 41 const Request *const Req = State->get<RequestMap>(MR); in checkDoubleNonblocking() 44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking() 52 State = State->set<RequestMap>(MR, Request::State::Nonblocking); in checkDoubleNonblocking() 81 const Request *const Req = State->get<RequestMap>(ReqRegion); in checkUnmatchedWaits() 82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits() 114 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
|
| H A D | MPIBugReporter.cpp | 24 const CallEvent &MPICallEvent, const ento::mpi::Request &Req, in reportDoubleNonblocking() 50 const ento::mpi::Request &Req, const MemRegion *const RequestRegion, in reportMissingWait() 95 const Request *const Req = N->getState()->get<RequestMap>(RequestRegion); in VisitNode() 98 const Request *const PrevReq = in VisitNode()
|
| H A D | MPIBugReporter.h | 42 const Request &Req, 53 void reportMissingWait(const Request &Req,
|
| /freebsd-14.2/sys/dev/smartpqi/ |
| H A D | smartpqi_ioctl.c | 260 iocommand->Request.Type.Direction != PQIIOCTL_NONE) in pqisrc_passthru_ioctl() 262 if (iocommand->Request.CDBLen > sizeof(request.cmd.cdb)) in pqisrc_passthru_ioctl() 265 switch (iocommand->Request.Type.Direction) { in pqisrc_passthru_ioctl() 291 if (iocommand->Request.Type.Direction & PQIIOCTL_WRITE) { in pqisrc_passthru_ioctl() 304 memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen); in pqisrc_passthru_ioctl() 307 switch (iocommand->Request.Type.Direction) { in pqisrc_passthru_ioctl() 338 request.timeout_in_sec = iocommand->Request.Timeout; in pqisrc_passthru_ioctl() 392 (iocommand->Request.Type.Direction & PQIIOCTL_READ)) { in pqisrc_passthru_ioctl()
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | http.errors | 21 400 PROTO Bad Request 29 408 TIMEOUT Request Time-out 34 413 PROTO Request Entity Too Large 35 414 PROTO Request-URI Too Large
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPServer.h | 25 class Request; variable 52 HTTPServerRequest(const httplib::Request &HTTPLibRequest, 95 bool streamFile(HTTPServerRequest &Request, StringRef FilePath);
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sysex | 132 >>>4 byte 0x00 SNDR (Sound Request) 137 >>>4 byte 0x01 MULR (Multi Request) 142 >>>4 byte 0x02 DRMR (Drum Map Request) 152 >>>4 byte 0x04 GLBR (Global Parameter Request) 156 >>>4 byte 0x07 MODR (Mode Parameter Request) 161 >>>4 byte 0x00 SNDR (Sound Request) 166 >>>4 byte 0x01 MULR (Multi Request) 171 >>>4 byte 0x02 DRMR (Drum Map Request) 181 >>>4 byte 0x00 SNDR (Sound Parameter Request) 198 >>>4 byte 0x05 EFXR (FX Parameter Request) [all …]
|
| /freebsd-14.2/crypto/openssl/demos/bio/ |
| H A D | accept.cnf | 21 # Request certificate 22 VerifyMode=Request
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_certreq_new.pod | 60 =item * B<OSSL_CMP_PKIBODY_IR> - Initialization Request 62 =item * B<OSSL_CMP_PKIBODY_CR> - Certification Request 64 =item * B<OSSL_CMP_PKIBODY_P10CR> - PKCS#10 Certification Request 66 =item * B<OSSL_CMP_PKIBODY_KUR> - Key Update Request 119 ossl_cmp_rr_new() creates a Revocation Request message from the 134 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate() local 45 auto Result = EPC.lookupSymbols(Request); in tryToGenerate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 92 static void print(const Request &Request, Expected<T> &ResOrErr, in print() argument 96 Printer.print(Request, *ResOrErr); in print() 104 PrintEmpty = Printer.printError(Request, EI); in print() 108 Printer.print(Request, T()); in print() 284 Request SymRequest = { in executeCommand() 326 Request SymRequest = {ModuleName, std::nullopt, StringRef()}; in printUnknownLineInfo() 562 Request SymRequest = {Arg->getValue(), 0, StringRef()}; in llvm_symbolizer_main()
|
| /freebsd-14.2/.github/PULL_REQUEST_TEMPLATE/ |
| H A D | pull_request_template.md | 11 MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email> 15 Pull Request: <https://github.com/freebsd/<repo>/pull/###>
|
| /freebsd-14.2/crypto/openssl/test/ssl-tests/ |
| H A D | 04-client_auth.cnf | 77 VerifyMode = Request 128 VerifyMode = Request 158 VerifyMode = Request 242 VerifyMode = Request 301 VerifyMode = Request 335 VerifyMode = Request 425 VerifyMode = Request 484 VerifyMode = Request 518 VerifyMode = Request 608 VerifyMode = Request [all …]
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 398 * Enclosure Processor Request and Reply. 430 * Added reserved words to FWUpload Request. 563 * Request Message. 565 * Request Message. 607 * Control Request. 609 * Request. 616 * Passthrough Request message. 658 * Post Request. 662 * 07-10-12 02.00.09 Add MPI v2.5 Toolbox Diagnostic CLI Tool Request 670 * Tool Request Message. [all …]
|
| /freebsd-14.2/stand/efi/include/Protocol/ |
| H A D | Http.h | 241 EFI_HTTP_REQUEST_DATA *Request; member 513 EFI_HTTP_REQUEST Request; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 487 for (const auto &Request : Requests) in checkElementRequest() local 488 if ((Element->*Request)()) in checkElementRequest() 491 for (const LVElementGetFunction &Request : ElementRequest) in checkElementRequest() local 492 if ((Element->*Request)()) in checkElementRequest() 499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument 504 Request.push_back(Iter->second); in addRequest()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 253 * Enclosure Processor Request and Reply. 259 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request. 267 * Added TotalImageSize field to FWDownload Request. 268 * Added reserved words to FWUpload Request. 350 * Added PowerManagementControl Request structures and 373 * Control Request. 375 * Request. 385 * BufferPostFlags field of CommandBufferPostBase Request. 389 * Target Status Send Request only takes a single SGE for 406 * Post Request.
|
| /freebsd-14.2/sys/dev/ciss/ |
| H A D | cissio.h | 181 RequestBlock_struct Request; /* 20 */ member 190 RequestBlock_struct Request; /* 20 */ member
|