/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_root.c | 132 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) in vdev_root_state_change() argument 134 if (too_many_errors(vd, faulted)) { in vdev_root_state_change() 137 } else if (degraded || faulted) { in vdev_root_state_change()
|
H A D | vdev_mirror.c | 937 vdev_mirror_state_change(vdev_t *vd, int faulted, int degraded) in vdev_mirror_state_change() argument 939 if (faulted == vd->vdev_children) { in vdev_mirror_state_change() 947 } else if (degraded + faulted != 0) { in vdev_mirror_state_change()
|
H A D | vdev_draid.c | 2068 vdev_draid_state_change(vdev_t *vd, int faulted, int degraded) in vdev_draid_state_change() argument 2073 if (faulted > vdc->vdc_nparity) in vdev_draid_state_change() 2076 else if (degraded + faulted != 0) in vdev_draid_state_change()
|
H A D | vdev_raidz.c | 3582 vdev_raidz_state_change(vdev_t *vd, int faulted, int degraded) in vdev_raidz_state_change() argument 3585 if (faulted > vdrz->vd_nparity) in vdev_raidz_state_change() 3588 else if (degraded + faulted != 0) in vdev_raidz_state_change()
|
H A D | vdev.c | 5295 int degraded = 0, faulted = 0; in vdev_propagate_state() local 5320 faulted++; in vdev_propagate_state() 5329 vd->vdev_ops->vdev_op_state_change(vd, faulted, degraded); in vdev_propagate_state()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 186 uint64_t faulted(0); in State() local 188 (void)nvlist_lookup_uint64(m_config, ZPOOL_CONFIG_FAULTED, &faulted); in State() 190 if (faulted) in State()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_linux.cpp | 474 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in HwasanOnSIGTRAP() local 477 isFaultShort = ((faulted & 0x3) != 0x3); in HwasanOnSIGTRAP()
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_mod.c | 203 uint64_t offline = 0ULL, faulted = 0ULL; in zfs_process_add() local 244 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_FAULTED, &faulted); in zfs_process_add() 296 if (offline && !faulted) { in zfs_process_add()
|
H A D | README.md | 66 state (degraded or faulted). The retire agent is also responsible for
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ibm-bonnell.dts | 147 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
H A D | aspeed-bmc-ibm-rainier.dts | 215 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
H A D | aspeed-bmc-ibm-everest.dts | 304 /*Q0-Q7*/ "","","regulator-standby-faulted","","","","","",
|