Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDCommunication.cpp38 Disconnect(nullptr); in Clear()
55 ConnectionStatus Communication::Disconnect(Status *error_ptr) { in Disconnect() function in Communication
61 ConnectionStatus status = connection_sp->Disconnect(error_ptr); in Disconnect()
142 Disconnect(nullptr); in SetConnection()
HDThreadedCommunication.cpp70 ConnectionStatus ThreadedCommunication::Disconnect(Status *error_ptr) { in Disconnect() function in ThreadedCommunication
73 return Communication::Disconnect(error_ptr); in Disconnect()
147 Disconnect(nullptr); in Read()
337 Disconnect(); in ReadThread()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommunication.cpp77 m_opaque->Disconnect(); in AdoptFileDesriptor()
89 ConnectionStatus SBCommunication::Disconnect() { in Disconnect() function in SBCommunication
94 status = m_opaque->Disconnect(); in Disconnect()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDConnection.h83 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommunication.h52 lldb::ConnectionStatus Disconnect();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDCommunication.h76 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
HDThreadedCommunication.h111 lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr) override;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
HDp2p_disconnect.py107 self.p2p_interface.Disconnect()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h51 lldb::ConnectionStatus Disconnect(Status *error_ptr) override;
/freebsd-13-stable/sys/dev/vnic/
HDlmac_if.m92 # Disconnect PHY
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp88 Disconnect(nullptr); in ~ConnectionFileDescriptor()
191 ConnectionStatus ConnectionFileDescriptor::Disconnect(Status *error_ptr) { in Disconnect() function in ConnectionFileDescriptor
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDScriptInterpreter.cpp275 m_communication.Disconnect(); in ~ScriptInterpreterIORedirect()
/freebsd-13-stable/contrib/wpa/src/ap/
HDwpa_auth_i.h46 bool Disconnect; member
HDwpa_auth.c1117 sm->Disconnect = true;
2359 sm->Disconnect = true;
2368 sm->Disconnect = true;
2484 sm->Disconnect = false;
2563 sm->Disconnect = true;
2581 sm->Disconnect = true;
2608 sm->Disconnect = true;
2627 sm->Disconnect = true;
2646 sm->Disconnect = true;
5017 else if (sm->Disconnect
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp74 Disconnect(); in ~GDBRemoteCommunication()
358 Disconnect(); in WaitForPacketNoLock()
373 Disconnect(); in WaitForPacketNoLock()
HDProcessGDBRemote.cpp846 m_gdb_comm.Disconnect(); in ConnectToDebugserver()
1164 m_gdb_comm.Disconnect(); in DidExit()
2404 m_gdb_comm.Disconnect(); in DoHalt()
3505 m_gdb_comm.Disconnect(); in KillDebugserverProcess()
3571 m_gdb_comm.Disconnect(); // Disconnect from the debug server. in StopAsyncThread()
HDGDBRemoteCommunicationServerLLGS.cpp4074 connection->Disconnect(&error); in MaybeCloseInferiorTerminalConnection()
/freebsd-13-stable/share/misc/
HDscsi_modes95 0x02 "Disconnect-Reconnect" {
99 {Disconnect Time Limit} i2
/freebsd-13-stable/sys/contrib/device-tree/Bindings/bus/
HDti-sysc.txt7 in the OCP Disconnect Protocol but other than that is mostly independent
/freebsd-13-stable/share/examples/netgraph/
HDngctl25 rmhook Disconnect hook "hook" of the node at "path"
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp271 client_up->Disconnect(); in ConnectRemote()
/freebsd-13-stable/sys/dev/mps/mpi/
HDmpi2_history.txt246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd-13-stable/contrib/wpa/hostapd/
HDChangeLog261 CoA/Disconnect-Request packets to be authenticated
354 - extend Disconnect-Request processing to allow matching of multiple
413 * enforce full EAP authentication after RADIUS Disconnect-Request by
416 in RADIUS Disconnect-Request
/freebsd-13-stable/sys/dev/mpr/mpi/
HDmpi2_history.txt391 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp3537 m_stdio_communication.Disconnect(); in DestroyImpl()
3609 m_stdio_communication.Disconnect(); in ShouldBroadcastEvent()

12