Home
last modified time | relevance | path

Searched refs:SIGPWR (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c163 #ifdef SIGPWR
164 # if SIGPWR>0
165 "PWR", VAL(SIGPWR,SH_SIGIGNORE), S("Power fail"),
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsignal.c169 #ifdef SIGPWR
171 "Power fail", "PWR", SIGPWR,
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsiglist62 #if defined(SIGPWR) && !defined(HAD_SIGPWR)
63 0,"PWR",SIGPWR,
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsiglist62 #if defined(SIGPWR) && !defined(HAD_SIGPWR)
63 0,"PWR",SIGPWR,
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsiglist62 #if defined(SIGPWR) && !defined(HAD_SIGPWR)
63 0,"PWR",SIGPWR,
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsiglist62 #if defined(SIGPWR) && !defined(HAD_SIGPWR)
63 0,"PWR",SIGPWR,
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h71 #define SIGPWR 19 /* power-fail restart */ macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgtrans/
H A Dmain.c104 (void) signal(SIGPWR, trap); in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstr2sig.c65 { "PWR", SIGPWR },
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c338 psignal(initpp, SIGPWR); in do_shutdown()
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h97 #define SIGPWR 19 /* power-fail restart */ macro
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c600 psignal(initpp, SIGPWR); in xen_shutdown()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c986 if (signal(SIGPWR, int_handler) == SIG_ERR) { in init_sig()
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c746 psignal(initpp, SIGPWR); in tzmon_do_shutdown()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg531 @ MSG_SIGPWR "[ SIGPWR ]"
532 @ MSG_SIGPWR_ALT "SIGPWR"
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c670 psignal(initpp, SIGPWR); in do_shutdown()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c790 psignal(initpp, SIGPWR); in xen_shutdown()
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c1218 if (kill(1, SIGPWR) == -1) in power_button_monitor()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c230 case SIGPWR: in flt_handler()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c74 {(sigmask(SIGILL)|sigmask(SIGTRAP)|sigmask(SIGPWR)), 0, 0};
77 {(sigmask(SIGCONT)|sigmask(SIGCLD)|sigmask(SIGPWR)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2176 (void) sigset(SIGPWR, powerfail); in init_signals()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c604 #ifdef SIGPWR
605 {SIGPWR, GLS_RESTORE_ENV, GLS_CONTINUE, GLSA_IGN, 0},