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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c130 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t), function
155 if (find_vdev_problem(child[c], func, ignore_replacing))
171 if (find_vdev_problem(child[c], func, ignore_replacing))
284 find_vdev_problem(nvroot, vdev_faulted, B_TRUE))
288 find_vdev_problem(nvroot, vdev_missing, B_TRUE))
292 find_vdev_problem(nvroot, vdev_broken, B_TRUE))
314 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE))
316 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE))
318 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE))
324 if (!isimport && find_vdev_problem(nvroo
[all...]

Completed in 107 milliseconds