Searched refs:Connection (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnection.cpp1 //===-- Connection.cpp ------------------------------------------*- C++ -*-===//
14 #include "lldb/Core/Connection.h"
18 Connection::Connection () function in class:Connection
22 Connection::~Connection ()
H A DConnectionSharedMemory.cpp32 Connection(),
H A DConnectionMachPort.cpp35 Connection(),
H A DCommunication.cpp16 #include "lldb/Core/Connection.h"
408 Communication::SetConnection (Connection *connection)
H A DConnectionFileDescriptor.cpp82 Connection(),
101 Connection(),
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DConnection.h1 //===-- Connection.h --------------------------------------------*- C++ -*-===//
22 /// @class Connection Connection.h "lldb/Core/Connection.h"
34 class Connection class in namespace:lldb_private
40 Connection ();
47 ~Connection ();
155 // For Connection only
157 DISALLOW_COPY_AND_ASSIGN (Connection);
H A DConnectionSharedMemory.h19 #include "lldb/Core/Connection.h"
25 public Connection
H A DCommunication.h32 /// between two data sources. It uses a Connection class to do the
138 /// @see bool Connection::Connect (const char *url);
153 /// @see bool Connection::Disconnect ();
171 lldb_private::Connection *
180 /// connection's Connection::Read(...) function to get any available.
204 /// @see size_t Connection::Read (void *, size_t);
249 /// class Connection
252 SetConnection (Connection *connection);
259 /// size_t Connection::Read (void *, size_t);
273 /// @see size_t Connection
[all...]
H A DConnectionMachPort.h22 #include "lldb/Core/Connection.h"
25 public lldb_private::Connection
H A DConnectionFileDescriptor.h21 #include "lldb/Core/Connection.h"
29 public Connection
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dntp-wait.in32 if (/Connection refused/) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h95 struct Connection { struct in class:llvm::SchedDFSResult
99 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} function in struct:llvm::SchedDFSResult::Connection
112 std::vector<SmallVector<Connection, 4> > SubtreeConnections;
/freebsd-10.0-release/lib/clang/liblldbCore/
H A DMakefile17 Connection.cpp \
/freebsd-10.0-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec6 Summary: Userspace RDMA Connection Manager
/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c84 typedef struct Connection { struct
102 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
105 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue */
422 error("%s: Connection closed by remote host", c->c_name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h70 class Connection;
277 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1192 SmallVectorImpl<SchedDFSResult::Connection> &Connections =
1194 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator
1201 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth));
1295 for (SmallVectorImpl<Connection>::const_iterator
/freebsd-10.0-release/sys/contrib/dev/acpica/components/events/
H A Devregion.c262 * 1) Connection buffer, a resource template from Connection() op.
271 /* Get the Connection (ResourceTemplate) buffer */
273 Context->Connection = FieldObj->Field.ResourceBuffer;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h1093 UINT8 *Connection; member in struct:acpi_connection_info

Completed in 276 milliseconds