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

  /src/sys/external/isc/libsodium/dist/test/default/
secretbox8.c 16 int caught; local in function:main
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 in typeref:typename:volatile sig_atomic_t
747 caught++;
765 caught = 1;
767 caught = 0;
859 while (!caught)
861 caught = 0;
  /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

Completed in 57 milliseconds