Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dbox8.c20 int faults; in main() local
34 faults = 1; in main()
36 faults = 5; in main()
38 while (faults > 0) { in main()
49 faults--; in main()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c221 } faults[] = { in dtrace_faultstr() local
235 for (i = 0; faults[i].str != NULL; i++) { in dtrace_faultstr()
236 if (faults[i].code == fault) in dtrace_faultstr()
237 return (faults[i].str); in dtrace_faultstr()
/freebsd-12.1/sys/dev/iicbus/
H A Dlm75.c459 int error, faults, i, newf, tmp; in lm75_faults_sysctl() local
467 faults = lm75_faults[tmp]; in lm75_faults_sysctl()
469 error = sysctl_handle_int(oidp, &faults, 0, req); in lm75_faults_sysctl()
473 if (faults != lm75_faults[tmp]) { in lm75_faults_sysctl()
476 if (faults >= lm75_faults[i]) in lm75_faults_sysctl()
/freebsd-12.1/lib/libc/mips/gen/
H A Dldexp.S214 add.d $f0, $f0 # cause overflow faults if enabled
/freebsd-12.1/sys/cam/ata/
H A Data_xpt.c148 int faults; member
781 softc->faults++; in probedone()
784 softc->faults += 4; in probedone()
785 if (softc->faults < 10) in probedone()
/freebsd-12.1/contrib/tcpdump/
H A DCHANGES203 ISOCLNS/IS-IS: Fix segmentation faults
246 RTP: Add some bounds checks, fix two segmentation faults
360 a number of unaligned access faults fixed
/freebsd-12.1/sys/powerpc/powerpc/
H A Dmmu_if.m425 * given object to try and eliminate a cascade of on-demand faults as
/freebsd-12.1/contrib/libpcap/
H A Daclocal.m4736 # the CPU faults on an unaligned access, but at least some
/freebsd-12.1/tools/test/testfloat/
H A Dtestfloat.txt122 TestFloat finds actually represent faults in the system being tested.
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dfaq.md284 ## My death test hangs (or seg-faults). How do I fix it?
/freebsd-12.1/contrib/bmake/
H A Dconfigure5497 also use the system CPU time. And page faults (I/O) for Linux. */
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt1134 segmentation faults (SIGSEGV). Supports both Windows and Unix-like
2168 that can cause faults. Lv Zheng.
6101 interpreter errors and kernel faults. So now, we once again allow
9367 faults or infinite loops.
10615 and cause alignment faults on IPF systems. (With assistance from Luming
11018 the internal buffer, causing alignment faults on IA64 platforms.
/freebsd-12.1/contrib/gcc/doc/include/
H A Dtexinfo.tex1264 % without \immediate, pdftex seg faults when the same image is
/freebsd-12.1/contrib/ntp/
H A DChangeLog2552 * [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
H A DCommitLog135304 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
135307 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
135310 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
/freebsd-12.1/crypto/openssl/
H A DCHANGES9581 http://theory.stanford.edu/~dabo/papers/faults.ps.gz).
9672 (which gives segmentation faults in lh_retrieve).
/freebsd-12.1/contrib/amd/doc/
H A Dtexinfo.tex1219 % without \immediate, ancient pdftex seg faults when the same image is
/freebsd-12.1/contrib/subversion/
H A DCHANGES6391 * upgrade to neon 0.23.4 to fix Windows build issues and seg faults
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-02038717 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi6079 Data prefetch does not generate faults if @var{addr} is invalid, but