Home
last modified time | relevance | path

Searched refs:do_detach (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dprocess-dies-while-detaching.exp150 proc do_detach {multi_process cmd child_exit} { procedure
232 do_detach $multi_process $cmd "normal"
267 do_detach $multi_process $cmd "normal"
306 do_detach $multi_process $cmd "signal"
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_audio_chain.cpp71 virtual bool do_detach() = 0;
91 bool do_detach();
110 bool do_detach();
127 bool do_detach();
158 bool do_detach();
271 bool rc = attached_to && do_detach(); in detach()
397 bool Voice::do_detach() in do_detach() function in Voice
458 bool Mixer::do_detach() in do_detach() function in Mixer
505 bool SampleInstance::do_detach() in do_detach() function in SampleInstance
604 bool Audiostream::do_detach() in do_detach() function in Audiostream
/dports/security/tinc/tinc-1.0.36/src/
H A Dprocess.c37 bool do_detach = true; variable
333 if(do_detach) { in detach()
358 openlogger(identname, use_logfile ? LOGMODE_FILE : (do_detach ? LOGMODE_SYSLOG : LOGMODE_STDERR)); in detach()
539 if(do_detach) { in fatal_signal_handler()
652 if(!do_detach) { in setup_signals()
662 if(!do_detach) { in setup_signals()
H A Dprocess.h24 extern bool do_detach;
H A Dtincd.c183 do_detach = false; in parse_options()
682 do_detach = false; in main()
725 if(!do_detach || !init_service()) { in main()
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dprocess.c40 bool do_detach = true; variable
217 if(do_detach) { in detach()
236 } else if(use_syslog || do_detach) { in detach()
H A Dtincd.c162 do_detach = false; in parse_options()
432 do_detach = false; in main()
473 if(!do_detach || !init_service()) { in main()
H A Dprocess.h24 extern bool do_detach;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/packet/
H A Dpacket_volume_attachment.py179 def do_detach(packet_conn, vol, dev_id=None): function
244 do_detach(packet_conn, volume)
247 do_detach(packet_conn, volume, device['id'])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dpacket_volume_attachment.py179 def do_detach(packet_conn, vol, dev_id=None): function
244 do_detach(packet_conn, volume)
247 do_detach(packet_conn, volume, device['id'])
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dxdp_fwd_user.c50 static int do_detach(int idx, const char *name) in do_detach() function
159 err = do_detach(idx, argv[i]); in main()
H A Dxdp_sample_pkts_user.c49 static int do_detach(int idx, const char *name) in do_detach() function
96 do_detach(if_idx, if_name); in sig_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dxdp_fwd_user.c50 static int do_detach(int idx, const char *name) in do_detach() function
159 err = do_detach(idx, argv[i]); in main()
H A Dxdp_sample_pkts_user.c49 static int do_detach(int idx, const char *name) in do_detach() function
96 do_detach(if_idx, if_name); in sig_handler()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/
H A Dgui_launch.py19 def do_detach(fork=True, setsid=True, redirect=True): function
36 do_detach()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dxdp_fwd_user.c50 static int do_detach(int idx, const char *name) in do_detach() function
159 err = do_detach(idx, argv[i]); in main()
H A Dxdp_sample_pkts_user.c49 static int do_detach(int idx, const char *name) in do_detach() function
96 do_detach(if_idx, if_name); in sig_handler()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DBranchGroupRetained.java86 do_detach(); in detach()
98 this.do_detach(); in detach()
108 void do_detach() { in do_detach() method in BranchGroupRetained
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dnto-low.c74 do_detach (void) in do_detach() function
188 do_detach (); in do_attach()
216 do_detach (); in do_attach()
395 do_detach (); in nto_kill()
405 do_detach (); in nto_detach()
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dnto-low.c75 do_detach (void) in do_detach() function
189 do_detach (); in do_attach()
217 do_detach (); in do_attach()
396 do_detach (); in nto_kill()
406 do_detach (); in nto_detach()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dubi_tools.c70 #define do_detach (ENABLE_UBIDETACH && applet_name[3] == 'd') macro
189 if (do_detach) { in ubi_tools_main()
/dports/net/iodine/iodine-0.7.0/src/
H A Dcommon.h121 void do_detach();
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/bpftool/
H A Dcgroup.c439 static int do_detach(int argc, char **argv) in do_detach() function
515 { "detach", do_detach },
H A Dlink.c362 static int do_detach(int argc, char **argv) in do_detach() function
416 { "detach", do_detach },
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/bpftool/
H A Dcgroup.c439 static int do_detach(int argc, char **argv) in do_detach() function
515 { "detach", do_detach },

123456