Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 190) sorted by relevance

12345678

/dragonfly/lib/libutil/
H A Dsnprintb.c98 restart = 1; \ in snprintb_m()
119 restart = 0; \ in snprintb_m()
132 restart = 0; \ in snprintb_m()
138 if (restart) \ in snprintb_m()
162 if (restart) in snprintb_m()
167 if (restart) in snprintb_m()
185 if (restart) in snprintb_m()
188 if (restart == 0) in snprintb_m()
199 if (restart == 0) in snprintb_m()
207 if (restart == 0) in snprintb_m()
[all …]
/dragonfly/usr.sbin/daemon/
H A Ddaemon.c84 int ch, nochdir, noclose, restart, dosyslog, child_eof; in main() local
99 restart = 0; in main()
132 restart = 1; in main()
135 restart = strtol(optarg, &p, 0); in main()
136 if (p == optarg || restart < 1) in main()
204 if (pidfile || ppidfile || restart || outfd != -1 || dosyslog) { in main()
274 restart: in main()
408 if (restart && !terminate) in main()
409 daemon_sleep(restart, 0); in main()
414 if (restart && !terminate) { in main()
[all …]
/dragonfly/sbin/startslip/
H A Dstartslip.c220 restart: in main()
268 goto restart; in main()
289 goto restart; in main()
301 goto restart; in main()
341 goto restart; in main()
364 goto restart; in main()
367 goto restart; in main()
382 goto restart; in main()
415 goto restart; in main()
466 goto restart; in main()
/dragonfly/lib/i18n_module/DECHanyu/
H A Dcitrus_dechanyu.c186 goto restart; in _citrus_DECHanyu_mbrtowc_priv()
222 goto restart; in _citrus_DECHanyu_mbrtowc_priv()
229 goto restart; in _citrus_DECHanyu_mbrtowc_priv()
238 goto restart; in _citrus_DECHanyu_mbrtowc_priv()
250 goto restart; in _citrus_DECHanyu_mbrtowc_priv()
264 restart: in _citrus_DECHanyu_mbrtowc_priv()
/dragonfly/sys/dev/drm/
H A Dlinux_hrtimer.c34 enum hrtimer_restart restart = HRTIMER_RESTART; in __hrtimer_function() local
37 restart = timer->function(timer); in __hrtimer_function()
40 if (restart == HRTIMER_RESTART) { in __hrtimer_function()
/dragonfly/sys/dev/video/bktr/
H A Dmsp34xx.c736 restart: in msp3400c_thread()
740 msp->restart = 0; in msp3400c_thread()
762 if (msp->restart) in msp3400c_thread()
763 msp->restart = 0; in msp3400c_thread()
797 if (msp->restart) in msp3400c_thread()
798 goto restart; in msp3400c_thread()
976 restart: in msp3410d_thread()
979 msp->restart = 0; in msp3410d_thread()
1029 goto restart; in msp3410d_thread()
1239 msp->restart = 1; in msp_wake_thread()
[all …]
/dragonfly/contrib/dialog/
H A Dprogressbox.c141 get_line(MY_OBJ * obj, int *restart) in get_line() argument
148 *restart = 0; in get_line()
208 *restart = 1; in get_line()
299 restart: in pause_for_ok()
351 goto restart; in pause_for_ok()
411 restart: in dlg_progressbox()
426 goto restart; in dlg_progressbox()
H A Dyesno.c69 restart: in dialog_yesno()
148 goto restart; in dialog_yesno()
/dragonfly/etc/
H A Drc.sendmail242 restart)
255 restart-mta)
267 restart-mspq)
/dragonfly/etc/sendmail/
H A DMakefile.4install218 restart restart-mta restart-mspq:
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_tv.c428 int restart; in radeon_legacy_tv_init_restarts() local
484 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()
497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); in radeon_legacy_tv_init_restarts()
502 tv_dac->tv.hrestart = restart % h_total; in radeon_legacy_tv_init_restarts()
503 restart /= h_total; in radeon_legacy_tv_init_restarts()
504 tv_dac->tv.vrestart = restart % v_total; in radeon_legacy_tv_init_restarts()
505 restart /= v_total; in radeon_legacy_tv_init_restarts()
506 tv_dac->tv.frestart = restart % f_total; in radeon_legacy_tv_init_restarts()
/dragonfly/contrib/diffutils/lib/
H A Dmsvc-inval.h154 jmp_buf restart; member
181 if (setjmp (msvc_inval_current->restart) == 0) \
/dragonfly/contrib/gcc-4.7/libcpp/
H A Ddirectives-only.c49 restart: in _cpp_preprocess_dir_only()
118 goto restart; in _cpp_preprocess_dir_only()
240 goto restart; in _cpp_preprocess_dir_only()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Ddirectives-only.c48 restart: in _cpp_preprocess_dir_only()
117 goto restart; in _cpp_preprocess_dir_only()
239 goto restart; in _cpp_preprocess_dir_only()
/dragonfly/sbin/rcrun/
H A Drcrun.sh129 arg=restart
191 restart)
198 (sh $dep restart)
/dragonfly/lib/i18n_module/UTF8/
H A Dcitrus_utf8.c199 goto restart; in _citrus_UTF8_mbrtowc_priv()
212 goto restart; in _citrus_UTF8_mbrtowc_priv()
237 restart: in _citrus_UTF8_mbrtowc_priv()
/dragonfly/sys/kern/
H A Dimgact_resident.c285 restart: in sys_exec_sys_unregister()
295 goto restart; in sys_exec_sys_unregister()
315 goto restart; in sys_exec_sys_unregister()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_suspend_np.c87 restart: in _pthread_suspend_all_np()
106 goto restart; in _pthread_suspend_all_np()
/dragonfly/usr.sbin/ppp/
H A Dcbcp.c84 if (cbcp->fsm.restart) { in cbcp_Timeout()
307 cbcp->fsm.restart--; in cbcp_SendReq()
346 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Up()
501 cbcp->fsm.restart--; in cbcp_SendResponse()
612 cbcp->fsm.restart--; in cbcp_SendAck()
661 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Input()
687 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Input()
/dragonfly/sys/dev/sound/pcm/
H A Dvchan.c448 int *vchanrate, vchancount, direction, ret, newspd, restart; in sysctl_dev_pcm_vchanrate() local
516 restart = 1; in sysctl_dev_pcm_vchanrate()
518 restart = 0; in sysctl_dev_pcm_vchanrate()
530 if (restart != 0) { in sysctl_dev_pcm_vchanrate()
556 int *vchanformat, vchancount, direction, ret, restart; in sysctl_dev_pcm_vchanformat() local
630 restart = 1; in sysctl_dev_pcm_vchanformat()
632 restart = 0; in sysctl_dev_pcm_vchanformat()
637 if (restart != 0) { in sysctl_dev_pcm_vchanformat()
/dragonfly/sbin/reboot/
H A Dreboot.c176 goto restart; in main()
189 restart: in main()
/dragonfly/usr.bin/nl/
H A Dnl.c111 static int restart = 1; variable
140 restart = 0; in main()
295 if (restart) in filter()
/dragonfly/lib/i18n_module/EUC/
H A Dcitrus_euc.c214 goto restart; in _citrus_EUC_mbrtowc_priv()
232 goto restart; in _citrus_EUC_mbrtowc_priv()
270 restart: in _citrus_EUC_mbrtowc_priv()
/dragonfly/lib/i18n_module/MSKanji/
H A Dcitrus_mskanji.c177 goto restart; in _citrus_MSKanji_mbrtowc_priv()
192 goto restart; in _citrus_MSKanji_mbrtowc_priv()
226 restart: in _citrus_MSKanji_mbrtowc_priv()
/dragonfly/lib/i18n_module/BIG5/
H A Dcitrus_big5.c294 goto restart; in _citrus_BIG5_mbrtowc_priv()
311 goto restart; in _citrus_BIG5_mbrtowc_priv()
348 restart: in _citrus_BIG5_mbrtowc_priv()

12345678