Searched refs:exit_func (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.sbin/tpctl/
H A Ddata.c107 goto exit_func;
139 goto exit_func;
146 goto exit_func;
158 goto exit_func;
165 goto exit_func;
190 goto exit_func;
198 goto exit_func;
208 goto exit_func;
214 goto exit_func;
236 goto exit_func;
[all...]
/netbsd-current/usr.sbin/ldpd/
H A Dldp_command.c74 static int exit_func(int, char *);
91 { "quit", exit_func },
92 { "exit", exit_func },
393 exit_func(int s, char *recvspace) function
/netbsd-current/tests/lib/libc/sys/
H A Dt_futex_ops.c82 void (*exit_func)(void); member in struct:lwp_data
288 (*d->exit_func)();
316 (*d->exit_func)();
322 void (*exit_func)(void),
334 if (exit_func == NULL)
335 exit_func = exit_lwp_waiter;
347 wlwp->exit_func = exit_func;
320 do_futex_wait_wake_test(volatile int *futex_ptr, volatile int *error_ptr, void (*create_func)(struct lwp_data *), void (*exit_func)(void), void (*reap_func)(struct lwp_data *), int flags) argument
/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c175 exit_func(void) function
199 atexit(exit_func);
/netbsd-current/usr.sbin/bta2dpd/bta2dpd/
H A Dbta2dpd.c210 static void exit_func(void);
903 if (atexit(exit_func))
999 if (atexit(exit_func))
1167 exit_func(void) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c4054 load_cr_save (int regno, rtx frame_reg_rtx, int offset, bool exit_func)
4060 if (!exit_func && DEFAULT_ABI == ABI_V4)
4074 restore_saved_cr (rtx reg, bool using_mfcr_multiple, bool exit_func)
4112 if (!exit_func && DEFAULT_ABI == ABI_ELFv2 && flag_shrink_wrap)
4132 if (!exit_func && DEFAULT_ABI == ABI_ELFv2 && flag_shrink_wrap)
4142 if (!exit_func && DEFAULT_ABI != ABI_ELFv2
4168 restore_saved_lr (int regno, bool exit_func)
4174 if (!exit_func && flag_shrink_wrap)
4727 bool exit_func = (!restoring_FPRs_inline
4748 if (!exit_func
4050 load_cr_save(int regno, rtx frame_reg_rtx, int offset, bool exit_func) argument
4070 restore_saved_cr(rtx reg, bool using_mfcr_multiple, bool exit_func) argument
4164 restore_saved_lr(int regno, bool exit_func) argument
4723 bool exit_func = (!restoring_FPRs_inline local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc4093 load_cr_save (int regno, rtx frame_reg_rtx, int offset, bool exit_func)
4099 if (!exit_func && DEFAULT_ABI == ABI_V4)
4113 restore_saved_cr (rtx reg, bool using_mfcr_multiple, bool exit_func)
4151 if (!exit_func && DEFAULT_ABI == ABI_ELFv2 && flag_shrink_wrap)
4171 if (!exit_func && DEFAULT_ABI == ABI_ELFv2 && flag_shrink_wrap)
4181 if (!exit_func && DEFAULT_ABI != ABI_ELFv2
4207 restore_saved_lr (int regno, bool exit_func)
4213 if (!exit_func && flag_shrink_wrap)
4766 bool exit_func = (!restoring_FPRs_inline
4787 if (!exit_func
4089 load_cr_save(int regno, rtx frame_reg_rtx, int offset, bool exit_func) argument
4109 restore_saved_cr(rtx reg, bool using_mfcr_multiple, bool exit_func) argument
4203 restore_saved_lr(int regno, bool exit_func) argument
4762 bool exit_func = (!restoring_FPRs_inline local
[all...]

Completed in 185 milliseconds