HomeSort by: relevance | last modified time | path
    Searched refs:caught (Results 1 - 11 of 11) 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
24 caught = 0;
25 while (caught < 10) {
36 ++caught;
  /src/sbin/dump/
tape.c 116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
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
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
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 395 * Reset caught signals. Held signals remain held through
396 * l->l_sigmask (unless they were caught, and are now ignored
881 * Send a signal caused by a trap to the current LWP. If it will be caught
950 const bool caught = sigismember(&p->p_sigctx.ps_sigcatch, signo); local
952 if (caught && !masked) {
1330 * is being caught, make sure to save any ksiginfo.
1817 * If the current process has received a signal (should be caught or cause
2126 * If we get here, the signal must be caught.
2216 * 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 1271 milliseconds