Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c159 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t), in find_vdev_problem() function
181 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
197 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
374 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
378 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
382 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
405 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
407 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
409 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
415 if (!isimport && find_vdev_problem(nvroot, vdev_errors, B_TRUE)) in check_status()
[all …]