| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_s390x.S | 14 .macro intercept symbol, real macro 44 intercept setjmp, _ZN14__interception11real_setjmpE 45 intercept _setjmp, _ZN14__interception12real__setjmpE 46 intercept sigsetjmp, _ZN14__interception14real_sigsetjmpE 47 intercept __sigsetjmp, _ZN14__interception16real___sigsetjmpE
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 138 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 139 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 140 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 141 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 142 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 143 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 144 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 145 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.") 146 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.") 147 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.") [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | README.txt | 11 lib/interception/ : Machinery used to intercept function calls.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | README.txt | 14 lib/interception/ : Machinery used to intercept function calls.
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 345 nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept) in nm_os_catch_rx() argument 352 if (intercept) { in nm_os_catch_rx() 384 nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept) in nm_os_catch_tx() argument 390 if (intercept) { in nm_os_catch_tx()
|
| H A D | netmap_kern.h | 2039 int nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept); 2040 int nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept);
|
| /freebsd-13.1/contrib/less/ |
| H A D | os.c | 395 intercept(handler);
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | deb.am | 68 path_prepend=`mktemp -d /tmp/intercept.XXXXXX`; \
|
| /freebsd-13.1/sys/amd64/vmm/amd/ |
| H A D | svm.c | 392 return (ctrl->intercept[idx] & bitmask ? 1 : 0); in svm_get_intercept() 405 oldval = ctrl->intercept[idx]; in svm_set_intercept() 408 ctrl->intercept[idx] |= bitmask; in svm_set_intercept() 410 ctrl->intercept[idx] &= ~bitmask; in svm_set_intercept() 412 if (ctrl->intercept[idx] != oldval) { in svm_set_intercept() 415 "from %#x to %#x", idx, oldval, ctrl->intercept[idx]); in svm_set_intercept()
|
| H A D | vmcb.h | 244 uint32_t intercept[5]; /* all intercepts */ member
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A D | reproducers.rst | 140 In order to replay API calls, the reproducers need a way to intercept them.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | sniffer | 268 >20 belong&0x03FFFFFF 286 (ELEE lawful intercept
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ENGINE_add.pod | 492 itself and it will intercept and handle these control commands on behalf of the
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5332 // On PowerPC, we also need to intercept __tls_get_addr_opt, which has 5340 // On s390, we have to intercept two functions here: 5378 // Now carefully intercept __tls_get_offset. 5541 // intercept freeifaddrs(). If that ceases to be the case, we might need to 5542 // intercept it to poison the memory again. 5822 // FIXME: intercept xdr_array, opaque, union, vector, reference, pointer, 5955 // We have to intercept this to be able to free wrapper memory;
|
| /freebsd-13.1/stand/forth/ |
| H A D | support.4th | 1192 evaluate \ This we do not intercept so it can throw errors
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | ChangeLog | 490 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 4209 correlated as the sample age exceeds the Allan intercept. Various 4213 intercept and the sum of delay and dispersion above that. The net result
|
| H A D | NEWS | 1464 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
|
| H A D | CommitLog-4.1.0 | 421 Allan intercept fixes from Dave Mills.
|
| H A D | CommitLog | 13841 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 13844 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 13847 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | CHANGES | 581 + fix a regression in dlg_getc() introduced by changes to intercept
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 2917 intercept, which is a parameter of the PLL/FLL clock discipline
|
| H A D | ntp.conf.def | 3130 intercept, which is a parameter of the PLL/FLL clock discipline
|
| /freebsd-13.1/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 2675 get the packet in the first place. IPfilter will intercept
|
| /freebsd-13.1/share/dict/ |
| H A D | web2 | 95975 intercept
|