Lines Matching refs:nvroot
187 nvlist_t *nvroot; in check_status() local
200 &nvroot) == 0); in check_status()
201 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in check_status()
209 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status()
273 find_vdev_problem(nvroot, vdev_faulted)) in check_status()
277 find_vdev_problem(nvroot, vdev_missing)) in check_status()
281 find_vdev_problem(nvroot, vdev_broken)) in check_status()
303 if (find_vdev_problem(nvroot, vdev_faulted)) in check_status()
305 if (find_vdev_problem(nvroot, vdev_missing)) in check_status()
307 if (find_vdev_problem(nvroot, vdev_broken)) in check_status()
313 if (!isimport && find_vdev_problem(nvroot, vdev_errors)) in check_status()
319 if (find_vdev_problem(nvroot, vdev_offlined)) in check_status()
325 if (find_vdev_problem(nvroot, vdev_removed)) in check_status()