| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_root.c | 133 vdev_root_state_change(vdev_t *vd, int faulted, int degraded) in vdev_root_state_change() argument 135 if (too_many_errors(vd, faulted)) { in vdev_root_state_change() 138 } else if (degraded || faulted) { in vdev_root_state_change()
|
| H A D | vdev_mirror.c | 939 vdev_mirror_state_change(vdev_t *vd, int faulted, int degraded) in vdev_mirror_state_change() argument 941 if (faulted == vd->vdev_children) { in vdev_mirror_state_change() 949 } else if (degraded + faulted != 0) { in vdev_mirror_state_change()
|
| H A D | vdev_draid.c | 2294 vdev_draid_state_change(vdev_t *vd, int faulted, int degraded) in vdev_draid_state_change() argument 2299 if (faulted > vdc->vdc_nparity * (vdc->vdc_width / vdc->vdc_children)) in vdev_draid_state_change() 2302 else if (degraded + faulted != 0) in vdev_draid_state_change()
|
| H A D | vdev_raidz.c | 4007 vdev_raidz_state_change(vdev_t *vd, int faulted, int degraded) in vdev_raidz_state_change() argument 4010 if (faulted > vdrz->vd_nparity) in vdev_raidz_state_change() 4013 else if (degraded + faulted != 0) in vdev_raidz_state_change()
|
| H A D | vdev.c | 5548 int degraded = 0, faulted = 0; in vdev_propagate_state() local 5573 faulted++; in vdev_propagate_state() 5582 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 | 204 uint64_t offline = 0ULL, faulted = 0ULL; in zfs_process_add() local 246 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_FAULTED, &faulted); in zfs_process_add() 298 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-blueridge.dts | 220 /*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
|
| H A D | aspeed-bmc-ibm-fuji.dts | 306 /*Q0-Q7*/ "","","regulator-standby-faulted","","","","","",
|
| H A D | aspeed-bmc-ibm-everest.dts | 304 /*Q0-Q7*/ "","","regulator-standby-faulted","","","","","",
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 6468 process is instantly write-faulted).
|