/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 38 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 D | ThreadedCommunication.cpp | 70 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 D | SBCommunication.cpp | 77 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 D | Connection.h | 83 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr) = 0;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommunication.h | 52 lldb::ConnectionStatus Disconnect();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Communication.h | 76 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
|
H A D | ThreadedCommunication.h | 111 lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr) override;
|
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/ |
H A D | p2p_disconnect.py | 107 self.p2p_interface.Disconnect()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.h | 51 lldb::ConnectionStatus Disconnect(Status *error_ptr) override;
|
/freebsd/sys/dev/vnic/ |
H A D | lmac_if.m | 92 # Disconnect PHY
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a77970-eagle-function-expansion.dtso | 57 /* Disconnect MAX9286 GMSL I2C. */
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 88 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 D | ScriptInterpreter.cpp | 275 m_communication.Disconnect(); in ~ScriptInterpreterIORedirect()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 74 Disconnect(); in ~GDBRemoteCommunication() 358 Disconnect(); in WaitForPacketNoLock() 373 Disconnect(); in WaitForPacketNoLock()
|
H A D | ProcessGDBRemote.cpp | 846 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 D | wpa_auth_i.h | 46 bool Disconnect; member
|
H A D | wpa_auth.c | 1117 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 D | scsi_modes | 95 0x02 "Disconnect-Reconnect" { 99 {Disconnect Time Limit} i2
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | ti-sysc.txt | 7 in the OCP Disconnect Protocol but other than that is mostly independent
|
/freebsd/share/examples/netgraph/ |
H A D | ngctl | 25 rmhook Disconnect hook "hook" of the node at "path"
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 271 client_up->Disconnect(); in ConnectRemote()
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_history.txt | 246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 261 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 D | mpi2_history.txt | 391 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 3537 m_stdio_communication.Disconnect(); in DestroyImpl() 3609 m_stdio_communication.Disconnect(); in ShouldBroadcastEvent()
|