/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | zed_diagnose_multiple.ksh | 150 log_note $skips fault skips in ZED log after $i seconds 153 fault=$(grep "zpool_vdev_fault" $ZEDLET_DIR/zed.log | wc -l) 154 log_note $fault vdev fault in ZED log 155 [ $fault -eq "0" ] || \ 156 log_fail "expecting no fault events, found $fault"
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 693 #define CHKERR(error,fault) \ argument 698 else if (fault) \ 716 int error, ext, fault, minlimit, nt_type, ot_type; in vmexit_task_switch() local 745 &fault); in vmexit_task_switch() 746 CHKERR(error, fault); in vmexit_task_switch() 798 PROT_READ | PROT_WRITE, nt_iov, nitems(nt_iov), &fault); in vmexit_task_switch() 799 CHKERR(error, fault); in vmexit_task_switch() 825 &fault); in vmexit_task_switch() 826 CHKERR(error, fault); in vmexit_task_switch() 830 PROT_READ | PROT_WRITE, ot_iov, nitems(ot_iov), &fault); in vmexit_task_switch() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb134_board.dtsi | 272 tx-fault-gpios = <&sgpio_in2 12 0 GPIO_ACTIVE_HIGH>; 281 tx-fault-gpios = <&sgpio_in2 13 0 GPIO_ACTIVE_HIGH>; 290 tx-fault-gpios = <&sgpio_in2 14 0 GPIO_ACTIVE_HIGH>; 299 tx-fault-gpios = <&sgpio_in2 15 0 GPIO_ACTIVE_HIGH>; 308 tx-fault-gpios = <&sgpio_in2 16 0 GPIO_ACTIVE_HIGH>; 317 tx-fault-gpios = <&sgpio_in2 17 0 GPIO_ACTIVE_HIGH>; 326 tx-fault-gpios = <&sgpio_in2 18 0 GPIO_ACTIVE_HIGH>; 335 tx-fault-gpios = <&sgpio_in2 19 0 GPIO_ACTIVE_HIGH>; 344 tx-fault-gpios = <&sgpio_in2 20 0 GPIO_ACTIVE_HIGH>; 353 tx-fault-gpios = <&sgpio_in2 21 0 GPIO_ACTIVE_HIGH>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-sama5d4-wdt.txt | 11 "hardware": enable watchdog fault reset. A watchdog fault triggers 13 "software": enable watchdog fault interrupt. A watchdog fault asserts
|
/freebsd/tools/test/stress2/misc/ |
H A D | ldt.sh | 284 cat > fault.c <<EOF 285 /* \$Id: fault.c,v 1.5 2008/10/28 17:39:16 kostik Exp \$ */ 332 fault(void) 355 fault(); 360 cc -o fault_static_i386 -Wall -static fault.c 361 rm fault.c
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_retire.c | 371 nvlist_t *resource, *fault; in zfs_retire_recv() local 505 fault = faults[f]; in zfs_retire_recv() 511 if (nvlist_lookup_boolean_value(fault, FM_SUSPECT_RETIRE, in zfs_retire_recv() 521 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) { in zfs_retire_recv() 523 } else if (fmd_nvl_class_match(hdl, fault, in zfs_retire_recv() 526 } else if (fmd_nvl_class_match(hdl, fault, in zfs_retire_recv() 529 } else if (fmd_nvl_class_match(hdl, fault, in zfs_retire_recv() 532 } else if (fmd_nvl_class_match(hdl, fault, "fault.io.*")) { in zfs_retire_recv() 546 if (nvlist_lookup_nvlist(fault, FM_FAULT_RESOURCE, in zfs_retire_recv()
|
H A D | fmd_api.c | 369 fmd_fault_mkcode(nvlist_t *fault) in fmd_fault_mkcode() argument 377 if (nvlist_lookup_string(fault, FM_CLASS, &class) == 0) { in fmd_fault_mkcode() 398 fmd_case_add_suspect(fmd_hdl_t *hdl, fmd_case_t *cp, nvlist_t *fault) in fmd_case_add_suspect() argument 401 const char *code = fmd_fault_mkcode(fault); in fmd_case_add_suspect() 422 (const nvlist_t **)&fault, 1); in fmd_case_add_suspect() 427 zed_log_fault(fault, cp->ci_uuid, code); in fmd_case_add_suspect() 431 nvlist_free(fault); in fmd_case_add_suspect()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-opp-swift.dts | 175 front-fault { 193 rear-fault { 353 maxim,fan-no-fault-ramp; 355 maxim,fan-fault-pin-mon; 365 maxim,fan-no-fault-ramp; 367 maxim,fan-fault-pin-mon; 377 maxim,fan-no-fault-ramp; 379 maxim,fan-fault-pin-mon; 389 maxim,fan-no-fault-ramp; 391 maxim,fan-fault-pin-mon; [all …]
|
H A D | aspeed-bmc-bytedance-g220a.dts | 132 event-fault-pvddq-cpu0 { 133 label = "fault-pvddq-cpu0"; 144 event-fault-pvddq-cpu1 { 150 event-fault-pvccin-cpu1 { 151 label = "fault-pvccin-cpuq"; 216 event-fault-pvccin-cpu0 { 217 label = "fault-pvccin-cpu0"; 228 event-fault-p1v05-pvccio { 240 event-fault-p1v8-pvccio { 241 label = "fault [all...] |
H A D | aspeed-bmc-opp-tacoma.dts | 116 /*E0-E7*/ "power-button","","","checkstop","","presence-ps1","","led-rear-fault", 491 maxim,fan-no-fault-ramp; 493 maxim,fan-fault-pin-mon; 504 maxim,fan-no-fault-ramp; 506 maxim,fan-fault-pin-mon; 517 maxim,fan-no-fault-ramp; 519 maxim,fan-fault-pin-mon; 530 maxim,fan-no-fault-ramp; 532 maxim,fan-fault-pin-mon;
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-max3191x.txt | 22 - maxim,fault-gpios: GPIO pins to read fault of each chip. 38 by the "maxim,fault-gpios" or by the status byte 54 maxim,fault-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | microchip,spi-pic32.txt | 7 of <fault-irq>, <receive-irq>, <transmit-irq>. 8 - interrupt-names: Should be "fault", "rx", "tx" in order. 28 interrupt-names = "fault", "rx", "tx";
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | setup.ksh | 27 . $STF_SUITE/tests/functional/fault/fault.cfg
|
H A D | cleanup.ksh | 27 . $STF_SUITE/tests/functional/fault/fault.cfg
|
H A D | scrub_after_resilver.ksh | 19 . $STF_SUITE/tests/functional/fault/fault.cfg
|
H A D | decrypt_fault.ksh | 19 . $STF_SUITE/tests/functional/fault/fault.cfg
|
H A D | decompress_fault.ksh | 19 . $STF_SUITE/tests/functional/fault/fault.cfg
|
H A D | auto_online_002_pos.ksh | 28 . $STF_SUITE/tests/functional/fault/fault.cfg
|
/freebsd/tests/sys/cddl/zfs/tests/zinject/ |
H A D | zinject.kshlib | 145 for fault in $@ ; do 149 ereport=$($FMDUMP -av -t "$after_time" | $GREP $fault) 154 log_fail "$fault not found"
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti-lmu.txt | 9 LM3633 Backlight, LED and fault monitor 51 - fault-monitor: Hardware fault monitoring driver for LM3633 and LM3697. 54 "ti,lm3633-fault-monitor" 201 fault-monitor { 202 compatible = "ti,lm3633-fault-monitor";
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | sff,sfp.txt | 22 - tx-fault-gpios : GPIO phandle and a specifier of the Module Transmitter 23 Fault input gpio signal, active (fault condition) high 51 tx-fault-gpios = <&cpm_gpio2 19 GPIO_ACTIVE_HIGH>; 70 tx-fault-gpios = <&cps_gpio1 26 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 712 enum vm_reg_name seg, enum vm_reg_name gpr, uint64_t *gla, int *fault) in get_gla() argument 754 *fault = 0; in get_gla() 758 *fault = 1; in get_gla() 774 int error, fault, opsize, seg, repeat; in emulate_movs() local 821 PROT_READ, seg, VM_REG_GUEST_RSI, &srcaddr, &fault); in emulate_movs() 822 if (error || fault) in emulate_movs() 826 copyinfo, nitems(copyinfo), &fault); in emulate_movs() 828 if (fault) in emulate_movs() 847 &fault); in emulate_movs() 848 if (error || fault) in emulate_movs() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-powernv.txt | 12 - led-types : Supported LED types (attention/identify/fault) provided 22 led-types = "identify", "fault";
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta32x.txt | 46 - st,fault-detect-recovery: 47 If present, fault detect recovery is enabled. 52 - st,fault-detect-recovery: 53 If present, then fault recovery will be enabled.
|
/freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
H A D | zfsd_hotspare_001_pos.ksh | 79 $ZINJECT -d $err_dev -A fault $TESTPOOL 103 $ZINJECT -d $fail_spare -A fault $TESTPOOL
|