Lines Matching refs:nvroot
232 nvlist_t *nvroot = fnvlist_lookup_nvlist(config, in check_status() local
234 vdev_stat_t *vs = (vdev_stat_t *)fnvlist_lookup_uint64_array(nvroot, in check_status()
242 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status()
255 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN, in check_status()
373 find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
377 find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
381 find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
404 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE)) in check_status()
406 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE)) in check_status()
408 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE)) in check_status()
414 if (!isimport && find_vdev_problem(nvroot, vdev_errors, B_TRUE)) in check_status()
420 if (find_vdev_problem(nvroot, vdev_offlined, B_TRUE)) in check_status()
426 if (find_vdev_problem(nvroot, vdev_removed, B_TRUE)) in check_status()
432 if (find_vdev_problem(nvroot, vdev_non_native_ashift, B_FALSE)) in check_status()