Searched refs:to_close (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote-vx.c1357 vx_ops.to_close = vx_close;
1377 vx_run_ops.to_close = vx_proc_close;
H A Dppc-bdm.c327 bdm_ppc_ops.to_close = ocd_close;
H A Dcorelow.c623 core_ops.to_close = core_close;
H A Dremote-st.c770 st2000_ops.to_close = st2000_close;
H A Dtarget.c378 INHERIT (to_close, t);
467 de_fault (to_close,
1672 else if (targ->to_close != NULL)
1673 targ->to_close (quitting);
2354 current_target.to_close = debug_to_close;
H A Dexec.c706 exec_ops.to_close = exec_close;
H A Dremote-sim.c863 gdbsim_ops.to_close = gdbsim_close;
H A Dtarget.h301 /* Old targets with a static target vector provide "to_close".
305 void (*to_close) (int);
302 void (*to_close) (int); member in struct:target_ops
H A Dsol-thread.c1454 orig_core_ops.to_close (quitting);
1629 sol_core_ops.to_close = sol_core_close;
H A Dremote-rdi.c905 arm_rdi_ops.to_close = arm_rdi_close;
H A Dremote-sds.c1072 sds_ops.to_close = sds_close;
H A Dremote-e7000.c2145 e7000_ops.to_close = e7000_close;
H A Dremote-rdp.c1401 remote_rdp_ops.to_close = remote_rdp_close;
H A Dgo32-nat.c854 go32_ops.to_close = go32_close;
H A Dmonitor.c2251 monitor_ops.to_close = monitor_close;
H A Dremote-mips.c3309 mips_ops.to_close = mips_close;
H A Dwin32-nat.c2051 child_ops.to_close = child_close;
H A Dwince.c1901 child_ops.to_close = child_close;
H A Dremote.c5272 remote_ops.to_close = remote_close;
5392 remote_async_ops.to_close = remote_close;
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c336 kgdb_trgt_ops.to_close = kgdb_trgt_close;
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1434 orig_core_ops.to_close (quitting);
1466 fbsd_core_ops.to_close = fbsd_core_close;
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c397 evutil_socket_t *to_close[2]; local
428 to_close[0] = &pair1[0];
429 to_close[1] = &pair2[0];
432 to_close);
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Drs6000.c16336 const char *to_close = NULL;
16357 to_close = "\"\n";
16362 fputs (to_close, file);
16366 to_close = NULL;
16378 to_close = "\n";
16384 if (to_close)
16385 fputs (to_close, file);
16300 const char *to_close = NULL; local

Completed in 244 milliseconds