Searched refs:nvtop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_import.c | 449 nvlist_t *ret = NULL, *config = NULL, *tmp = NULL, *nvtop, *nvroot; in get_configs() local 592 ZPOOL_CONFIG_VDEV_TREE, &nvtop) == 0); in get_configs() 593 verify(nvlist_lookup_uint64(nvtop, ZPOOL_CONFIG_ID, in get_configs() 611 if (nvlist_dup(nvtop, &child[id], 0) != 0) in get_configs()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | spa.c | 3942 nvlist_t *nvtop, *nvroot; in spa_generate_rootconf() local 3952 &nvtop) == 0); in spa_generate_rootconf() 3966 &nvtop, 1) == 0); in spa_generate_rootconf() 4027 nvlist_t *config, *nvtop; in spa_import_rootpool() local 4072 &nvtop) == 0); in spa_import_rootpool() 4074 error = spa_config_parse(spa, &rvd, nvtop, NULL, 0, in spa_import_rootpool() 4142 nvlist_t *best_cfg, *nvtop, *nvroot; in spa_generate_rootconf() local 4180 &nvtop) == 0); in spa_generate_rootconf() 4181 nvlist_dup(nvtop, &tops[i], KM_SLEEP); in spa_generate_rootconf() 4253 nvlist_t *config, *nvtop; in spa_import_rootpool() local [all …]
|