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 | 163 find_vdev_problem(nvlist_t *vdev, int (*func)(vdev_stat_t *, uint_t, void *), in find_vdev_problem() function 193 if (find_vdev_problem(child[c + in find_vdev_problem() 204 if ((res = find_vdev_problem(child[c], func, arg, in find_vdev_problem() 222 if (find_vdev_problem(child[c], func, arg, in find_vdev_problem() 401 find_vdev_problem(nvroot, vdev_faulted, NULL, B_TRUE)) in check_status() 405 find_vdev_problem(nvroot, vdev_missing, NULL, B_TRUE)) in check_status() 409 find_vdev_problem(nvroot, vdev_broken, NULL, B_TRUE)) in check_status() 432 if (find_vdev_problem(nvroot, vdev_faulted, NULL, B_TRUE) == EDOM) in check_status() 434 if (find_vdev_problem(nvroot, vdev_missing, NULL, B_TRUE) == EDOM) in check_status() 436 if (find_vdev_problem(nvroot, vdev_faulted, NULL, B_TRUE)) in check_status() [all …]
|