Home
last modified time | relevance | path

Searched refs:newroot (Results 1 – 5 of 5) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_vdev.c837 check_replication(nvlist_t *config, nvlist_t *newroot) in check_replication() argument
860 if ((nvlist_lookup_nvlist_array(newroot, ZPOOL_CONFIG_CHILDREN, in check_replication()
869 if (num_logs(newroot) == children) { in check_replication()
878 if ((new = get_replication(newroot, B_TRUE)) == NULL) { in check_replication()
1415 nvlist_t *newroot = NULL, **child; in split_mirror_vdev() local
1419 if ((newroot = construct_spec(argc, argv)) == NULL) { in split_mirror_vdev()
1426 if (!flags.dryrun && make_disks(zhp, newroot) != 0) { in split_mirror_vdev()
1427 nvlist_free(newroot); in split_mirror_vdev()
1433 verify(nvlist_lookup_nvlist_array(newroot, in split_mirror_vdev()
1445 nvlist_free(newroot); in split_mirror_vdev()
[all …]
/NextBSD/sys/boot/i386/zfsboot/
HDzfsboot.c713 uint64_t newroot; in zfs_mount_ds() local
729 newroot = 0; in zfs_mount_ds()
731 if (zfs_lookup_dataset(newspa, q, &newroot)) { in zfs_mount_ds()
737 if (zfs_mount(newspa, newroot, &zfsmount)) { in zfs_mount_ds()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c2864 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, argument
2912 if (*newroot == NULL ||
2913 nvlist_lookup_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN,
2987 if (*newroot == NULL) {
2988 if (nvlist_alloc(newroot, NV_UNIQUE_NAME, 0) != 0)
2991 if (nvlist_add_string(*newroot, ZPOOL_CONFIG_TYPE,
2995 verify(nvlist_remove_all(*newroot, ZPOOL_CONFIG_CHILDREN) == 0);
2999 if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN, varray,
3017 ZPOOL_CONFIG_VDEV_TREE, *newroot) != 0 ||
3058 nvlist_free(*newroot);
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDlog.c1093 svn_fs_root_t *newroot; in fill_log_entry() local
1096 SVN_ERR(svn_fs_revision_root(&newroot, fs, rev, pool)); in fill_log_entry()
1098 newroot, fs, prefetched_changes, in fill_log_entry()
HDdump.c326 svn_fs_root_t *newroot, const char *newpath, apr_pool_t *pool) in store_delta() argument
343 newroot, newpath, pool)); in store_delta()