/freebsd/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/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 147 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 149 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 153 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 154 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.") 155 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.") 156 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | README.txt | 11 lib/interception/ : Machinery used to intercept function calls.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | README.txt | 14 lib/interception/ : Machinery used to intercept function calls.
|
/freebsd/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() 372 nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept) in nm_os_catch_tx() argument 378 if (intercept) { in nm_os_catch_tx()
|
H A D | netmap_kern.h | 2147 int nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept); 2148 int nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept);
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 399 return (ctrl->intercept[idx] & bitmask ? 1 : 0); in svm_get_intercept() 411 oldval = ctrl->intercept[idx]; in svm_set_intercept() 414 ctrl->intercept[idx] |= bitmask; in svm_set_intercept() 416 ctrl->intercept[idx] &= ~bitmask; in svm_set_intercept() 418 if (ctrl->intercept[idx] != oldval) { in svm_set_intercept() 421 oldval, ctrl->intercept[idx]); in svm_set_intercept()
|
H A D | vmcb.h | 259 uint32_t intercept[5]; /* all intercepts */ member
|
/freebsd/contrib/less/ |
H A D | os.c | 472 * This implements an ANSI-style intercept setup for Microware C 3.2 in os9_signal() 476 intercept(handler);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | deb.am | 72 path_prepend=`mktemp -d /tmp/intercept.XXXXXX`; \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sniffer | 268 >20 belong&0x03FFFFFF 286 (ELEE lawful intercept
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2483 // TODO: add read check if __dn_comp intercept added 5445 // On PowerPC, we also need to intercept __tls_get_addr_opt, which has 5451 // On s390, we have to intercept two functions here: 5489 // Now carefully intercept __tls_get_offset. 5651 // intercept freeifaddrs(). If that ceases to be the case, we might need to 5652 // intercept it to poison the memory again. 5837 // FIXME: intercept xdr_array, opaque, union, vector, reference, pointer, 5970 // We have to intercept this to be able to free wrapper memory;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 500 itself and it will intercept and handle these control commands on behalf of the
|
/freebsd/stand/forth/ |
H A D | support.4th | 1191 evaluate \ This we do not intercept so it can throw errors
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 730 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 4449 correlated as the sample age exceeds the Allan intercept. Various 4453 intercept and the sum of delay and dispersion above that. The net result
|
H A D | CommitLog-4.1.0 | 421 Allan intercept fixes from Dave Mills.
|
H A D | NEWS | 1748 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 5514 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
|
H A D | CommitLog | 23197 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 23200 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 23203 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. [all...] |
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.conf.texi | 2920 intercept, which is a parameter of the PLL/FLL clock discipline
|
H A D | ntp.conf.def | 3136 intercept, which is a parameter of the PLL/FLL clock discipline
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 794 + fix a regression in dlg_getc() introduced by changes to intercept
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 2674 get the packet in the first place. IPfilter will intercept
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 5640 …s. This paper points out that the use of angle-radius rather than slope-intercept parameters simpl…
|
/freebsd/share/dict/ |
H A D | web2 | 95994 intercept
|