Searched refs:fault (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dsetup.ksh27 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dcleanup.ksh27 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dscrub_after_resilver.ksh19 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Ddecompress_fault.ksh19 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Ddecrypt_fault.ksh19 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dauto_spare_ashift.ksh25 . $STF_SUITE/tests/functional/fault/fault.cfg
38 # 6. Clear the fault
91 # 6. Clear the fault
H A Dauto_online_002_pos.ksh28 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dauto_spare_002_pos.ksh23 . $STF_SUITE/tests/functional/fault/fault.cfg
36 # 6. Clear the fault
85 # 6. Clear the fault
H A Dauto_spare_001_pos.ksh23 . $STF_SUITE/tests/functional/fault/fault.cfg
36 # 6. Clear the fault
103 # 6. Clear the fault
H A Dauto_online_001_pos.ksh28 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dauto_spare_shared.ksh23 . $STF_SUITE/tests/functional/fault/fault.cfg
35 # 6. Clear the fault
101 # 6. Clear the fault
H A Dauto_replace_001_pos.ksh27 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dauto_offline_001_pos.ksh23 . $STF_SUITE/tests/functional/fault/fault.cfg
H A Dauto_replace_002_pos.ksh28 . $STF_SUITE/tests/functional/fault/fault.cfg
/freebsd-current/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_001_pos.ksh79 $ZINJECT -d $err_dev -A fault $TESTPOOL
103 $ZINJECT -d $fail_spare -A fault $TESTPOOL
H A Dzfsd_degrade_002_pos.ksh44 # 2. fault a vdev to active the hotspare
90 $ZINJECT -d ${VDEV0} -A fault $TESTPOOL
H A Dzfsd_hotspare_006_pos.ksh81 log_must $ZINJECT -d $err_dev1 -A fault $TESTPOOL
82 log_must $ZINJECT -d $err_dev2 -A fault $TESTPOOL
H A Dzfsd_hotspare_008_neg.ksh49 log_must $ZINJECT -d $FAULT_DISK -A fault $TESTPOOL
/freebsd-current/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib87 # Inject a fault into a particular device
134 # Check if the fault is occurred after the given timestamp
145 for fault in $@ ; do
149 ereport=$($FMDUMP -av -t "$after_time" | $GREP $fault)
154 log_fail "$fault not found"
181 # Invoke the trigger function according to the fault type corresponded
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in337 'fault/auto_online_002_pos': ['FAIL', 11889],
338 'fault/auto_replace_001_pos': ['FAIL', 14851],
339 'fault/auto_spare_002_pos': ['FAIL', 11889],
340 'fault/auto_spare_multiple': ['FAIL', 11889],
341 'fault/auto_spare_shared': ['FAIL', 11889],
342 'fault/decompress_fault': ['FAIL', 11889],
376 'fault/auto_offline_001_pos': ['SKIP', ci_reason],
377 'fault/auto_online_001_pos': ['SKIP', ci_reason],
378 'fault/auto_online_002_pos': ['SKIP', ci_reason],
379 'fault/auto_replace_001_po
[all...]
/freebsd-current/sys/dev/firewire/
H A Dfwphyreg.h122 fault:1, member in struct:phyreg_page0
151 fault:1,
/freebsd-current/tools/test/stress2/misc/
H A Dldt.sh284 cat > fault.c <<EOF
285 /* \$Id: fault.c,v 1.5 2008/10/28 17:39:16 kostik Exp \$ */
332 fault(void)
355 fault(); function
360 cc -o fault_static_i386 -Wall -static fault.c
361 rm fault.c
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c30 * When we see a device fault or a device removal, we try to open the associated
322 * Repair this vdev if we had diagnosed a 'fault.fs.zfs.device' and
371 nvlist_t *resource, *fault; local
505 fault = faults[f];
511 if (nvlist_lookup_boolean_value(fault, FM_SUSPECT_RETIRE,
516 * While we subscribe to fault.fs.zfs.*, we only take action
518 * failure). We also subscribe to fault.io.* events, so that
521 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) {
523 } else if (fmd_nvl_class_match(hdl, fault,
[all...]
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dtask_switch.c693 #define CHKERR(error,fault) \
698 else if (fault) \
716 int error, ext, fault, minlimit, nt_type, ot_type; local
745 &fault);
746 CHKERR(error, fault);
798 PROT_READ | PROT_WRITE, nt_iov, nitems(nt_iov), &fault);
799 CHKERR(error, fault);
825 &fault);
826 CHKERR(error, fault);
830 PROT_READ | PROT_WRITE, ot_iov, nitems(ot_iov), &fault);
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c214 dtrace_faultstr(dtrace_hdl_t *dtp, int fault) argument
231 { DTRACEFLT_LIBRARY, "library-level fault" },
236 if (faults[i].code == fault)
240 return ("unknown fault");

Completed in 179 milliseconds

123