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

123456789

/freebsd-12-stable/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-12-stable/lib/libc/gen/
H A Dreadpassphrase.c61 restart:
114 sa.sa_flags = 0; /* don't restart system calls */
182 goto restart;
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c69 restart:
116 sa.sa_flags = 0; /* don't restart system calls */
188 goto restart;
/freebsd-12-stable/sbin/reboot/
H A Dreboot.c212 /* Just stop init -- if we fail, we'll restart it. */
241 goto restart;
254 restart:
256 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "",
/freebsd-12-stable/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-12-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init.old131 restart)
150 echo "Usage: sshd {start|stop|restart|status|condrestart}"
/freebsd-12-stable/lib/libiconv_modules/EUC/
H A Dcitrus_euc.c216 goto restart;
234 goto restart;
272 restart:
/freebsd-12-stable/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c201 goto restart;
214 goto restart;
239 restart:
/freebsd-12-stable/usr.bin/nl/
H A Dnl.c117 /* whether to restart numbering at logical page delimiters */
118 static int restart = 1; variable
147 restart = 0;
302 if (restart)
/freebsd-12-stable/sys/geom/bde/
H A Dg_bde_work.c555 int restart, error; local
562 restart = 0;
605 restart++;
617 restart++;
632 restart++;
636 if (restart)
639 if (!restart) {
/freebsd-12-stable/sys/contrib/ck/src/
H A Dck_rhs.c501 restart:
535 goto restart;
923 restart:
960 goto restart;
1082 restart:
1101 goto restart;
1144 restart:
1152 goto restart;
1196 goto restart;
1204 * signaling concurrent probes to restart
[all...]
H A Dck_hs.c335 restart:
390 goto restart;
694 restart:
702 goto restart;
766 restart:
774 goto restart;
786 * signaling concurrent probes to restart. Optionally,
820 restart:
830 goto restart;
/freebsd-12-stable/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-12-stable/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c296 goto restart;
313 goto restart;
350 restart:
/freebsd-12-stable/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c179 goto restart;
194 goto restart;
228 restart:
/freebsd-12-stable/lib/libiconv_modules/UES/
H A Dcitrus_ues.c212 goto restart;
219 goto restart;
240 restart:
/freebsd-12-stable/usr.sbin/ppp/
H A Dfsm.h111 int restart; /* Restart counter value */ member in struct:fsm
/freebsd-12-stable/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-12-stable/contrib/tnftp/src/
H A Dextern.h190 void restart(int, char **);
/freebsd-12-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c183 restart:
230 sa.sa_flags = 0; /* don't restart system calls */
307 goto restart;
/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_xpt.c121 int restart; member in struct:__anon9643
272 if (softc->restart) {
273 softc->restart = 0;
328 0, softc->restart ? (SF_NO_RECOVERY | SF_NO_RETRY) : 0
357 if (softc->restart)
475 if (softc->restart) {
476 softc->restart = 0;
565 softc->restart = 1;
571 ("Failing to restart nvme_probe device\n"));
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dvchan.c450 int *vchanrate, vchancount, direction, ret, newspd, restart; local
518 restart = 1;
520 restart = 0;
532 if (restart != 0) {
558 int *vchanformat, vchancount, direction, ret, restart; local
632 restart = 1;
634 restart = 0;
639 if (restart != 0) {
/freebsd-12-stable/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c202 goto restart;
265 restart:
/freebsd-12-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c193 goto restart;
238 restart:

Completed in 296 milliseconds

123456789