Searched refs:restart (Results 26 - 50 of 199) sorted by relevance

12345678

/freebsd-9.3-release/lib/libc/gen/
H A Dreadpassphrase.c60 restart:
105 sa.sa_flags = 0; /* don't restart system calls */
173 goto restart;
/freebsd-9.3-release/sbin/reboot/
H A Dreboot.c173 /* Just stop init -- if we fail, we'll restart it. */
202 goto restart;
215 restart:
217 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "",
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c206 (const union uni_ieall *)&api->restart, cx);
209 (const union uni_ieall *)&api->restart, cx);
219 (const union uni_ieall *)&api->restart, cx);
222 (const union uni_ieall *)&api->restart, cx);
232 (const union uni_ieall *)&api->restart, cx);
235 (const union uni_ieall *)&api->restart, cx);
266 (const union uni_ieall *)&api->restart, cx);
269 (const union uni_ieall *)&api->restart, cx);
H A Dunidef.h269 struct uni_ie_restart restart; member in struct:uniapi_reset_request
274 struct uni_ie_restart restart; member in struct:uniapi_reset_confirm
279 struct uni_ie_restart restart; member in struct:uniapi_reset_indication
302 struct uni_ie_restart restart; member in struct:uniapi_reset_response
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c377 restart:
423 attached, because we can not restart the running
524 goto restart;
549 goto restart;
591 goto restart;
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dsshd.init106 restart)
/freebsd-9.3-release/lib/libiconv_modules/EUC/
H A Dcitrus_euc.c214 goto restart;
232 goto restart;
270 restart:
/freebsd-9.3-release/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c199 goto restart;
212 goto restart;
237 restart:
/freebsd-9.3-release/usr.bin/nl/
H A Dnl.c116 /* whether to restart numbering at logical page delimiters */
117 static int restart = 1; variable
148 restart = 0;
302 if (restart)
/freebsd-9.3-release/sys/geom/bde/
H A Dg_bde_work.c553 int restart, error; local
560 restart = 0;
603 restart++;
615 restart++;
630 restart++;
634 if (restart)
637 if (!restart) {
/freebsd-9.3-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c295 goto restart;
312 goto restart;
349 restart:
/freebsd-9.3-release/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c177 goto restart;
192 goto restart;
226 restart:
/freebsd-9.3-release/lib/libiconv_modules/UES/
H A Dcitrus_ues.c210 goto restart;
217 goto restart;
238 restart:
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h140 struct uni_ie_restart restart; member in struct:uni_restart
147 struct uni_ie_restart restart; member in struct:uni_restart_ack
323 struct uni_restart restart; member in union:uni_msgall
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init.old148 restart)
167 echo "Usage: sshd {start|stop|restart|status|condrestart}"
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c431 int restart; local
486 /* adjust restart */
487 restart = const_ptr->def_restart;
500 restart -= v_offset + h_offset;
502 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
503 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
505 tv_dac->tv.hrestart = restart % h_total;
506 restart /= h_total;
507 tv_dac->tv.vrestart = restart % v_total;
508 restart /
[all...]
/freebsd-9.3-release/usr.sbin/amd/amd/
H A DMakefile24 SRCS+= ops_unionfs.c opts.c readdir.c restart.c rpc_fwd.c sched.c
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfsm.h109 int restart; /* Restart counter value */ member in struct:fsm
/freebsd-9.3-release/contrib/tnftp/src/
H A Dextern.h190 void restart(int, char **);
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kdc.init106 restart|force-reload)
110 # just the same as "restart".
118 # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
119 echo "Usage: $N {start|stop|restart|force-reload}" >&2
/freebsd-9.3-release/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c200 goto restart;
263 restart:
/freebsd-9.3-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c191 goto restart;
236 restart:
/freebsd-9.3-release/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c164 goto restart;
182 restart:
/freebsd-9.3-release/sys/dev/pci/
H A Dpci_subr.c223 restart:
256 goto restart;
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dvchan.c448 int *vchanrate, vchancount, direction, ret, newspd, restart; local
516 restart = 1;
518 restart = 0;
530 if (restart != 0) {
556 int *vchanformat, vchancount, direction, ret, restart; local
630 restart = 1;
632 restart = 0;
637 if (restart != 0) {

Completed in 201 milliseconds

12345678