HomeSort by: relevance | last modified time | path
    Searched refs:caught (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
sodium_utils3.exp 1 Intentional segfault / bus error caught
sodium_utils2.exp 2 Intentional segfault / bus error caught
secretbox8.c 16 int caught; local in function:main
24 caught = 0;
25 while (caught < 10) {
36 ++caught;
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_catchable_abrt.m4 7 # Check whether SIGABRT can be caught using signal handlers.
14 AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [
53 [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
ax_check_catchable_segv.m4 7 # Check whether segmentation violations can be caught using signal handlers.
14 AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], CACHEVAR, [
38 [AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
39 [AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance.])]
  /src/sbin/dump/
tape.c 116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable in typeref:typename:volatile sig_atomic_t
747 caught++;
765 caught = 1;
767 caught = 0;
859 while (!caught)
861 caught = 0;
  /src/distrib/notes/common/
extract-contrib-string.pl 127 warning($fn, "clause 3 start not caught");
  /src/sys/dev/pci/
twe.c 777 int caught, rv; local in function:twe_intr
780 caught = 0;
790 caught = 1;
804 caught = 1;
818 caught = 1;
823 caught = 1;
826 return (caught);
twa.c 1878 int caught, s, rv __diagused; local in function:twa_intr
1883 caught = 0;
1887 caught = 1;
1894 caught = 1;
1905 caught = 1;
1912 caught = 1;
1918 caught = 1;
1921 return (caught);
  /src/sys/kern/
kern_sig.c 392 * Reset caught signals. Held signals remain held through
393 * l->l_sigmask (unless they were caught, and are now ignored
878 * Send a signal caused by a trap to the current LWP. If it will be caught
947 const bool caught = sigismember(&p->p_sigctx.ps_sigcatch, signo); local in function:trapsignal
949 if (caught && !masked) {
1327 * is being caught, make sure to save any ksiginfo.
1814 * If the current process has received a signal (should be caught or cause
2123 * If we get here, the signal must be caught.
2213 * if appropriate. We bypass the normal tests for masked and caught
  /src/sys/external/isc/libsodium/dist/
configure 2231 $as_echo "$as_me: caught signal $ac_signal"
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether segmentation violations can be caught when using the C compiler" >&5
8718 $as_echo_n "checking whether segmentation violations can be caught when using the C compiler... " >&6; }
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance." >&5
8773 $as_echo "$as_me: WARNING: On this platform, segmentation violations cannot be caught using signal handlers. This is expected if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Address Sanitizer may also significantly reduce performance." >&2;}
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether SIGABRT can be caught when using the C compiler" >&5
8779 $as_echo_n "checking whether SIGABRT can be caught when using the C compiler... " >&6; }
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: On this platform, SIGABRT cannot be caught using signal handlers." >&5
8849 $as_echo "$as_me: WARNING: On this platform, SIGABRT cannot be caught using signal handlers." >&2;}
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6543 # not be caught until gen_except(). Now, with the exceptions being
9279 # exception to be put into the machine which will be caught and corrected
fpsp.s 3170 # exceptions, they won't pass through here since they are caught
3728 # exceptions, they won't pass through here since they are caught
6649 # not be caught until gen_except(). Now, with the exceptions being
9638 # exception to be put into the machine which will be caught and corrected

Completed in 77 milliseconds