/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 165 #ifdef SIGPWR 166 # if SIGPWR>0 167 "PWR", VAL(SIGPWR,SH_SIGIGNORE), S("Power fail"),
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | signal.c | 169 #ifdef SIGPWR 171 "Power fail", "PWR", SIGPWR,
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 62 #if defined(SIGPWR) && !defined(HAD_SIGPWR) 63 0,"PWR",SIGPWR,
|
/titanic_50/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 71 #define SIGPWR 19 /* power-fail restart */ macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 65 { "PWR", SIGPWR },
|
/titanic_50/usr/src/cmd/svr4pkg/pkgtrans/ |
H A D | main.c | 133 (void) signal(SIGPWR, trap); in main()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 338 psignal(initpp, SIGPWR); in do_shutdown()
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | signal.h | 97 #define SIGPWR 19 /* power-fail restart */ macro
|
/titanic_50/usr/src/uts/sun4u/starfire/os/ |
H A D | bbus_intr.c | 245 psignal(initpp, SIGPWR); in bbus_intr()
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 600 psignal(initpp, SIGPWR); in xen_shutdown()
|
/titanic_50/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 746 psignal(initpp, SIGPWR); in tzmon_do_shutdown()
|
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | main.c | 976 if (signal(SIGPWR, int_handler) == SIG_ERR) { in init_sig()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 516 @ MSG_SIGPWR "[ SIGPWR ]" 517 @ MSG_SIGPWR_ALT "SIGPWR"
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | scosmb.c | 767 psignal(initpp, SIGPWR); in scosmb_process_input()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 800 psignal(initpp, SIGPWR); in xen_shutdown()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | power.c | 670 psignal(initpp, SIGPWR); in do_shutdown()
|
/titanic_50/usr/src/cmd/power/ |
H A D | powerd.c | 1209 if (kill(1, SIGPWR) == -1) in power_button_monitor()
|
/titanic_50/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 229 case SIGPWR: in flt_handler()
|
/titanic_50/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)
|
/titanic_50/usr/src/cmd/init/ |
H A D | init.c | 2214 (void) sigset(SIGPWR, powerfail); in init_signals()
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | getline.c | 605 #ifdef SIGPWR 606 {SIGPWR, GLS_RESTORE_ENV, GLS_CONTINUE, GLSA_IGN, 0},
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1309 (void) sigset(SIGPWR, sigterm);
|