Lines Matching refs:verify

551 		verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,  in zpool_do_add()
1154 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in find_spare()
1187 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config()
1215 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &path) == 0); in print_status_config()
1242 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, in print_status_config()
1327 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0); in print_import_config()
1332 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config()
1467 verify(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME, in show_import()
1469 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, in show_import()
1471 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in show_import()
1473 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in show_import()
1476 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import()
1688 verify(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME, in do_import()
1691 verify(nvlist_lookup_uint64(config, in do_import()
1693 verify(nvlist_lookup_uint64(config, in do_import()
1710 verify(nvlist_lookup_string(config, in do_import()
1712 verify(nvlist_lookup_uint64(config, in do_import()
2057 verify(nvpair_value_nvlist(elem, &config) == 0); in zpool_do_import()
2059 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_do_import()
2066 verify(nvlist_add_nvlist(config, ZPOOL_REWIND_POLICY, in zpool_do_import()
2087 verify(nvlist_lookup_string(config, in zpool_do_import()
2107 verify(nvlist_lookup_uint64(config, in zpool_do_import()
2204 verify(nvlist_lookup_uint64_array(oldnv, in print_vdev_stats()
2210 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats()
2359 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
2365 verify(nvlist_lookup_nvlist(oldconfig, ZPOOL_CONFIG_VDEV_TREE, in print_iostat()
2386 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in get_namewidth()
2802 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_list_stats()
2915 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in list_callback()
3038 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &path) == 0); in zpool_get_vdev_by_name()
3887 verify(nvpair_value_nvlist(elem, &nv) == 0); in print_error_log()
3888 verify(nvlist_lookup_uint64(nv, ZPOOL_ERR_DATASET, in print_error_log()
3890 verify(nvlist_lookup_uint64(nv, ZPOOL_ERR_OBJECT, in print_error_log()
3968 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_STATS, in print_dedup_stats()
3970 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_HISTOGRAM, in print_dedup_stats()
4028 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, in status_callback()
4030 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in status_callback()
4399 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_version()
4435 verify(-1 != asprintf(&propname, "feature@%s", fname)); in upgrade_enable_all()
4470 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_cb()
4519 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_older_cb()
4552 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_disabled_cb()
4868 verify(nvlist_lookup_nvlist_array(nvhis, ZPOOL_HIST_RECORD, in get_history_one()
5339 verify(find_command_idx("set", &i) == 0); in main()