Searched refs:find_vdev_problem (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 159 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t, void *), in find_vdev_problem() function 181 if (find_vdev_problem(child[c], func, arg, in find_vdev_problem() 199 if (find_vdev_problem(child[c], func, arg, in find_vdev_problem() 378 find_vdev_problem(nvroot, vdev_faulted, NULL, B_TRUE)) in check_status() 382 find_vdev_problem(nvroot, vdev_missing, NULL, B_TRUE)) in check_status() 386 find_vdev_problem(nvroot, vdev_broken, NULL, B_TRUE)) in check_status() 409 if (find_vdev_problem(nvroot, vdev_faulted, NULL, B_TRUE)) in check_status() 411 if (find_vdev_problem(nvroot, vdev_missing, NULL, B_TRUE)) in check_status() 413 if (find_vdev_problem(nvroot, vdev_broken, NULL, B_TRUE)) in check_status() 419 if (!isimport && find_vdev_problem(nvroot, vdev_errors, NULL, B_TRUE)) in check_status() [all …]
|