Searched refs:find_vdev_problem (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 138 find_vdev_problem(nvlist_t *vdev, int (*func)(uint64_t, uint64_t, uint64_t)) in find_vdev_problem() function 158 if (find_vdev_problem(child[c], func)) in find_vdev_problem() 177 if (find_vdev_problem(child[c], func)) in find_vdev_problem() 318 find_vdev_problem(nvroot, vdev_faulted)) in check_status() 322 find_vdev_problem(nvroot, vdev_missing)) in check_status() 326 find_vdev_problem(nvroot, vdev_broken)) in check_status() 348 if (find_vdev_problem(nvroot, vdev_faulted)) in check_status() 350 if (find_vdev_problem(nvroot, vdev_missing)) in check_status() 352 if (find_vdev_problem(nvroot, vdev_broken)) in check_status() 358 if (!isimport && find_vdev_problem(nvroot, vdev_errors)) in check_status() [all …]
|