Searched defs:SIGFPE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h29 #define SIGFPE 8 /* floating point exception */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h59 #define SIGFPE 8 /* floating point exception */ macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c358 sigaction(SIGFPE, &act, NULL);
359 kill(getpid(), SIGFPE); local
729 sigaction(SIGFPE, &act, NULL);
730 kill(getpid(), SIGFPE); local
820 sigaction(SIGFPE, &act, &tmpact);
830 /* set the new trap enable bits (only if SIGFPE is not blocked) */
832 !sigismember(&blocked, SIGFPE)) {
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h42 #define SIGFPE 8 /* floating point exception */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h85 #define SIGFPE 8 /* floating point exception */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h67 #define SIGFPE 8 /* floating point exception */ macro
201 * values, i.e. one of the FPE_... values for SIGFPE. This
259 /* codes for SIGFPE */

Completed in 68 milliseconds