Searched refs:find_vdev_problem (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 121 find_vdev_problem(nvlist_t *vdev, int (*func)(uint64_t, uint64_t, uint64_t)) function 141 if (find_vdev_problem(child[c], func)) 160 if (find_vdev_problem(child[c], func)) 273 find_vdev_problem(nvroot, vdev_faulted)) 277 find_vdev_problem(nvroot, vdev_missing)) 281 find_vdev_problem(nvroot, vdev_broken)) 303 if (find_vdev_problem(nvroot, vdev_faulted)) 305 if (find_vdev_problem(nvroot, vdev_missing)) 307 if (find_vdev_problem(nvroot, vdev_broken)) 313 if (!isimport && find_vdev_problem(nvroo [all...] |
Completed in 1490 milliseconds