Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_status.c130 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t), in find_vdev_problem() function
155 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
171 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
284 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
288 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
292 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
314 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
316 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
318 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
324 if (!isimport && find_vdev_problem(nvroot, vdev_errors, B_TRUE)) in check_status()
[all …]