Lines Matching refs:find_vdev_problem
158 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t), in find_vdev_problem() function
180 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
196 if (find_vdev_problem(child[c], func, ignore_replacing)) in find_vdev_problem()
373 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
377 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
381 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
404 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
406 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
408 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
414 if (!isimport && find_vdev_problem(nvroot, vdev_errors, B_TRUE)) in check_status()
420 if (find_vdev_problem(nvroot, vdev_offlined, B_TRUE)) in check_status()
426 if (find_vdev_problem(nvroot, vdev_removed, B_TRUE)) in check_status()
432 if (find_vdev_problem(nvroot, vdev_non_native_ashift, B_FALSE)) in check_status()