/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 56 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect() 61 ConnectionStatus status = connection_sp->Disconnect(error_ptr); in Disconnect() 70 // immediately upon disconnect. 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() 275 bool disconnect = false; in ReadThread() local 288 disconnect = GetCloseOnEOF(); in ReadThread() 293 disconnect = GetCloseOnEOF(); in ReadThread() 335 // ... and disconnect. in ReadThread() 336 if (disconnect) in ReadThread() 337 Disconnect(); in ReadThread()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-cmm.dts | 336 i2c-mux-idle-disconnect; 349 i2c-mux-idle-disconnect; 398 i2c-mux-idle-disconnect; 454 i2c-mux-idle-disconnect; 503 i2c-mux-idle-disconnect; 559 i2c-mux-idle-disconnect; 608 i2c-mux-idle-disconnect; 664 i2c-mux-idle-disconnect; 713 i2c-mux-idle-disconnect; 769 i2c-mux-idle-disconnect; [all...] |
H A D | aspeed-bmc-facebook-fuji.dts | 241 i2c-mux-idle-disconnect; 311 i2c-mux-idle-disconnect; 323 i2c-mux-idle-disconnect; 489 i2c-mux-idle-disconnect; 552 i2c-mux-idle-disconnect; 623 i2c-mux-idle-disconnect; 723 i2c-mux-idle-disconnect; 735 i2c-mux-idle-disconnect; 798 i2c-mux-idle-disconnect; 861 i2c-mux-idle-disconnect; [all...] |
H A D | aspeed-bmc-facebook-minipack.dts | 352 i2c-mux-idle-disconnect; 433 i2c-mux-idle-disconnect; 449 i2c-mux-idle-disconnect; 515 i2c-mux-idle-disconnect; 581 i2c-mux-idle-disconnect; 647 i2c-mux-idle-disconnect; 737 i2c-mux-idle-disconnect; 801 i2c-mux-idle-disconnect; 817 i2c-mux-idle-disconnect; 883 i2c-mux-idle-disconnect; [all...] |
H A D | aspeed-bmc-facebook-cloudripper.dts | 140 i2c-mux-idle-disconnect; 202 i2c-mux-idle-disconnect; 264 i2c-mux-idle-disconnect; 431 i2c-mux-idle-disconnect; 494 i2c-mux-idle-disconnect;
|
H A D | aspeed-bmc-vegman-n110.dts | 96 i2c-mux-idle-disconnect; 103 i2c-mux-idle-disconnect; 114 i2c-mux-idle-disconnect;
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | cc770.txt | 31 - bosch,disconnect-rx0-input : see data sheet. 33 - bosch,disconnect-rx1-input : see data sheet. 35 - bosch,disconnect-tx1-output : see data sheet.
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | sunplus,sp7021-usb2-phy.yaml | 37 description: names corresponding to the nvmem cells of disconnect voltage 41 description: nvmem cell address of disconnect voltage 46 description: the otp address offset of disconnect voltage
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | sunplus,sp7021-ocotp.yaml | 36 disconnect-voltage: 38 description: disconnect voltages of usb2 port 0 and port 1 69 disc_vol: disconnect-voltage@18 {
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux-pca954x.txt | 28 - idle-state: if present, overrides i2c-mux-idle-disconnect, 30 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
H A D | i2c-mux-pca954x.yaml | 60 i2c-mux-idle-disconnect: 62 description: Forces mux to disconnect all children in idle state. This is 67 description: if present, overrides i2c-mux-idle-disconnect
|
H A D | i2c-mux-ltc4306.txt | 17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
/freebsd/share/man/man4/ |
H A D | ng_l2cap.4 | 160 In this state, the connection is shutting down and an L2CAP Disconnect Request 165 L2CAP Disconnect Request message has been received. 166 An L2CA Disconnect 298 is zero if an L2CAP Disconnect Response is received, otherwise a non-zero value 395 Returns an integer containing the current value of the auto disconnect 398 This command accepts an integer and sets the value of the auto disconnect 400 The special value of 0 (zero) disables auto disconnect timeout.
|
H A D | pca954x.4 | 83 .Bl -tag -width i2c-mux-idle-disconnect 84 .It Va i2c-mux-idle-disconnect 85 if defined, forces the switch to disconnect all children in idle state.
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | TODO | 5 1) Deal properly with "shutdown"s and hook "disconnect"s 8 have "disconnect"ed downstream hook. Should L2CAP node deal
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | tqm8xx.dts | 75 bosch,disconnect-rx1-input; 76 bosch,disconnect-tx1-output; 87 bosch,disconnect-rx1-input; 88 bosch,disconnect-tx1-output;
|
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/ |
H A D | p2p_disconnect.py | 3 # Will perform disconnect on interface_name 107 self.p2p_interface.Disconnect() 168 print("Disconnect timed out")
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Communication.h | 67 /// Disconnect the communications connection if one is currently connected. 70 /// \b True if the disconnect succeeded, \b false otherwise. The 75 /// \see bool Connection::Disconnect (); 76 virtual lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
|
/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/wpa/src/radius/ |
H A D | radius_das.c | 28 enum radius_das_res (*disconnect)(void *ctx, member 70 "Disconnect-Request from %s:%d", attr, in radius_das_disconnect() 147 res = das->disconnect(das->ctx, &attrs); in radius_das_disconnect() 166 /* not used with Disconnect-Request */ in radius_das_disconnect() 564 das->disconnect = conf->disconnect; in radius_das_init()
|
/freebsd/usr.sbin/bluetooth/l2control/ |
H A D | l2cap.c | 247 fprintf(stdout, "Auto disconnect timeout: %d sec\n", r.timeout); in l2cap_read_auto_disconnect_timeout() 249 fprintf(stdout, "Auto disconnect disabled\n"); in l2cap_read_auto_disconnect_timeout() 304 "Get L2CAP node auto disconnect timeout (in sec)", 309 "Set L2CAP node auto disconnect timeout (in sec)",
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm730-gbs.dts | 533 i2c-mux-idle-disconnect; 674 i2c-mux-idle-disconnect; 735 i2c-mux-idle-disconnect; 771 i2c-mux-idle-disconnect; 820 i2c-mux-idle-disconnect; 874 i2c-mux-idle-disconnect; 910 i2c-mux-idle-disconnect; 969 i2c-mux-idle-disconnect;
|
/freebsd/sys/contrib/vchiq/interface/vchi/connections/ |
H A D | connection.h | 199 // Callback to inform of a disconnect 227 // Routine to disconnect from a service 299 // Callback to notify that peer has requested disconnect 300 VCHI_CONNECTION_DISCONNECT disconnect; member
|
/freebsd/usr.sbin/ngctl/ |
H A D | rmhook.c | 49 "Disconnect hook \"hook\" of the node at \"path\"", 53 { "disconnect" }
|