| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 41 class Connection { 44 Connection() = default; 48 virtual ~Connection(); 178 Connection(const Connection &) = delete; 179 const Connection &operator=(const Connection &) = delete;
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | README | 199 Intel(R) PRO/1000 PT Network Connection 205 Intel(R) PRO/1000 PF Network Connection 207 Intel(R) PRO/1000 PB Server Connection 208 Intel(R) PRO/1000 PL Network Connection 212 Intel(R) 82574L Gigabit Network Connection 220 - Intel(R) 82578DM Gigabit Network Connection 221 - Intel(R) 82577LM Gigabit Network Connection 224 - Intel(R) PRO/1000 PM Network Connection 225 - Intel(R) 82562G 10/100 Network Connection 227 - Intel(R) 82562GT 10/100 Network Connection [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Connection.cpp | 13 Connection::~Connection() = default;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDFS.h | 92 struct Connection { struct 96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function 109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Communication.h | 29 class Connection; variable 162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() 224 void SetConnection(std::unique_ptr<Connection> connection);
|
| /freebsd-13.1/contrib/libpcap/rpcapd/ |
| H A D | [email protected] | 2 Description=Rpcap Per-Connection Server
|
| H A D | rpcapd.socket | 2 Description=Rpcap Socket for Per-Connection Servers
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_s_accept.pod | 198 fprintf(stderr, "Connection 1 established\n"); 202 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n"); 211 fprintf(stderr, "Connection 2 established\n"); 216 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n"); 219 BIO_puts(cbio, "Connection 1: Second connection established\n");
|
| H A D | BIO_connect.pod | 30 B<addr>. Connection B<options> may be zero or any combination of 35 given by B<addr>. Connection B<options> may be zero or any
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | Acceptor.h | 32 Status Accept(const bool child_processes_inherit, Connection *&conn);
|
| H A D | lldb-platform.cpp | 321 Connection *conn = nullptr; in main_platform() 351 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
|
| H A D | Acceptor.cpp | 62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
|
| /freebsd-13.1/crypto/heimdal/lib/kadm5/ |
| H A D | kadm5_err.et | 22 error_code NOT_INIT, "Connection to server not initialized" 39 error_code INIT, "Connection to server already initialized"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/connector/ |
| H A D | vga-connector.yaml | 23 description: Connection to controller providing VGA signals
|
| H A D | analog-tv-connector.yaml | 28 description: Connection to controller providing analog TV signals
|
| H A D | hdmi-connector.yaml | 40 description: Connection to controller providing HDMI signals
|
| H A D | dvi-connector.yaml | 39 description: Connection to controller providing DVI signals
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 649 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection() 652 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection() 654 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | imx6q-b850v3.dts | 235 /* Intel Corporation I210 Gigabit Network Connection */ 250 /* Intel Corporation I210 Gigabit Network Connection */
|
| /freebsd-13.1/lib/libc/nls/ |
| H A D | C.msg | 115 54 Connection reset by peer 129 61 Connection refused
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 29 class ConnectionFileDescriptor : public Connection {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 78 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 88 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 103 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-keyscan.c | 96 typedef struct Connection { struct 115 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument 118 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | ftp.errors | 31 426 ABORT Connection closed; transfer aborted
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Host.h | 264 static std::unique_ptr<Connection>
|