Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp270 bool disconnect = false; in ReadThread() local
283 disconnect = GetCloseOnEOF(); in ReadThread()
288 disconnect = GetCloseOnEOF(); in ReadThread()
331 if (disconnect) in ReadThread()
/openbsd/sys/arch/sparc64/conf/
H A DRAMDISKU136 # bits 0-7: disable disconnect/reselect for the corresponding target
38 # Note: targets 4-7 have disconnect/reselect enabled on the premise
40 # devices should be allowed to disconnect for the SCSI bus
H A DRAMDISK140 # bits 0-7: disable disconnect/reselect for the corresponding target
142 # Note: targets 4-7 have disconnect/reselect enabled on the premise
144 # devices should be allowed to disconnect for the SCSI bus
H A DGENERIC397 # bits 0-7: disable disconnect/reselect for the corresponding target
399 # Note: targets 4-7 have disconnect/reselect enabled on the premise
401 # devices should be allowed to disconnect for the SCSI bus
/openbsd/usr.bin/ftp/
H A Dsmall.h32 void disconnect(int, char **);
H A Dcmdtab.c137 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
142 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
H A Dfetch.c1262 disconnect(0, NULL); in auto_fetch()
1440 disconnect(0, NULL); in auto_fetch()
1549 disconnect(0, NULL); in auto_fetch()
H A Dsmall.c510 disconnect(int argc, char *argv[]) function
H A Dcmds.c1264 disconnect(0, 0); in quit()
1267 disconnect(0, 0); in quit()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp110 Error SimpleRemoteEPC::disconnect() { in disconnect() function in llvm::orc::SimpleRemoteEPC
111 T->disconnect(); in disconnect()
161 T->disconnect(); in handleMessage()
312 T->disconnect(); in setup()
H A DExecutorProcessControl.cpp137 Error SelfExecutorProcessControl::disconnect() { in disconnect() function in llvm::orc::SelfExecutorProcessControl
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h62 return joinErrors(std::move(Err), SREPC->disconnect()); in Create()
88 Error disconnect() override;
H A DExecutorProcessControl.h363 virtual Error disconnect() = 0;
423 Error disconnect() override { return Error::success(); } in disconnect() function
462 Error disconnect() override;
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h98 virtual void disconnect() = 0;
123 void disconnect() override;
/openbsd/sys/dev/microcode/siop/
H A Dsiop.ss71 ENTRY disconnect;
250 ; should get a disconnect message now
259 CALL REL(disconnect) ; disconnect message;
339 disconnect:
347 CALL REL(disconnect);
H A Dosiop.ss99 JUMP REL(disc), IF 0x04 ; disconnect message
133 int int_disc_wodp ; signal disconnect w/o save DP
139 INT int_msgsdp, IF NOT 0x04 ; interrupt if not disconnect
143 INT int_disc ; signal disconnect
H A Doosiop.ss97 JUMP REL(disconnect), IF 0x04
126 disconnect:
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp111 void FDSimpleRemoteEPCTransport::disconnect() { in disconnect() function in llvm::orc::FDSimpleRemoteEPCTransport
243 disconnect(); in listenLoop()
/openbsd/usr.sbin/ldapd/
H A Dconn.c93 conn->disconnect = 1; in conn_disconnect()
226 if (conn->disconnect) in conn_write()
H A Dldapd.h220 int disconnect; member
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/
H A Drx_tiesql.test83 sql(<<) or error("disconnect");
H A Drx_sql.test92 sql(<<) or error("disconnect");
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_tc.c43 void (*disconnect)(struct intel_tc_port *tc); member
679 .disconnect = icl_tc_phy_disconnect,
714 .disconnect = icl_tc_phy_disconnect,
914 .disconnect = adlp_tc_phy_disconnect,
1108 .disconnect = xelpdp_tc_phy_disconnect,
1344 tc->phy_ops->disconnect(tc); in tc_phy_disconnect()
/openbsd/usr.sbin/smtpd/
H A Dlka_filter.c736 else if (filter->config->disconnect) { in filter_protocol_internal()
742 filter->config->disconnect); in filter_protocol_internal()
743 filter_result_disconnect(reqid, filter->config->disconnect); in filter_protocol_internal()
/openbsd/gnu/llvm/lldb/docs/man/
H A Dlldb-server.rst198 (e.g. *target create*) will disconnect and launch a local lldb-server instead.

123