Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.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-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c312 nvlist_t **faults; in zfs_retire_recv() local
398 &faults, &nfaults) != 0) in zfs_retire_recv()
402 fault = faults[f]; in zfs_retire_recv()
H A DREADME.md37 and isolation of VDEV faults. A fault is something we can associate
64 In turn, a **Retire Agent** responds to diagnosed faults by isolating
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c626 uint64_t faults = nspares; in eval_decluster() local
649 if (faults == 1) { in eval_decluster()
651 nspares, faulted_devs, faults, in eval_decluster()
662 } else if (faults == 2) { in eval_decluster()
669 faulted_devs, faults, in eval_decluster()
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Dti,omap-iommu.txt22 back a bus error response on MMU faults.
/freebsd-13.1/lib/libc/mips/gen/
H A Dldexp.S214 add.d $f0, $f0 # cause overflow faults if enabled
/freebsd-13.1/sys/cam/ata/
H A Data_xpt.c148 int faults; member
780 softc->faults++; in aprobedone()
783 softc->faults += 4; in aprobedone()
784 if (softc->faults < 10) in aprobedone()
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dcommon.yaml16 blinking patterns, flash timeout, flash faults and external flash strobe mode.
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c1796 const ExtFaults faults[] in START_TEST() local
1804 const ExtFaults *fault = faults; in START_TEST()
3315 ExtFaults faults[] in START_TEST() local
3325 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST()
4302 ExtFaults faults[] in START_TEST() local
4313 for (fault = &faults[0]; fault->parse_text != NULL; fault++) { in START_TEST()
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES236 ISOCLNS/IS-IS: Fix segmentation faults
279 RTP: Add some bounds checks, fix two segmentation faults
393 a number of unaligned access faults fixed
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td202 "s_load_dword followed by v_cmp page faults"
/freebsd-13.1/contrib/libpcap/
H A Daclocal.m4774 # the CPU faults on an unaligned access, but at least some
/freebsd-13.1/tools/test/testfloat/
H A Dtestfloat.txt122 TestFloat finds actually represent faults in the system being tested.
/freebsd-13.1/contrib/googletest/googletest/docs/
H A Dfaq.md284 ## My death test hangs (or seg-faults). How do I fix it?
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt342 errors, several seg faults, and enhancements to line parsing within the
2176 segmentation faults (SIGSEGV). Supports both Windows and Unix-like
3210 that can cause faults. Lv Zheng.
7143 interpreter errors and kernel faults. So now, we once again allow
10409 faults or infinite loops.
11657 and cause alignment faults on IPF systems. (With assistance from Luming
12060 the internal buffer, causing alignment faults on IA64 platforms.
/freebsd-13.1/contrib/ntp/
H A DChangeLog2581 * [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
H A DCommitLog136017 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
136020 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
136023 [Bug 1753] 4.2.7p94 faults on startup in newpeer(), strdup(NULL).
/freebsd-13.1/crypto/openssl/
H A DCHANGES9971 http://theory.stanford.edu/~dabo/papers/faults.ps.gz).
10062 (which gives segmentation faults in lh_retrieve).
/freebsd-13.1/contrib/subversion/
H A DCHANGES6903 * upgrade to neon 0.23.4 to fix Windows build issues and seg faults