Home
last modified time | relevance | path

Searched refs:find_vdev_problem (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c138 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 …]