Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h41 class Connection {
44 Connection() = default;
48 virtual ~Connection();
178 Connection(const Connection &) = delete;
179 const Connection &operator=(const Connection &) = delete;
H A DLLDBLog.h24 Connection = Log::ChannelFlag<5>, enumerator
/freebsd-14.2/sys/dev/e1000/
H A DREADME198 Intel(R) PRO/1000 PT 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
211 Intel(R) 82574L Gigabit Network Connection
219 - Intel(R) 82578DM Gigabit Network Connection
220 - Intel(R) 82577LM Gigabit Network Connection
223 - Intel(R) PRO/1000 PM Network Connection
224 - Intel(R) 82562G 10/100 Network Connection
226 - Intel(R) 82562GT 10/100 Network Connection
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp56 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
59 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
70 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); 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()
250 Log *log = GetLog(LLDBLog::Connection); in Read()
358 Log *log = GetLog(LLDBLog::Connection); in Write()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h22 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 DThreadedCommunication.h155 void SetConnection(std::unique_ptr<Connection> connection) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DConnection.cpp13 Connection::~Connection() = default;
H A DLLDBLog.cpp22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip,dw-hdmi.yaml106 description: Connection to the VOP
108 description: Connection to the VOPB
110 description: Connection to the VOPL
/freebsd-14.2/contrib/libpcap/rpcapd/
H A D[email protected]2 Description=Rpcap Per-Connection Server
H A Drpcapd.socket2 Description=Rpcap Socket for Per-Connection Servers
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp151 Log *log = GetLog(LLDBLog::Connection); in TcpConnect()
170 Log *log = GetLog(LLDBLog::Connection); in TcpListen()
277 Log *log = GetLog(LLDBLog::Connection); in Close()
H A DHost.cpp555 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection()
558 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection()
560 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h32 Status Accept(const bool child_processes_inherit, Connection *&conn);
H A Dlldb-platform.cpp297 Connection *conn = nullptr; in main_platform()
327 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et22 error_code NOT_INIT, "Connection to server not initialized"
39 error_code INIT, "Connection to server already initialized"
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod206 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 DBIO_connect.pod30 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-14.2/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g043-smarc-pmod.dtso8 * [Connection]
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/connector/
H A Dvga-connector.yaml24 description: Connection to controller providing VGA signals
H A Ddp-connector.yaml32 description: Connection to controller providing DP signals
H A Danalog-tv-connector.yaml29 description: Connection to controller providing analog TV signals
H A Dhdmi-connector.yaml41 description: Connection to controller providing HDMI signals
H A Ddvi-connector.yaml40 description: Connection to controller providing DVI signals

1234