Lines Matching refs:verify
553 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1156 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1189 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
1217 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_PATH, &path) == 0);
1244 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID,
1329 verify(nvlist_lookup_string(nv, ZPOOL_CONFIG_TYPE, &type) == 0);
1334 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
1469 verify(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME,
1471 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID,
1473 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
1475 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
1478 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS,
1690 verify(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME,
1693 verify(nvlist_lookup_uint64(config,
1695 verify(nvlist_lookup_uint64(config,
1712 verify(nvlist_lookup_string(config,
1714 verify(nvlist_lookup_uint64(config,
2059 verify(nvpair_value_nvlist(elem, &config) == 0);
2061 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
2068 verify(nvlist_add_nvlist(config, ZPOOL_REWIND_POLICY,
2089 verify(nvlist_lookup_string(config,
2109 verify(nvlist_lookup_uint64(config,
2118 * If we were searching for a specific pool, verify that we found a
2206 verify(nvlist_lookup_uint64_array(oldnv,
2212 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS,
2361 verify(nvlist_lookup_nvlist(newconfig, ZPOOL_CONFIG_VDEV_TREE,
2367 verify(nvlist_lookup_nvlist(oldconfig, ZPOOL_CONFIG_VDEV_TREE,
2388 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
2804 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
2917 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
3860 verify(nvpair_value_nvlist(elem, &nv) == 0);
3861 verify(nvlist_lookup_uint64(nv, ZPOOL_ERR_DATASET,
3863 verify(nvlist_lookup_uint64(nv, ZPOOL_ERR_OBJECT,
3941 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_STATS,
3943 verify(nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_HISTOGRAM,
4001 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
4003 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS,
4372 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
4408 verify(-1 != asprintf(&propname, "feature@%s", fname));
4443 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
4492 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
4525 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
4841 verify(nvlist_lookup_nvlist_array(nvhis, ZPOOL_HIST_RECORD,
5312 verify(find_command_idx("set", &i) == 0);