HomeSort by: relevance | last modified time | path
    Searched refs:SIGPWR (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/compat/linux/arch/arm/
linux_sigarray.c 65 SIGPWR,
  /src/sys/compat/linux/arch/m68k/
linux_sigarray.c 65 SIGPWR,
  /src/lib/librumpuser/
rumpuser_sigtrans.c 121 #ifdef SIGPWR
122 case 32 : return SIGPWR;
  /src/sys/compat/linux/arch/mips/
linux_sigarray.c 57 SIGPWR,
  /src/sys/compat/linux/arch/powerpc/
linux_sigarray.c 65 SIGPWR, /* 30 */
  /src/sys/compat/linux/arch/amd64/
linux_sigarray.c 67 SIGPWR, /* 30 */
  /src/sys/compat/linux/arch/i386/
linux_sigarray.c 65 SIGPWR, /* 30 */
  /src/sys/compat/linux/arch/aarch64/
linux_sigarray.c 60 /* 30 */ [LINUX_SIGPWR] = SIGPWR,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 669 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
670 kill (getpid (), SIGPWR);
1245 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
1246 signal (SIGPWR, handle_PWR);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 669 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
670 kill (getpid (), SIGPWR);
1245 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
1246 signal (SIGPWR, handle_PWR);
  /src/external/gpl2/gmake/dist/
signame.c 156 #if defined (SIGPWR)
157 init_sig (SIGPWR, "PWR", _("Power failure"));
  /src/external/gpl3/gdb.old/dist/gdbsupport/
signals.cc 193 #if defined (SIGPWR)
194 if (hostsig == SIGPWR)
450 #if defined (SIGPWR)
452 return SIGPWR;
  /src/external/gpl3/gdb/dist/gdbsupport/
signals.cc 193 #if defined (SIGPWR)
194 if (hostsig == SIGPWR)
450 #if defined (SIGPWR)
452 return SIGPWR;
  /src/tests/lib/libc/gen/
t_raise.c 46 static int sig[] = { SIGALRM, SIGIO, SIGUSR1, SIGUSR2, SIGPWR };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 686 #ifdef SIGPWR
687 kill (getpid (), SIGPWR);
1261 #ifdef SIGPWR
1262 signal (SIGPWR, handle_PWR);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 686 #ifdef SIGPWR
687 kill (getpid (), SIGPWR);
1261 #ifdef SIGPWR
1262 signal (SIGPWR, handle_PWR);
  /src/external/bsd/nvi/dist/ex/
ex_shell.c 296 #ifdef SIGPWR
297 { SIGPWR, "Power failure imminent" },
  /src/external/gpl3/binutils/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/external/gpl3/gcc/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/external/gpl3/gcc.old/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/external/gpl3/gdb/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/external/gpl3/gdb.old/dist/libiberty/
strsignal.c 144 #if defined (SIGPWR)
145 ENTRY(SIGPWR, "SIGPWR", "Power fail/restart"),
  /src/sys/sys/
signal.h 84 #define SIGPWR 32 /* power fail/restart (not reset when caught) */
  /src/external/gpl3/gdb/dist/sim/bfin/
linux-targ-map.h 1968 #ifdef SIGPWR
1970 { "SIGPWR", SIGPWR, TARGET_LINUX_SIGPWR },

Completed in 30 milliseconds

1 2