HomeSort by: relevance | last modified time | path
    Searched defs:restart (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/contrib/scripts/
nanny.pl 25 open(FILE, $pid_file_location) || goto restart;
32 goto restart if ($res == 0);
37 goto restart if ($return == 9);
42 restart: label
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 46 beqs restart | short-circuit out
57 lea restart:l, %a3
60 restart: label
  /src/sys/arch/mvme68k/stand/sboot/
start.s 38 restart: label
  /src/external/mpl/bind/dist/bin/tests/system/masterformat/
tests.sh 75 restart() { function
77 start_server --noclean --restart --port "${PORT}" ns3
405 start_server --noclean --restart --port "${PORT}" ns4
469 restart
495 restart
533 start_server --noclean --restart --port "${PORT}" ns1
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 54 beqs restart
76 lea restart:l,%a0
83 restart: label
  /src/external/gpl3/gdb/dist/gnulib/import/
msvc-inval.h 151 /* The restart that will resume execution at the code between
154 jmp_buf restart; member in struct:gl_msvc_inval_per_thread
156 /* Tells whether the contents of restart is valid. */
181 if (setjmp (msvc_inval_current->restart) == 0) \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
msvc-inval.h 151 /* The restart that will resume execution at the code between
154 jmp_buf restart; member in struct:gl_msvc_inval_per_thread
156 /* Tells whether the contents of restart is valid. */
181 if (setjmp (msvc_inval_current->restart) == 0) \
  /src/external/mit/xorg/bin/xsm/
Makefile 8 restart.c save.c saveutil.c signals.c xsm.c xtwatch.c
14 CPPFLAGS.restart.c= -DSYSTEM_INIT_FILE=\"${XSMDIR}/system.xsm\"
  /src/external/bsd/am-utils/dist/amd/
restart.c 1 /* $NetBSD: restart.c,v 1.1.1.3 2015/01/17 16:34:15 christos Exp $ */
38 * File: am-utils/amd/restart.c
116 * Handle an amd restart.
123 * you change something else make *sure* restart() still works.
126 restart(void) function
134 for (mlp = ml = read_mtab("restart", mnttab_file_name);
174 * Handle an amd restart for amd's own mount points.
182 * you change something else make *sure* restart() still works.
197 for (mlp = ml = read_mtab("restart", mnttab_file_name);
235 * Do we have a map for this mount point? Who cares, we'll restart
    [all...]
  /src/games/sail/
globals.c 566 jmp_buf restart; variable
  /src/external/mpl/bind/dist/bin/tests/system/rpz/
tests.sh 214 # restart name server
217 restart() { function
239 start_server --noclean --restart --port ${PORT} ns$1
256 # restart the server to avoid stalling waiting for it to stop
257 restart $CKALIVE_NS "rebuild-bl-rpz"
733 # restart the main test RPZ server to see if that creates a core file
736 add_librpz_rule "restart"
737 restart 3 "rebuild-bl-rpz"
753 # restart the main test RPZ server with a bad zone.
758 restart 3 # do not rebuild rpz zone
    [all...]
  /src/usr.bin/nl/
nl.c 118 /* whether to restart numbering at logical page delimiters */
119 static int restart = 1; variable
152 restart = 0;
298 if (restart)
  /src/usr.sbin/lpr/lpc/
cmds.c 597 * Kill and restart the daemon.
600 restart(int argc, char *argv[]) function
607 printf("Usage: restart {all | printer ...}\n");
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm 238 sub restart subroutine
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm 179 sub restart subroutine
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm 178 sub restart subroutine
  /src/external/bsd/pkg_install/dist/lib/
pkg_io.c 74 int restart; member in struct:fetch_archive
87 f->restart = 1;
106 if (f->restart == 0)
114 f->restart = 0;
  /src/external/bsd/ppp/dist/pppd/
lcp.h 108 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
  /src/sys/dev/ic/
siop.c 308 int restart = 0; local
559 * restart the script.
564 * else we have to restart it ourselves, at the
980 * restart the script now if command completed properly
988 restart = 1;
993 if (restart)
1174 * scsi bus reset. reset the chip and restart
1178 /* stop, reset and restart the chip */
1456 * The algorithm used here is to restart from the head when we know
1467 * we can restart from 0
    [all...]
  /src/usr.sbin/mrouted/
main.c 72 static void restart(int);
246 (void)signal(SIGHUP, restart);
550 * Restart mrouted
553 restart(int i) function
560 logit(LOG_NOTICE, 0, "%s restart", versionstring);
  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.cc 451 bool found = false, restart = false; local
458 found = restart = true;
468 if (restart)
858 bool found = false, restart = false; local
865 found = restart = true;
875 if (restart)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.cc 451 bool found = false, restart = false; local
458 found = restart = true;
468 if (restart)
858 bool found = false, restart = false; local
865 found = restart = true;
875 if (restart)
  /src/sys/altq/
altq_rmclass.h 195 void (*restart)(struct ifaltq *); /* Restart routine. */ member in struct:rm_ifdat
  /src/sys/arch/bebox/stand/boot/
siop.c 261 int offset, target, lun, tag, restart = 0, need_reset = 0; local
475 * restart the script now if command completed properly
483 restart = 1;
485 if (restart)
551 restart:
616 goto restart;
636 * The algorithm used here is to restart from the head when we know
647 * we can restart from 0.
  /src/sys/arch/hp300/dev/
rd.c 1085 int rv, restart, ctlr, slave; local
1131 restart = rderror(unit);
1136 if (restart)

Completed in 52 milliseconds

1 2