Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def113 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 DREADME.txt14 lib/interception/ : Machinery used to intercept function calls.
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_freebsd.c344 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 Dnetmap_kern.h2025 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 Dos.c342 intercept(handler);
/freebsd-12.1/sys/amd64/vmm/amd/
H A Dsvm.c370 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 Dvmcb.h242 uint32_t intercept[5]; /* all intercepts */ member
/freebsd-12.1/contrib/gcc/
H A Dc.opt128 Wassign-intercept
H A DFSFChangeLog.109127 New stub functions, to intercept cpplib error message.
H A DChangeLog-200518118 * c.opt (Wassign-intercept): Add.
18127 (-Wassign-intercept): Likewise.
/freebsd-12.1/crypto/openssl/doc/man3/
H A DENGINE_add.pod492 itself and it will intercept and handle these control commands on behalf of the
/freebsd-12.1/stand/forth/
H A Dsupport.4th1105 evaluate \ This we do not intercept so it can throw errors
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5117 // 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 DChangeLog-98991737 (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 DChangeLog-00012192 * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
/freebsd-12.1/contrib/ntp/
H A DChangeLog461 * [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 DNEWS1426 * [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
H A DCommitLog-4.1.0421 Allan intercept fixes from Dave Mills.
H A DCommitLog13128 [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 DCHANGES262 + fix a regression in dlg_getc() introduced by changes to intercept
/freebsd-12.1/share/examples/ipfilter/
H A Dipf-howto.txt2675 get the packet in the first place. IPfilter will intercept
/freebsd-12.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi2917 intercept, which is a parameter of the PLL/FLL clock discipline
H A Dntp.conf.def3130 intercept, which is a parameter of the PLL/FLL clock discipline
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-00013987 comment about setting bfd_error_handler to intercept failure
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi5370 intercept this hook to handle things like target-specific attributes

12