Searched refs:newroot (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c852 check_replication(nvlist_t *config, nvlist_t *newroot) argument
875 if ((nvlist_lookup_nvlist_array(newroot, ZPOOL_CONFIG_CHILDREN,
884 if (num_logs(newroot) == children) {
893 if ((new = get_replication(newroot, B_TRUE)) == NULL) {
1463 nvlist_t *newroot = NULL, **child; local
1470 if ((newroot = construct_spec(argc, argv)) == NULL) {
1483 make_disks(zhp, newroot, boot_type, 0) != 0) {
1484 nvlist_free(newroot);
1490 verify(nvlist_lookup_nvlist_array(newroot,
1502 nvlist_free(newroot);
1531 nvlist_t *newroot; local
[all...]
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c1037 uint64_t newroot; local
1053 newroot = 0;
1055 if (zfs_lookup_dataset(newspa, q, &newroot)) {
1061 if (zfs_mount(newspa, newroot, &zfsmount)) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c3067 * Split a mirror pool. If newroot points to null, then a new nvlist
3071 zpool_vdev_split(zpool_handle_t *zhp, char *newname, nvlist_t **newroot, argument
3118 if (*newroot == NULL ||
3119 nvlist_lookup_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN,
3193 if (*newroot == NULL) {
3194 if (nvlist_alloc(newroot, NV_UNIQUE_NAME, 0) != 0)
3197 if (nvlist_add_string(*newroot, ZPOOL_CONFIG_TYPE,
3201 verify(nvlist_remove_all(*newroot, ZPOOL_CONFIG_CHILDREN) == 0);
3205 if (nvlist_add_nvlist_array(*newroot, ZPOOL_CONFIG_CHILDREN, varray,
3223 ZPOOL_CONFIG_VDEV_TREE, *newroot) !
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc1862 node_ptr newroot = node::create_special_node("", symbols); local
1887 newroot->add_child(std::move(fragment));
1888 return newroot;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1117 svn_fs_root_t *newroot;
1120 SVN_ERR(svn_fs_revision_root(&newroot, fs, rev, pool));
1121 SVN_ERR(detect_changed(&access_level, newroot, fs, callbacks, pool));
1116 svn_fs_root_t *newroot; local
H A Ddump.c328 svn_fs_root_t *newroot, const char *newpath, apr_pool_t *pool)
345 newroot, newpath, pool));
325 store_delta(apr_file_t **tempfile, svn_filesize_t *len, svn_fs_root_t *oldroot, const char *oldpath, svn_fs_root_t *newroot, const char *newpath, apr_pool_t *pool) argument

Completed in 139 milliseconds