Searched refs:nvtop (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 441 nvlist_t *ret = NULL, *config = NULL, *tmp, *nvtop, *nvroot; in get_configs() local 584 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); in get_configs() 585 verify(nvlist_lookup_uint64(nvtop, ZPOOL_CONFIG_ID, in get_configs() 603 if (nvlist_dup(nvtop, &child[id], 0) != 0) in get_configs()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 3724 nvlist_t *nvtop, *nvroot; in spa_generate_rootconf() local 3734 &nvtop) == 0); in spa_generate_rootconf() 3748 &nvtop, 1) == 0); in spa_generate_rootconf() 3809 nvlist_t *config, *nvtop; in spa_import_rootpool() local 3854 &nvtop) == 0); in spa_import_rootpool() 3856 error = spa_config_parse(spa, &rvd, nvtop, NULL, 0, in spa_import_rootpool()
|