ZPOOL_CONFIG_POOL_TXG
error = nvlist_find(tmp, ZPOOL_CONFIG_POOL_TXG,
if (nvlist_find(nvl, ZPOOL_CONFIG_POOL_TXG, DATA_TYPE_UINT64,
if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_POOL_TXG, &txg,
nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG,
(nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
(void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG,
ZPOOL_CONFIG_POOL_TXG);
VERIFY(nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_TXG,
VERIFY(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG, &txg) == 0);
VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG,
fnvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, txg);
if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
ZPOOL_CONFIG_POOL_TXG, &label_txg);
nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_TXG,