/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 125 ObjectLinkingLayer &Layer, in ObjectLinkingLayerJITLinkContext() argument 128 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), in ObjectLinkingLayerJITLinkContext() 134 if (Layer.ReturnObjectBuffer && ObjBuffer) in ~ObjectLinkingLayerJITLinkContext() 135 Layer.ReturnObjectBuffer(std::move(ObjBuffer)); in ~ObjectLinkingLayerJITLinkContext() 138 JITLinkMemoryManager &getMemoryManager() override { return Layer.MemMgr; } in getMemoryManager() 141 for (auto &P : Layer.Plugins) in notifyMaterializing() 148 for (auto &P : Layer.Plugins) in notifyFailed() 150 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() 161 auto &ES = Layer.getExecutionSession(); in lookup() 204 auto &ES = Layer.getExecutionSession(); in notifyResolved() [all …]
|
H A D | CMakeLists.txt | 13 Layer.cpp
|
H A D | LLJIT.cpp | 1047 auto Layer = in createObjectLinkingLayer() local 1051 Layer->setOverrideObjectFlagsWithResponsibilityFlags(true); in createObjectLinkingLayer() 1052 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 1058 return std::unique_ptr<ObjectLayer>(std::move(Layer)); in createObjectLinkingLayer()
|
/netbsd-src/doc/roadmaps/ |
H A D | networking | 20 8. MP network stack (Layer 3 and below) 107 8. net SMP work (Layer 3 and below) 110 Make multi-threaded network stack. Targets are Layer 3 (IP forwarding), 111 Layer 2 (ARP, NDP, bridge, vlan and bpf) and some tunnel devices (gif,
|
/netbsd-src/etc/ |
H A D | protocols | 78 … ["The Ethernet, A Local Area Network: Data Link Layer and Physical Layer 82 … 1980. And: "The Ethernet, A Local Area Network: Data Link Layer and 83 # Physical Layer Specific… 84 … And: XEROX, "The Ethernet, A Local Area Network: Data Link Layer and 85 # Physical Layer Specific… 127 i-nlsp 52 I-NLSP # Integrated Net Layer [K_Robert_Glenn] 133 # Transport Layer Security 215 l2tp 115 L2TP # Layer Two Tunneling Protocol [RFC3931][Bernard_Aboba]
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | README.osx | 13 From: Kevin Layer 73 Kevin Layer http://www.franz.com/
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | ssl.pod | 14 Secure Sockets Layer, Transport Layer Security, and Datagram Transport Layer
|
/netbsd-src/sys/rump/fs/lib/liblayervfs/ |
H A D | Makefile | 7 COMMENT=Layer file system support (used by other drivers)
|
/netbsd-src/sys/rump/net/lib/liblagg/ |
H A D | Makefile | 7 COMMENT=Layer 2 trunking pseudo interface
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/ |
H A D | preamble.sdf | 246 SASL|Simple Authentication and Security Layer 257 SSL|Secure Socket Layer 260 TLS|Transport Layer Security 297 RFC4346|PS|The Transport Layer Security (TLS) Protocol, Version 1.1|https://www.rfc-editor.org/rfc/… 298 RFC4422|PS|Simple Authentication and Security Layer (SASL)|https://www.rfc-editor.org/rfc/rfc4422.t…
|
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
H A D | rfc4616.txt | 13 The PLAIN Simple Authentication and Security Layer (SASL) Mechanism 30 Authentication and Security Layer (SASL) mechanism called the PLAIN 73 Layer ([SASL]) mechanism for use in protocols with no clear-text 86 generally through its use of Transport Layer Security ([TLS]) 383 Security Layer (SASL) Working Group. 408 Authentication and Security Layer (SASL)", RFC 4422, 430 [TLS] Dierks, T. and E. Rescorla, "The Transport Layer
|
H A D | rfc4752.txt | 14 Simple Authentication and Security Layer (SASL) Mechanism 30 The Simple Authentication and Security Layer (SASL) is a framework 71 3.3. Security Layer .............................................6 83 and Security Layer (SASL [SASL]) mechanism supporting the Kerberos V5 322 3.3. Security Layer 461 Security Layer (SASL)", RFC 4422, June 2006. 471 [RFC2222] Myers, J., "Simple Authentication and Security Layer
|
H A D | rfc4505.txt | 13 Anonymous Simple Authentication and Security Layer (SASL) Mechanism 35 context of the Simple Authentication and Security Layer (SASL) 41 Authentication and Security Layer ([SASL]) framework. The name 315 Authentication and Security Layer (SASL)", RFC 4422,
|
/netbsd-src/external/apache2/llvm/lib/libLLVMOrc/ |
H A D | Makefile | 19 Layer.cpp \
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4531.txt | 186 In this scenario, TLS (Transport Layer Security) [RFC4346] is started 208 the SASL (Simple Authentication and Security Layer) [RFC4422] method 246 As described in [RFC4511], LDAP supports both Transport Layer 247 Security (TLS) [RFC4346] and Simple Authentication and Security Layer 370 [RFC4346] Dierks, T. and, E. Rescorla, "The Transport Layer 375 Authentication and Security Layer (SASL)", RFC 4422,
|
H A D | rfc4370.txt | 43 Security Layer [SASL] for authentication and for supplying an 184 [SASL] Myers, J., "Simple Authentication and Security Layer 192 Layer Security", RFC 2830, May 2000.
|
H A D | rfc4013.txt | 32 Simple Authentication and Security Layer (SASL) mechanisms (such as 53 Layer ([SASL]) mechanisms, such as [PLAIN], [CRAM-MD5], and 257 Layer (SASL)", Work in Progress.
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/ |
H A D | BUILD.gn | 27 "Layer.cpp",
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 706 void consumeConstructionContext(const ConstructionContextLayer *Layer, 714 void findConstructionContexts(const ConstructionContextLayer *Layer, 778 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext() local 779 if (!Layer) in retrieveAndCleanupConstructionContext() 784 Layer); in retrieveAndCleanupConstructionContext() 1341 const ConstructionContextLayer *Layer, Expr *E) { in consumeConstructionContext() argument 1349 assert(PreviouslyStoredLayer->isStrictlyMoreSpecificThan(Layer) && in consumeConstructionContext() 1352 ConstructionContextMap[E] = Layer; in consumeConstructionContext() 1357 const ConstructionContextLayer *Layer, Stmt *Child) { in findConstructionContexts() argument 1364 auto withExtraLayer = [this, Layer](const ConstructionContextItem &Item) { in findConstructionContexts() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | README.md | 10 for the Transport Layer Security (TLS) protocol formerly known as the 11 Secure Sockets Layer (SSL) protocol. The protocol implementation is based
|
/netbsd-src/sbin/mount_umap/ |
H A D | umap_manual | 4 \section{The umap Layer} \label{sect:umap} 71 \subsection{Setting Up a umap Layer} 115 \subsection{Troubleshooting umap Layer Problems}
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | rfc4013.txt | 32 Simple Authentication and Security Layer (SASL) mechanisms (such as 53 Layer ([SASL]) mechanisms, such as [PLAIN], [CRAM-MD5], and 257 Layer (SASL)", Work in Progress.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | README | 1 Record Layer Design
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | README.md | 1 Record Layer Design
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/ |
H A D | BuildingAJIT2.rst | 197 ``IRLayer`` interface (which itself conforms to the general ORC Layer concept, 220 This code, from ``llvm/lib/ExecutionEngine/Orc/Layer.cpp``, adds a 232 Layer's emit method when any symbol defined by that module is requested. Layers
|