Searched defs:nvtop (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 441 nvlist_t *ret = NULL, *config = NULL, *tmp = NULL, *nvtop, *nvroot; local 584 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); 585 verify(nvlist_lookup_uint64(nvtop, ZPOOL_CONFIG_ID, 603 if (nvlist_dup(nvtop, &child[id], 0) != 0)
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 3849 nvlist_t *nvtop, *nvroot; local 3859 &nvtop) == 0); 3873 &nvtop, 1) == 0); 3934 nvlist_t *config, *nvtop; local 3979 &nvtop) == 0); 3981 error = spa_config_parse(spa, &rvd, nvtop, NULL, 0,
|
Completed in 77 milliseconds