Home
last modified time | relevance | path

Searched refs:Disconnect (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommunication.cpp80 m_opaque->Disconnect(); in AdoptFileDesriptor()
92 ConnectionStatus SBCommunication::Disconnect() { in Disconnect() function in SBCommunication
94 Disconnect); in Disconnect()
98 status = m_opaque->Disconnect(); in Disconnect()
203 LLDB_REGISTER_METHOD(lldb::ConnectionStatus, SBCommunication, Disconnect, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DCommunication.cpp75 Disconnect(nullptr); in Clear()
92 ConnectionStatus Communication::Disconnect(Status *error_ptr) { in Disconnect() function in Communication
100 ConnectionStatus status = connection_sp->Disconnect(error_ptr); in Disconnect()
161 Disconnect(nullptr); in Read()
378 comm->Disconnect(); in ReadThread()
414 Disconnect(nullptr); in SetConnection()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp242 Disconnect(); in StopAsyncThread()
267 auto D = make_scope_exit([&]() { server->Disconnect(); }); in AsyncThread()
DGDBRemoteCommunication.cpp78 Disconnect(); in ~GDBRemoteCommunication()
383 Disconnect(); in WaitForPacketNoLock()
398 Disconnect(); in WaitForPacketNoLock()
DProcessGDBRemote.cpp994 m_gdb_comm.Disconnect(); in ConnectToDebugserver()
1238 m_gdb_comm.Disconnect(); in DidExit()
2417 m_gdb_comm.Disconnect(); in DoHalt()
3619 m_gdb_comm.Disconnect(); in KillDebugserverProcess()
3685 m_gdb_comm.Disconnect(); // Disconnect from the debug server. in StopAsyncThread()
DGDBRemoteCommunicationServerLLGS.cpp3615 connection->Disconnect(&error); in MaybeCloseInferiorTerminalConnection()
DGDBRemoteCommunicationClient.cpp77 Disconnect(); in ~GDBRemoteCommunicationClient()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommunication.i50 Disconnect ();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DConnection.h83 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr) = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommunication.h52 lldb::ConnectionStatus Disconnect();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
DConnectionFileDescriptorPosix.h54 lldb::ConnectionStatus Disconnect(Status *error_ptr) override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DCommunication.h151 lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
Dp2p_disconnect.py107 self.p2p_interface.Disconnect()
/freebsd-12-stable/sys/dev/vnic/
Dlmac_if.m94 # Disconnect PHY
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp232 m_communication.Disconnect(); in ~ScriptInterpreterIORedirect()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp113 Disconnect(nullptr); in ~ConnectionFileDescriptor()
295 ConnectionStatus ConnectionFileDescriptor::Disconnect(Status *error_ptr) { in Disconnect() function in ConnectionFileDescriptor
/freebsd-12-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h46 bool Disconnect; member
Dwpa_auth.c810 sm->Disconnect = true; in wpa_request_new_ptk()
1852 sm->Disconnect = true; in wpa_auth_sm_event()
1970 sm->Disconnect = false; in SM_STATE()
2049 sm->Disconnect = true; in SM_STATE()
2067 sm->Disconnect = true; in wpa_auth_sm_ptk_update()
2094 sm->Disconnect = true; in SM_STATE()
2112 sm->Disconnect = true; in SM_STATE()
2131 sm->Disconnect = true; in SM_STATE()
3713 else if (sm->Disconnect in SM_STEP()
4015 sm->Disconnect = true; in SM_STATE()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp341 m_gdb_client.Disconnect(); in ConnectRemote()
350 m_gdb_client.Disconnect(&error); in DisconnectRemote()
/freebsd-12-stable/share/misc/
Dscsi_modes96 0x02 "Disconnect-Reconnect" {
100 {Disconnect Time Limit} i2
/freebsd-12-stable/share/examples/netgraph/
Dngctl26 rmhook Disconnect hook "hook" of the node at "path"
/freebsd-12-stable/sys/dev/mps/mpi/
Dmpi2_history.txt248 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd-12-stable/contrib/wpa/hostapd/
DChangeLog224 CoA/Disconnect-Request packets to be authenticated
317 - extend Disconnect-Request processing to allow matching of multiple
376 * enforce full EAP authentication after RADIUS Disconnect-Request by
379 in RADIUS Disconnect-Request
/freebsd-12-stable/sys/dev/mpr/mpi/
Dmpi2_history.txt393 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp3264 m_stdio_communication.Disconnect(); in DestroyImpl()
3334 m_stdio_communication.Disconnect(); in ShouldBroadcastEvent()

12