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

1 2 3 4 5 6 7 8 9

  /src/etc/powerd/scripts/
power_button 15 /sbin/shutdown -p now "power button pressed"
reset_button 14 /sbin/shutdown -r now "reset button pressed"
sensor_temperature 18 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."
27 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."
sensor_battery 55 # It is not recommended to remove the shutdown call.
59 /sbin/shutdown -p now "${0}: LOW POWER! SHUTTING DOWN."
  /src/sbin/shutdown/
Makefile 5 PROG= shutdown
6 MAN= shutdown.8
  /src/etc/rc.d/
local 9 # KEYWORD: shutdown
26 if [ -f /etc/rc.shutdown.local ]; then
27 . /etc/rc.shutdown.local
  /src/etc/
rc.shutdown 3 # $NetBSD: rc.shutdown,v 1.10 2024/12/07 18:45:20 martin Exp $
5 # rc.shutdown --
8 # System shutdown script run by shutdown(8) at system shutdown time.
18 echo "Skipping shutdown hooks."
31 trap "echo 'Shutdown interrupted.'; exit 1" QUIT
34 # will terminate rc.shutdown if rc.shutdown doesn't complete
40 _msg="$rcshutdown_timeout second watchdog timeout expired. Shutdown terminated.
    [all...]
  /src/sbin/ping/
ping_hostops.c 46 .op_shutdown = shutdown,
prog_ops.h 70 #define prog_shutdown shutdown
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-bmc-ibm-everest.dts 524 retain-state-shutdown;
532 retain-state-shutdown;
590 retain-state-shutdown;
598 retain-state-shutdown;
656 retain-state-shutdown;
664 retain-state-shutdown;
820 retain-state-shutdown;
828 retain-state-shutdown;
886 retain-state-shutdown;
894 retain-state-shutdown;
    [all...]
aspeed-bmc-opp-mowgli.dts 119 retain-state-shutdown;
125 retain-state-shutdown;
131 retain-state-shutdown;
137 retain-state-shutdown;
143 retain-state-shutdown;
149 retain-state-shutdown;
155 retain-state-shutdown;
161 retain-state-shutdown;
  /src/lib/libwrap/
fix_options.c 110 shutdown(fd, 2);
123 shutdown(fd, 2);
130 shutdown(fd, 2);
142 shutdown(fd, 2);
  /src/sbin/route/
route_hostops.c 54 .op_shutdown = shutdown,
prog_ops.h 99 #define prog_shutdown shutdown
  /src/sys/arch/arm/sa11x0/
sa11xx_pcicvar.h 41 int shutdown; member in struct:sapcic_socket
  /src/usr.sbin/traceroute/
traceroute_hostops.c 47 .op_shutdown = shutdown,
  /src/tests/net/tcp/
t_tcp_shutdown.sh 84 add_test_tcp_shutdown shutdown
tcp_shutdown.c 72 e = shutdown(s, SHUT_RDWR);
74 err(EXIT_FAILURE, "shutdown");
93 err(EXIT_FAILURE, "setsockopt didn't fail on a shutdown socket");
101 err(EXIT_FAILURE, "getsockname didn't fail on a shutdown socket");
107 err(EXIT_FAILURE, "listen didn't fail on a shutdown socket");
120 err(EXIT_FAILURE, "bind didn't fail on a shutdown socket");
123 } else if (match(target, "shutdown")) {
124 e = shutdown(s, SHUT_RDWR);
126 err(EXIT_FAILURE, "shutdown didn't fail on a shutdown socket")
    [all...]
  /src/share/man/man8/
Makefile 19 MLINKS+=rc.8 rc.shutdown.8
20 MLINKS+=rc.8 rc.shutdown.final.8
  /src/sys/arch/sandpoint/stand/altboot/
nif.c 50 void (*shutdown)(void *); member in struct:nifdv
107 if (dv->shutdown != NULL)
108 (*dv->shutdown)(dv->priv);
  /src/distrib/vax/inst-common/
instbin.conf 10 progs mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 11 progs route sed sh shutdown slattach strings stty sync tar test tip
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-rock-pi-4b.dts 42 shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
rk3399-rock-pi-4c.dts 43 shutdown-gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
  /src/sbin/ping6/
prog_ops.h 78 #define prog_shutdown shutdown

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 9