Home | History | Annotate | Download | only in common

Lines Matching defs:nvroot

198 	nvlist_t *nvroot;
211 &nvroot) == 0);
212 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS,
220 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS,
284 find_vdev_problem(nvroot, vdev_faulted, B_TRUE))
288 find_vdev_problem(nvroot, vdev_missing, B_TRUE))
292 find_vdev_problem(nvroot, vdev_broken, B_TRUE))
314 if (find_vdev_problem(nvroot, vdev_faulted, B_TRUE))
316 if (find_vdev_problem(nvroot, vdev_missing, B_TRUE))
318 if (find_vdev_problem(nvroot, vdev_broken, B_TRUE))
324 if (!isimport && find_vdev_problem(nvroot, vdev_errors, B_TRUE))
330 if (find_vdev_problem(nvroot, vdev_offlined, B_TRUE))
336 if (find_vdev_problem(nvroot, vdev_removed, B_TRUE))
342 if (find_vdev_problem(nvroot, vdev_non_native_ashift, B_FALSE))