Searched refs:disconnect (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsolib-disc.exp71 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after load"
93 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after unload"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsolib-disc.exp76 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after load"
98 gdb_test "disconnect" "Ending remote debugging\\." "disconnect after unload"
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-sink.c100 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
H A Dsmtp-sink.c132 /* 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 */
1259 disconnect(stat
1316 static void disconnect(SINK_STATE *state) function
[all...]
H A Dsmtp-source.c44 /* Don't disconnect after sending a message; send the next
211 static int disconnect = 1; variable
463 * distinguish between server disconnect and connection refused.
849 if (disconnect || message_count < 1) {
895 if (disconnect || message_count < 1) {
911 /* quit_done - disconnect */
924 /* close_session - disconnect, for example after 421 or 521 reply */
992 disconnect = 0;
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A Dradius_das.h53 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
H A Dradius_das.c28 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
147 res = das->disconnect(das->ctx, &attrs);
554 das->disconnect = conf->disconnect;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dtui-window-disabled.py67 gdb.events.stop.disconnect(self._stop_listener)
68 gdb.events.exited.disconnect(self._exit_listener)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d179 final void disconnect(slot_t slot)
181 debug (signal) writefln("Signal.disconnect(slot)");
346 a.disconnect(&o.watch); // o.watch is no longer a slot
347 a.disconnect(&o3.watch);
348 a.disconnect(&o5.watch);
349 a.disconnect(&o4.watch);
350 a.disconnect(&o2.watch);
355 destroy(o); // destroying o should automatically disconnect it
417 // disconnect the watcher and make sure it doesn't trigger
418 a.disconnect(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d180 final void disconnect(slot_t slot)
182 debug (signal) writefln("Signal.disconnect(slot)");
359 a.disconnect(&o.watch); // o.watch is no longer a slot
360 a.disconnect(&o3.watch);
361 a.disconnect(&o5.watch);
362 a.disconnect(&o4.watch);
363 a.disconnect(&o2.watch);
368 destroy(o); // destroying o should automatically disconnect it
430 // disconnect the watcher and make sure it doesn't trigger
431 a.disconnect(
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp55 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());
H A DRemoteJITUtils.h71 Error disconnect();
H A DLLJITWithRemoteDebugging.cpp256 ExitOnErr(Executor->disconnect());
/netbsd-current/usr.bin/tip/
H A Dacu.c94 disconnect(NULL);
160 disconnect(const char *reason) function
H A Dtip.h70 extern char *DI; /* disconnect string */
271 void disconnect(const char *);
/netbsd-current/external/mit/xorg/server/xorg-server/xfixes/
H A DMakefile9 SRCS= cursor.c disconnect.c region.c saveset.c select.c xfixes.c
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h65 Error disconnect() override;
93 Err = joinErrors(std::move(Err2), disconnect());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-child.h40 void disconnect (const char *, int) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-child.h40 void disconnect (const char *, int) override;
/netbsd-current/usr.bin/ftp/
H A Dextern.h119 void disconnect(int, char **);
H A Dcmdtab.c202 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
207 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h152 virtual Error disconnect() = 0;
192 Error disconnect() override;
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchi/connections/
H A Dconnection.h199 // 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
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h74 virtual void disconnect();
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_common.c225 !CHECK_TRIGGER(disconnect) &&

Completed in 507 milliseconds

123