| /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/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/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/usr.sbin/traceroute/ |
| traceroute_hostops.c | 47 .op_shutdown = shutdown,
|
| prog_ops.h | 85 #define prog_shutdown shutdown
|
| /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/sbin/ping6/ |
| prog_ops.h | 78 #define prog_shutdown shutdown
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-h3-nanopi-neo-air.dts | 136 shutdown-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
|
| /src/usr.sbin/syslogd/ |
| tls.h | 127 shutdown:1, /* fast connection close on exit */ member in struct:tls_conn_settings
|
| /src/lib/librumpuser/ |
| rumpuser_sp.c | 602 shutdown(spc->spc_fd, SHUT_RDWR); 967 shutdown(spc->spc_fd, SHUT_RDWR); 978 shutdown(spc->spc_fd, SHUT_RDWR); 997 shutdown(spc->spc_fd, SHUT_RDWR); 1021 shutdown(spc->spc_fd, SHUT_RDWR); 1030 shutdown(spc->spc_fd, SHUT_RDWR); 1046 shutdown(spc->spc_fd, SHUT_RDWR); 1058 shutdown(spc->spc_fd, SHUT_RDWR); 1087 shutdown(spc->spc_fd, SHUT_RDWR); 1134 shutdown(spc->spc_fd, SHUT_RDWR) [all...] |