Searched defs:SIGFPE (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 29 #define SIGFPE 8 /* floating point exception */ macro
|
/illumos-gate/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 59 #define SIGFPE 8 /* floating point exception */ macro
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 358 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 D | signal.h | 42 #define SIGFPE 8 /* floating point exception */ macro
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | signal.h | 85 #define SIGFPE 8 /* floating point exception */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | signal.h | 67 #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