Searched refs:shutdown (Results 1 - 25 of 131) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/etc/powerd/scripts/
H A Dpower_button15 /sbin/shutdown -p now "power button pressed"
H A Dreset_button14 /sbin/shutdown -r now "reset button pressed"
H A Dsensor_temperature18 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."
27 /sbin/shutdown -p now "${0}: CRITICAL TEMPERATURE! SHUTTING DOWN."
H A Dsensor_battery45 # It is not recommended to remove the shutdown call.
49 /sbin/shutdown -p now "${0}: LOW POWER! SHUTTING DOWN."
/netbsd-6-1-5-RELEASE/sbin/shutdown/
H A DMakefile5 PROG= shutdown
6 MAN= shutdown.8
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dlocal9 # KEYWORD: shutdown
26 if [ -f /etc/rc.shutdown.local ]; then
27 . /etc/rc.shutdown.local
/netbsd-6-1-5-RELEASE/etc/
H A Drc.shutdown3 # $NetBSD: rc.shutdown,v 1.8 2002/05/19 01:01:33 lukem Exp $
5 # rc.shutdown --
8 # System shutdown script run by shutdown(8) at system shutdown time.
18 echo "Skipping shutdown hooks."
31 # will terminate rc.shutdown if rc.shutdown doesn't complete
38 logger -t rc.shutdown "$_msg"
47 # Determine the shutdown orde
[all...]
/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping_hostops.c46 .op_shutdown = shutdown,
H A Dprog_ops.h70 #define prog_shutdown shutdown
/netbsd-6-1-5-RELEASE/sbin/route/
H A Droute_hostops.c53 .op_shutdown = shutdown,
H A Dprog_ops.h68 #define prog_shutdown shutdown
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dfix_options.c111 shutdown(fd, 2);
124 shutdown(fd, 2);
131 shutdown(fd, 2);
143 shutdown(fd, 2);
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11xx_pcicvar.h41 int shutdown; member in struct:sapcic_socket
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtraceroute_hostops.c47 .op_shutdown = shutdown,
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dnif.c50 void (*shutdown)(void *); member in struct:nifdv
107 if (dv->shutdown != NULL)
108 (*dv->shutdown)(dv->priv);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c132 if (a->shutdown)
195 b->shutdown=(int)num;
209 ret=b->shutdown;
212 b->shutdown=(int)num;
H A Dbss_sock.c123 if (a->shutdown)
178 b->shutdown=(int)num;
192 ret=b->shutdown;
195 b->shutdown=(int)num;
H A Dbss_mem.c121 bi->shutdown=1;
131 if (a->shutdown)
238 b->shutdown=(int)num;
249 ret=(long)b->shutdown;
252 b->shutdown=(int)num;
H A Dbss_acpt.c140 bi->shutdown=1;
175 shutdown(c->accept_sock,2);
189 if (a->shutdown)
392 b->shutdown=(int)num;
421 ret=b->shutdown;
424 b->shutdown=(int)num;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsocket-client.c187 /* shutdown() socket */
191 if (shutdown (n->socket, 0) < 0)
201 /* shutdown() socket */
210 if (shutdown (n->socket, 1) < 0)
/netbsd-6-1-5-RELEASE/x11/lib/ICE/
H A DMakefile11 register.c replywait.c setauth.c shutdown.c transport.c watch.c
26 CPPFLAGS.shutdown.c= $(TRANS_INCLUDES) $(CONN_DEFINES)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dhtml-text.cpp475 shutdown(COLOR_TAG); // shutdown a previous color tag, if present
480 * done_color - shutdown an outstanding color tag, if it exists.
485 shutdown(COLOR_TAG);
489 * shutdown - shuts down an html tag.
492 char *html_text::shutdown (HTML_TAG t) function in class:html_text
564 shutdown(B_TAG);
573 shutdown(I_TAG);
582 shutdown(SUP_TAG);
591 shutdown(SUB_TA
[all...]
/netbsd-6-1-5-RELEASE/distrib/amiga/floppies/inst-common/
H A Dinstbin.conf11 progs route sed sh shutdown slattach strings stty sync tar test tip
/netbsd-6-1-5-RELEASE/distrib/vax/inst-common/
H A Dinstbin.conf11 progs mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libICE/
H A DMakefile11 register.c replywait.c setauth.c shutdown.c watch.c

Completed in 310 milliseconds

123456