| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 113 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 114 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 115 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 116 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 117 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 118 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 119 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 120 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.") 121 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.") 122 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.")
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | README.txt | 14 lib/interception/ : Machinery used to intercept function calls.
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_freebsd.c | 344 nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept) in nm_os_catch_rx() argument 351 if (intercept) { in nm_os_catch_rx() 383 nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept) in nm_os_catch_tx() argument 389 if (intercept) { in nm_os_catch_tx()
|
| H A D | netmap_kern.h | 2025 int nm_os_catch_rx(struct netmap_generic_adapter *gna, int intercept); 2026 int nm_os_catch_tx(struct netmap_generic_adapter *gna, int intercept);
|
| /freebsd-12.1/contrib/less/ |
| H A D | os.c | 342 intercept(handler);
|
| /freebsd-12.1/sys/amd64/vmm/amd/ |
| H A D | svm.c | 370 return (ctrl->intercept[idx] & bitmask ? 1 : 0); in svm_get_intercept() 383 oldval = ctrl->intercept[idx]; in svm_set_intercept() 386 ctrl->intercept[idx] |= bitmask; in svm_set_intercept() 388 ctrl->intercept[idx] &= ~bitmask; in svm_set_intercept() 390 if (ctrl->intercept[idx] != oldval) { in svm_set_intercept() 393 "from %#x to %#x", idx, oldval, ctrl->intercept[idx]); in svm_set_intercept()
|
| H A D | vmcb.h | 242 uint32_t intercept[5]; /* all intercepts */ member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 128 Wassign-intercept
|
| H A D | FSFChangeLog.10 | 9127 New stub functions, to intercept cpplib error message.
|
| H A D | ChangeLog-2005 | 18118 * c.opt (Wassign-intercept): Add. 18127 (-Wassign-intercept): Likewise.
|
| /freebsd-12.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-12.1/stand/forth/ |
| H A D | support.4th | 1105 evaluate \ This we do not intercept so it can throw errors
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5117 // On PowerPC, we also need to intercept __tls_get_addr_opt, which has 5125 // On s390, we have to intercept two functions here: 5158 // Now carefully intercept __tls_get_offset. 5324 // intercept freeifaddrs(). If that ceases to be the case, we might need to 5325 // intercept it to poison the memory again. 5596 // FIXME: intercept xdr_array, opaque, union, vector, reference, pointer,
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9899 | 1737 (mcore_cons): New function: intercept cons() operations. 1738 (mcore_float_cons): New function: intercept float_cons() 1740 (mcore_stringer): New function: intercept stringer() operations.
|
| H A D | ChangeLog-0001 | 2192 * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 461 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 4180 correlated as the sample age exceeds the Allan intercept. Various 4184 intercept and the sum of delay and dispersion above that. The net result
|
| H A D | NEWS | 1426 * [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 | 13128 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 13131 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite. 13134 [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | CHANGES | 262 + fix a regression in dlg_getc() introduced by changes to intercept
|
| /freebsd-12.1/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 2675 get the packet in the first place. IPfilter will intercept
|
| /freebsd-12.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-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-0001 | 3987 comment about setting bfd_error_handler to intercept failure
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 5370 intercept this hook to handle things like target-specific attributes
|