Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 127) sorted by relevance

123456

/titanic_50/usr/src/lib/libshell/common/features/
H A Dpoll33 shutdown(sfd[1], SHUT_RD) < 0 ||
34 shutdown(sfd[0], SHUT_WR) < 0)
59 shutdown(sfd[1], SHUT_RD) < 0 ||
60 shutdown(sfd[0], SHUT_WR) < 0)
84 shutdown(sfd[0], 1) < 0 ||
85 shutdown(sfd[1], 0) < 0)
95 tst socketpair_shutdown_mode note{ fchmod() after socketpair() shutdown() }end execute{
106 shutdown(sfd[0], 1) < 0 ||
107 shutdown(sfd[1], 0) < 0)
/titanic_50/usr/src/ucbcmd/shutdown/
H A DMakefile26 PROG= shutdown
28 PROGSRC= shutdown.c
29 PROGOBJS= shutdown.o
44 XGETFLAGS += -a -x shutdown.xcl
/titanic_50/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
/titanic_50/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
/titanic_50/usr/src/cmd/fm/dicts/
H A DSENSOR.po39 …te cooling. If the problem\npersists, the components may overheat and the enclosure may shutdown."
55 … getting inadequate power. Subsequent loss of power supplies may force the enclosure to shutdown."
71 …ate cooling. If the problem persists, the components may overheat and the enclosure may shutdown."
87 … getting inadequate power. Subsequent loss of power supplies may force the enclosure to shutdown."
103 …ate cooling. If the problem persists, the components may overheat and the enclosure may shutdown."
119 … getting inadequate power. Subsequent loss of power supplies may force the enclosure to shutdown."
135 … getting inadequate power. Subsequent loss of power supplies may force the enclosure to shutdown."
151 … getting inadequate power. Subsequent loss of power supplies may force the enclosure to shutdown."
/titanic_50/usr/src/lib/libwrap/
H A Dfix_options.c94 shutdown(fd, 2);
115 shutdown(fd, 2);
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c237 if (current_term->shutdown) { in run_script()
238 (*current_term->shutdown)(); in run_script()
H A Dterm.h88 void (*shutdown) (void); member
/titanic_50/usr/src/cmd/power/
H A Dsysidpm.sh176 set_behavior shutdown
278 set_behavior shutdown
H A Dsysidpm.po41 "\\n\\n\\tDo you want this automatic power-saving shutdown?\\n"
62 msgid "\n\tThe system will ask you about automatic shutdown at the next reboot."
64 msgid "\n\tThe system will not ask you again about automatic shutdown."
/titanic_50/usr/src/ucbcmd/
H A DMakefile54 shutdown \
71 MSGSUBDIRS = biff install.d mkstr rusage shutdown
/titanic_50/usr/src/cmd/hal/tools/
H A Dhal-system-power-shutdown.sh9 hal_check_priv hal-power-shutdown
/titanic_50/usr/src/lib/libc/common/sys/
H A D_so_shutdown.s37 SYSCALL2_RVAL1(_so_shutdown,shutdown)
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dshutdown.c37 shutdown(s, how) in shutdown() function
/titanic_50/usr/src/uts/sun4u/sunfire/ml/
H A Dfhc_asm.s88 ! if, for some reason, this cpu doesn't shutdown, just sit here
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzcons.c503 (void) shutdown(servfd, SHUT_RDWR); in destroy_console_sock()
590 (void) shutdown(connfd, SHUT_RDWR); in accept_client()
617 (void) shutdown(connfd, SHUT_RDWR); in reject_client()
870 (void) shutdown(clifd, SHUT_RDWR); in do_console_io()
/titanic_50/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h72 boolean_t shutdown; /* TRUE = power off in error event */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c312 (void) shutdown(fileno(ctrl_out), 1+1); in lostpeer()
317 (void) shutdown(data, 1+1); in lostpeer()
330 (void) shutdown(fileno(ctrl_out), 1+1); in lostpeer()
/titanic_50/usr/src/cmd/avs/nsctl/
H A Dnskernd.c180 shutdown(void) in shutdown() function
887 if (shutdown()) { in main()
903 if (shutdown()) { in main()
945 (void) shutdown(); in main()
/titanic_50/usr/src/cmd/hal/tools/sunos/
H A DMakefile32 hal-system-power-hibernate-sunos hal-system-power-shutdown-sunos
/titanic_50/usr/src/man/man1b/
H A DMakefile46 shutdown.1b \
/titanic_50/usr/src/cmd/zoneadm/
H A Dsvc-zones113 zoneadm -z $zone shutdown &
/titanic_50/usr/src/lib/libinetutil/common/
H A Deh.c123 iu_eh_shutdown_t *shutdown, void *arg) in iu_stop_handling_events() argument
127 eh->iueh_shutdown = shutdown; in iu_stop_handling_events()
/titanic_50/usr/src/cmd/rexd/
H A Don.c546 shutdown(Err, 1); /* 1=> further sends disallowed */ in main()
558 shutdown(InOut, 1); /* 1=> further sends disallowed */ in main()
620 shutdown(InOut, 1); /* further sends disallowed */ in main()
/titanic_50/usr/src/lib/libfru/include/
H A Dlibfruds.h53 fru_errno_t (*shutdown)(void); member

123456