/freebsd/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;
|
H A D | LLDBLog.h | 24 Connection = Log::ChannelFlag<5>, enumerator
|
/freebsd/sys/dev/e1000/ |
H A D | README | 38 NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100 198 Intel(R) PRO/1000 PT Network Connection 200 Intel(R) PRO/1000 PT Dual Port Network Connection 204 Intel(R) PRO/1000 PF Network Connection 206 Intel(R) PRO/1000 PB Server Connection 207 Intel(R) PRO/1000 PL Network Connection 208 Intel(R) PRO/1000 EB Network Connection with I/O Acceleration 209 Intel(R) PRO/1000 EB Backplane Connection with I/O Acceleration 210 Intel(R) 82566DM-2 Gigabit Network Connection 211 Intel(R) 82574L Gigabit Network Connection [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 56 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 59 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor() 65 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 70 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor() 79 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 85 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor() 95 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe() 113 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe() 135 Log *log = GetLog(LLDBLog::Connection); in Connect() 192 Log *log = GetLog(LLDBLog::Connection); in Disconnect() [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Communication.h | 22 class Connection; variable 87 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() 159 virtual void SetConnection(std::unique_ptr<Connection> connection);
|
H A D | ThreadedCommunication.h | 155 void SetConnection(std::unique_ptr<Connection> connection) override;
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Connection.cpp | 13 Connection::~Connection() = default;
|
H A D | LLDBLog.cpp | 22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
|
/freebsd/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() argument 109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 150 Log *log = GetLog(LLDBLog::Connection); in TcpConnect() 169 Log *log = GetLog(LLDBLog::Connection); in TcpListen() 276 Log *log = GetLog(LLDBLog::Connection); in Close()
|
H A D | Host.cpp | 588 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection() 591 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection() 593 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
|
H A D | UDPSocket.cpp | 58 Log *log = GetLog(LLDBLog::Connection); in Connect()
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd@.service | 2 Description=Rpcap Per-Connection Server
|
H A D | rpcapd.socket | 2 Description=Rpcap Socket for Per-Connection Servers
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 206 fprintf(stderr, "Connection 1 established\n"); 210 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n"); 219 fprintf(stderr, "Connection 2 established\n"); 224 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n"); 227 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/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/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 | 292 Connection *conn = nullptr; in main_platform() 352 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
|
H A D | Acceptor.cpp | 63 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r9a07g043-smarc-pmod.dtso | 8 * [Connection]
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 114 54 Connection reset by peer 128 61 Connection refused
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6q-b850v3.dts | 238 /* Intel Corporation I210 Gigabit Network Connection */ 252 /* Intel Corporation I210 Gigabit Network Connection */
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.c | 105 typedef struct Connection { struct 118 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument 121 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 141 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection()
|