Searched refs:nvtop (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 475 nvlist_t *ret = NULL, *config = NULL, *tmp = NULL, *nvtop, *nvroot; in get_configs() local 618 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); in get_configs() 619 verify(nvlist_lookup_uint64(nvtop, ZPOOL_CONFIG_ID, in get_configs() 637 if (nvlist_dup(nvtop, &child[id], 0) != 0) in get_configs()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 5382 nvlist_t *nvtop, *nvroot; local 5392 &nvtop) == 0); 5419 &nvtop, 1) == 0); 5481 nvlist_t *config, *nvtop; local 5568 &nvtop) == 0); 5570 error = spa_config_parse(spa, &rvd, nvtop, NULL, 0,
|