Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.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()
H A DThreadedCommunication.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/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp77 m_opaque->Disconnect(); in AdoptFileDesriptor()
89 ConnectionStatus SBCommunication::Disconnect() { in Disconnect() function in SBCommunication
94 status = m_opaque->Disconnect(); in Disconnect()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h83 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr) = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h52 lldb::ConnectionStatus Disconnect();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h76 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
H A DThreadedCommunication.h111 lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr) override;
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py107 self.p2p_interface.Disconnect()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h51 lldb::ConnectionStatus Disconnect(Status *error_ptr) override;
/freebsd/sys/dev/vnic/
H A Dlmac_if.m92 # Disconnect PHY
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a77970-eagle-function-expansion.dtso57 /* Disconnect MAX9286 GMSL I2C. */
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp88 Disconnect(nullptr); in ~ConnectionFileDescriptor()
191 ConnectionStatus ConnectionFileDescriptor::Disconnect(Status *error_ptr) { in Disconnect() function in ConnectionFileDescriptor
193 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Disconnect ()", in Disconnect()
200 log, "%p ConnectionFileDescriptor::Disconnect(): Nothing to disconnect", in Disconnect()
216 "%p ConnectionFileDescriptor::Disconnect(): Couldn't get " in Disconnect()
222 "%p ConnectionFileDescriptor::Disconnect(): Couldn't get the " in Disconnect()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp275 m_communication.Disconnect(); in ~ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp74 Disconnect(); in ~GDBRemoteCommunication()
358 Disconnect(); in WaitForPacketNoLock()
373 Disconnect(); in WaitForPacketNoLock()
H A DProcessGDBRemote.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()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h46 bool Disconnect; member
H A Dwpa_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/share/misc/
H A Dscsi_modes95 0x02 "Disconnect-Reconnect" {
99 {Disconnect Time Limit} i2
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dti-sysc.txt7 in the OCP Disconnect Protocol but other than that is mostly independent
/freebsd/share/examples/netgraph/
H A Dngctl25 rmhook Disconnect hook "hook" of the node at "path"
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp271 client_up->Disconnect(); in ConnectRemote()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_history.txt246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd/contrib/wpa/hostapd/
H A DChangeLog261 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/sys/dev/mpr/mpi/
H A Dmpi2_history.txt391 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3537 m_stdio_communication.Disconnect(); in DestroyImpl()
3609 m_stdio_communication.Disconnect(); in ShouldBroadcastEvent()

12