/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 163 #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 D | signal.c | 169 #ifdef SIGPWR 171 "Power fail", "PWR", SIGPWR,
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/illumos-gate/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 71 #define SIGPWR 19 /* power-fail restart */ macro
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgtrans/ |
H A D | main.c | 104 (void) signal(SIGPWR, trap); in main()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 65 { "PWR", SIGPWR },
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 338 psignal(initpp, SIGPWR); in do_shutdown()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | signal.h | 97 #define SIGPWR 19 /* power-fail restart */ macro
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 600 psignal(initpp, SIGPWR); in xen_shutdown()
|
/illumos-gate/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 746 psignal(initpp, SIGPWR); in tzmon_do_shutdown()
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | main.c | 989 if (signal(SIGPWR, int_handler) == SIG_ERR) { in init_sig()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 532 @ MSG_SIGPWR "[ SIGPWR ]" 533 @ MSG_SIGPWR_ALT "SIGPWR"
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | power.c | 670 psignal(initpp, SIGPWR); in do_shutdown()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 790 psignal(initpp, SIGPWR); in xen_shutdown()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | powerd.c | 1218 if (kill(1, SIGPWR) == -1) in power_button_monitor()
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 230 case SIGPWR: in flt_handler()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sig.c | 74 {(sigmask(SIGILL)|sigmask(SIGTRAP)|sigmask(SIGPWR)), 0, 0}; 77 {(sigmask(SIGCONT)|sigmask(SIGCLD)|sigmask(SIGPWR)
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 2176 (void) sigset(SIGPWR, powerfail); in init_signals()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 604 #ifdef SIGPWR 605 {SIGPWR, GLS_RESTORE_ENV, GLS_CONTINUE, GLSA_IGN, 0},
|