Searched refs:Disconnect (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionSharedMemory.cpp44 Disconnect (NULL);
74 ConnectionSharedMemory::Disconnect (Error *error_ptr) function in class:ConnectionSharedMemory
147 Disconnect(NULL);
H A DConnectionMachPort.cpp44 Disconnect (NULL);
113 Disconnect(NULL);
138 Disconnect(NULL);
147 Disconnect(NULL);
199 ConnectionMachPort::Disconnect (Error *error_ptr) function in class:ConnectionMachPort
H A DCommunication.cpp77 Disconnect (NULL);
97 Communication::Disconnect (Error *error_ptr) function in class:Communication
99 lldb_private::LogIfAnyCategoriesSet (LIBLLDB_LOG_COMMUNICATION, "%p Communication::Disconnect ()", this);
104 ConnectionStatus status = connection_sp->Disconnect (error_ptr);
184 Disconnect (NULL);
370 comm->Disconnect ();
420 Disconnect (NULL);
H A DConnectionFileDescriptor.cpp138 Disconnect (NULL);
363 ConnectionFileDescriptor::Disconnect (Error *error_ptr) function in class:ConnectionFileDescriptor
367 log->Printf ("%p ConnectionFileDescriptor::Disconnect ()", this);
377 log->Printf ("%p ConnectionFileDescriptor::Disconnect(): Nothing to disconnect", this);
398 log->Printf ("%p ConnectionFileDescriptor::Disconnect(): Couldn't get the lock, sent 'q' to %d, result = %d.", this, m_pipe_write, result);
401 log->Printf ("%p ConnectionFileDescriptor::Disconnect(): Couldn't get the lock, but no command pipe is available.", this);
1254 Disconnect (NULL);
1278 Disconnect (NULL);
1296 Disconnect (NULL);
1451 Disconnect (NUL
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DConnection.h72 /// Disconnect the communications connection if one is currently
88 Disconnect (Error *error_ptr) = 0;
H A DConnectionSharedMemory.h44 Disconnect (Error *error_ptr);
H A DConnectionMachPort.h44 Disconnect (lldb_private::Error *error_ptr);
H A DCommunication.h144 /// Disconnect the communications connection if one is currently
153 /// @see bool Connection::Disconnect ();
156 Disconnect (Error *error_ptr = NULL);
H A DConnectionFileDescriptor.h52 Disconnect (Error *error_ptr);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommunication.h52 Disconnect ();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp90 m_opaque->Disconnect();
108 SBCommunication::Disconnect () function in class:SBCommunication
114 status = m_opaque->Disconnect ();
117 log->Printf ("SBCommunication(%p)::Disconnect () => %s", m_opaque,
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py107 self.p2p_interface.Disconnect()
168 print "Disconnect timed out"
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h49 Boolean Disconnect; member in struct:wpa_state_machine
H A Dwpa_auth.c1541 sm->Disconnect = FALSE;
2102 else if (sm->Disconnect
2105 "WPA_PTK: sm->Disconnect");
2306 sm->Disconnect = TRUE;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp271 m_gdb_client.Disconnect();
290 m_gdb_client.Disconnect(&error);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp161 Disconnect();
335 Disconnect();
H A DProcessGDBRemote.cpp939 m_gdb_comm.Disconnect();
1132 m_gdb_comm.Disconnect();
1841 m_gdb_comm.Disconnect();
2747 m_gdb_comm.Disconnect();
2840 m_gdb_comm.Disconnect(); // Disconnect from the debug server.
H A DGDBRemoteCommunicationClient.cpp113 Disconnect();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp680 output_comm.Disconnect();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3740 m_stdio_communication.Disconnect();

Completed in 285 milliseconds