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

1 2 3 4 5 6 7

  /src/games/sail/
restart.h 1 /* $NetBSD: restart.h,v 1.4 2009/03/14 19:35:13 dholland Exp $ */
32 extern jmp_buf restart;
main.c 58 #include "restart.h"
161 if ((i = setjmp(restart)) != 0)
  /src/usr.sbin/lpr/lpc/
extern.h 47 void restart(int, char **);
cmdtab.c 56 #define restarthelp "kill (if possible) and restart a spooling daemon"
61 #define uphelp "enable everything and restart spooling daemon"
72 { "restart", restarthelp, restart, 0 },
  /src/tests/sys/rc/
h_args.sh 46 for command in start stop restart custom; do
t_rc_d_cli.sh 108 atf_set "descr" "Tests that running the default 'restart' without" \
117 atf_check -s exit:0 -o ignore -e empty ${rc_helper} restart
124 atf_set "descr" "Tests that running the default 'restart' with" \
132 atf_check -s exit:1 -o ignore -e ignore ${rc_helper} restart foo
203 atf_set "descr" "Tests that running a custom 'restart' without" \
207 do_overriden_no_args restart
212 atf_set "descr" "Tests that running a custom 'restart' with" \
216 do_overriden_with_args restart
  /src/tests/sbin/ifconfig/
t_repeated_scan.sh 87 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
88 /bin/sh /etc/rc.d/wpa_supplicant restart >/dev/null 2>&1
t_woptions.sh 95 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
96 /bin/sh /etc/rc.d/wpa_supplicant restart >/dev/null 2>&1
157 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
158 /bin/sh /etc/rc.d/wpa_supplicant restart >/dev/null 2>&1
209 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
210 /bin/sh /etc/rc.d/wpa_supplicant restart >/dev/null 2>&1
t_repeated_link_addr.sh 113 /bin/sh /etc/rc.d/hostapd restart >/dev/null 2>&1
114 /bin/sh /etc/rc.d/wpa_supplicant restart >/dev/null 2>&1
  /src/etc/powerd/scripts/
sleep_button 32 # Virtual machine is resuming, restart the network
33 /etc/rc.d/dhcpcd restart
  /src/lib/libc/stdio/
fgetwc.c 61 restart:
73 goto restart;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm953012er.dts 56 restart {
bcm4708-netgear-r6250.dts 78 restart {
bcm947189acdbmr.dts 47 restart {
berlin2cd-valve-steamlink.dts 19 gpio-restart {
20 compatible = "gpio-restart";
bcm4708-luxul-xwc-1000.dts 55 restart {
bcm47189-luxul-xap-810.dts 52 restart {
bcm958522er.dts 51 gpio-restart {
52 compatible = "gpio-restart";
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
jh7100-starfive-visionfive-v1.dts 14 gpio-restart {
15 compatible = "gpio-restart";
  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 512 * in either case meaning the caller must restart.
534 * restart if its view of the entire dma_resv object is not a
782 goto restart;
844 /* If anything changed while we were copying, restart. */
846 goto restart;
852 goto restart;
893 restart:
931 goto restart;
953 goto restart;
963 /* If anything changed while we were copying, restart. *
    [all...]
  /src/sbin/reboot/
reboot.c 199 /* Just stop init -- if we fail, we'll restart it. */
212 goto restart;
231 goto restart;
244 restart:
246 errx(1, "%s%s", kill(1, SIGHUP) == -1 ? "(can't restart init): " : "",
  /src/lib/libc/citrus/modules/
citrus_dechanyu.c 211 goto restart;
247 goto restart;
254 goto restart;
263 goto restart;
275 goto restart;
289 restart:
  /src/sys/arch/mipsco/stand/common/
start.S 58 la t9, _C_LABEL(prom_restart) # restart...
  /src/sys/arch/mvme68k/stand/sboot/
start.s 38 restart: label
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sifive/
hifive-unleashed-a00.dts 43 gpio-restart {
44 compatible = "gpio-restart";

Completed in 26 milliseconds

1 2 3 4 5 6 7