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

1234

/illumos-gate/usr/src/lib/libc/common/sys/
H A D_so_shutdown.s37 SYSCALL2_RVAL1(_so_shutdown,shutdown)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-system-power-shutdown.sh3 # hal-system-power-shutdown.sh
9 hal_check_priv hal-power-shutdown
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh63 xdt:sched::shutdown-poweroff,
64 xdt:sched::shutdown-reboot,
65 xdt:sched::shutdown-suspend,
66 xdt:sched::shutdown-crash
/illumos-gate/usr/src/ucbcmd/shutdown/
H A DMakefile26 PROG= shutdown
28 PROGSRC= shutdown.c
29 PROGOBJS= shutdown.o
44 XGETFLAGS += -a -x shutdown.xcl
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshutdown.c37 shutdown(s, how) function
/illumos-gate/usr/src/cmd/initpkg/
H A DMakefile27 CPFILES= rcS rc0 rc1 rc2 rc3 mountall shutdown swapadd umountall
39 USRSBINF= mountall shutdown umountall
45 USRSBINETC= shutdown
66 $(ROOTUSRSBIN)/shutdown := FILEMODE = 0755
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dfhc_asm.s46 * Flush cpu E$ then shutdown.
85 shutdown ! SHUTDOWN
88 ! if, for some reason, this cpu doesn't shutdown, just sit here
/illumos-gate/usr/src/lib/libwrap/
H A Dfix_options.c94 shutdown(fd, 2);
115 shutdown(fd, 2);
/illumos-gate/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h72 boolean_t shutdown; /* TRUE = power off in error event */ member in struct:envctrlunit
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c237 if (current_term->shutdown) {
238 (*current_term->shutdown)();
H A Dterm.h87 /* function to use to shutdown a terminal */
88 void (*shutdown) (void); member in struct:term_entry
/illumos-gate/usr/src/cmd/power/
H A Dsysidpm.sh76 \\\n\\\n\\\tDo you want this automatic power-saving shutdown?\\\n\
176 set_behavior shutdown
199 echo "`gettext '\n\tThe system will ask you about automatic shutdown at the next reboot.'`"
204 echo "`gettext '\n\tThe system will not ask you again about automatic shutdown.'`"
278 set_behavior shutdown
/illumos-gate/usr/src/ucbcmd/
H A DMakefile54 shutdown \
71 MSGSUBDIRS = biff install.d mkstr rusage shutdown
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A DMakefile32 hal-system-power-hibernate-sunos hal-system-power-shutdown-sunos
/illumos-gate/usr/src/man/man1b/
H A DMakefile46 shutdown.1b \
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones29 # Return a list of running, non-global zones for which a shutdown via
101 MAXSHUT=`expr 3 \* $SVC_TIMEOUT \/ 4` # 3/4 of time to zone shutdown
113 zoneadm -z $zone shutdown &
119 # Allow time for zones to shutdown cleanly
134 echo "Zones failed to shutdown; trying to halt " \
148 # If the halts complete but a zone is still not shutdown, it might
161 # Report on zones which failed to shutdown.
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h53 fru_errno_t (*shutdown)(void); member in struct:__anon3244
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h104 int16_t shutdown; member in struct:__anon10153
/illumos-gate/usr/src/lib/libinetutil/common/
H A Deh.c112 * iu_eh_shutdown_t *: the shutdown callback. if it is NULL,
116 * void *: data for the shutdown callback. it may be NULL
123 iu_eh_shutdown_t *shutdown, void *arg)
127 eh->iueh_shutdown = shutdown;
122 iu_stop_handling_events(iu_eh_t *eh, unsigned int reason, iu_eh_shutdown_t *shutdown, void *arg) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c312 (void) shutdown(fileno(ctrl_out), 1+1);
317 (void) shutdown(data, 1+1);
330 (void) shutdown(fileno(ctrl_out), 1+1);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmconnect.c223 (void) shutdown(s, 1);
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c83 static int exiting; /* shutdown in progress flag */
110 * Returns: 1 - can enter kernel; 0 - shutdown in progress, do not enter kernel
117 /* cannot enter kernel as nskernd is being shutdown - exit */
137 * returns: 1 - can shutdown; 0 - unable to shutdown
149 gettext("nskernd: unable to shutdown: "
158 gettext("nskernd: delay shutdown: "
167 /* flag shutdown in progress */
177 * returns: 1 - shutdown successful; 0 - unable to shutdown
180 shutdown(void) function
[all...]
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile47 shutdown.3xnet \
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c161 if ((shutdown(sockfd, 1)) != 0) {
165 "shutdown error; possible loss of data");
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c503 (void) shutdown(servfd, SHUT_RDWR);
590 (void) shutdown(connfd, SHUT_RDWR);
617 (void) shutdown(connfd, SHUT_RDWR);
839 * which will check to see if it is time to shutdown
852 * in a state < READY, and so zoneadmd will shutdown.
870 (void) shutdown(clifd, SHUT_RDWR);
897 * The rules for shutdown are: there must be no console client, and the zone

Completed in 161 milliseconds

1234