HomeSort by: relevance | last modified time | path
    Searched defs:disconnect (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.bin/tip/
acu.c 94 disconnect(NULL);
160 disconnect(const char *reason) function
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TargetProcessControl.cpp 114 Error SelfTargetProcessControl::disconnect() { return Error::success(); } function in class:llvm::orc::SelfTargetProcessControl
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-sink.c 100 static void disconnect(SINK_STATE *);
116 disconnect(state);
172 disconnect(state);
177 disconnect(state);
182 disconnect(state);
196 /* disconnect - handle disconnection events */
198 static void disconnect(SINK_STATE *state) function
smtp-source.c 44 /* Don't disconnect after sending a message; send the next
234 static int disconnect = 1; variable
501 * distinguish between server disconnect and connection refused.
894 if (disconnect || message_count < 1) {
940 if (disconnect || message_count < 1) {
956 /* quit_done - disconnect */
969 /* close_session - disconnect, for example after 421 or 521 reply */
1037 disconnect = 0;
smtp-sink.c 124 /* Disconnect (without replying) after receiving one of the
132 /* Send a 421 reply and disconnect after receiving one
368 static void disconnect(SINK_STATE *);
745 disconnect(state);
789 /* Stop reading, send premature 550, and disconnect. */
874 disconnect(state);
879 disconnect(state);
890 disconnect(state);
992 #define FLAG_DISCONNECT (1<<4) /* disconnect */
993 #define FLAG_CLOSE (1<<5) /* say goodbye and disconnect */
1316 static void disconnect(SINK_STATE *state) function
    [all...]
  /src/external/bsd/wpa/dist/src/radius/
radius_das.h 53 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
radius_das.c 28 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
70 "Disconnect-Request from %s:%d", attr,
147 res = das->disconnect(das->ctx, &attrs);
166 /* not used with Disconnect-Request */
564 das->disconnect = conf->disconnect;
radius_server.c 1566 RADIUS_DEBUG("Ignore unexpected Disconnect response");
1573 RADIUS_DEBUG("Ignore unexpected Disconnect response with unexpected identifier %u (expected %u)",
1583 RADIUS_DEBUG("Ignore Disconnect response with invalid authenticator");
1588 RADIUS_DEBUG("Disconnect-%s received for " MACSTR,
2712 int disconnect; local
2728 /* req: <disconnect|coa> <MAC Address> [t_c_clear] */
2730 if (os_strncmp(pos, "disconnect ", 11) == 0) {
2731 disconnect = 1;
2734 disconnect = 0;
2748 if (!disconnect && !t_c_clear)
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp 55 Error disconnect() override;
92 Error RemoteTargetProcessControl::disconnect() { function in class:llvm::orc::RemoteTargetProcessControl
140 Error JITLinkExecutor::disconnect() { return TPC->disconnect(); } function in class:JITLinkExecutor
259 return joinErrors(std::move(Err), TPC->disconnect());
338 return joinErrors(std::move(Err), TPC->disconnect());
  /src/external/gpl3/gdb.old/dist/gdb/
inf-child.c 171 inf_child_target::disconnect (const char *args, int from_tty) function in class:inf_child_target
174 error (_("Argument given to \"disconnect\"."));
record-btrace.c 73 void disconnect (const char *, int) override;
426 /* The disconnect method of target record-btrace. */
429 record_btrace_target::disconnect (const char *args, function in class:record_btrace_target
437 /* Forward disconnect. */
438 beneath->disconnect (args, from_tty);
record-full.c 277 void disconnect (const char *, int) override;
310 void disconnect (const char *, int) override;
340 record_full_target::disconnect (const char *args, int from_tty) function in class:record_full_target
346 record_full_core_target::disconnect (const char *args, int from_tty) function in class:record_full_core_target
target-delegates-gen.c 35 void disconnect (const char *arg0, int arg1) override;
212 void disconnect (const char *arg0, int arg1) override;
425 target_ops::disconnect (const char *arg0, int arg1) function in class:target_ops
427 this->beneath ()->disconnect (arg0, arg1);
431 dummy_target::disconnect (const char *arg0, int arg1) function in class:dummy_target
437 debug_target::disconnect (const char *arg0, int arg1) function in class:debug_target
439 target_debug_printf_nofunc ("-> %s->disconnect (...)", this->beneath ()->shortname ());
440 this->beneath ()->disconnect (arg0, arg1);
441 target_debug_printf_nofunc ("<- %s->disconnect (%s, %s)",
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
server.py 605 @request("disconnect", on_dap_thread=True, expect_stopped=False)
607 def disconnect(*, terminateDebuggee: bool = False, **args): function
  /src/external/gpl3/gdb/dist/gdb/
inf-child.c 171 inf_child_target::disconnect (const char *args, int from_tty) function in class:inf_child_target
174 error (_("Argument given to \"disconnect\"."));
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
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 in struct:opaque_vchi_connection_api_t
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
server.py 613 @request("disconnect", on_dap_thread=True, expect_stopped=False)
615 def disconnect(*, terminateDebuggee: bool = False, **args): function
  /src/sys/dev/ic/
osiop.c 752 printf("%s: Inhibiting disconnect: 0x%02x\n",
887 int disconnect, i; local
922 disconnect = (xs->xs_control & XS_CTL_REQSENSE) == 0 &&
925 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect);
1334 /* Disconnect */
1336 printf("%s: Disconnect with no active command?\n",
1361 * by the phase change interrupt. If the disconnect
1396 * If data transfer was interrupted by disconnect, curaddr
  /src/external/bsd/ppp/dist/pppd/
pppd.h 231 void (*disconnect)(void); member in struct:channel
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 769 Error LLVMJITLinkRemoteTargetProcessControl::disconnect() { function in class:llvm::LLVMJITLinkRemoteTargetProcessControl
1388 ExitOnErr(S->TPC->disconnect());
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
retcode.c 560 int disconnect = 0; local
595 /* disconnect */
601 disconnect = 1;
715 if ( disconnect ) {
1203 if ( strcasecmp( arg, "disconnect" ) == 0 ) {
1206 } else if ( strcasecmp( arg, "pre-disconnect" ) == 0 ) {
1209 } else if ( strcasecmp( arg, "post-disconnect" ) == 0 ) {
1483 "DESC 'Disconnect without notice' "
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 99 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
784 void WpaGui::disconnect() function in class:WpaGui
788 ctrlRequest("DISCONNECT", reply, &reply_len);
1388 disconnectAction = new QAction(tr("&Disconnect"), this);
1391 SLOT(disconnect()));
  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 2146 jobserver_info::disconnect () function in class:jobserver_info
  /src/usr.bin/ftp/
cmds.c 1771 disconnect(0, NULL);
1774 disconnect(0, NULL);
1795 disconnect(int argc, char *argv[]) function
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 337 void (*disconnect)(void *ctx, const u8 *addr, u16 reason); member in struct:wpa_auth_callbacks

Completed in 33 milliseconds

1 2