Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c506 zfs_handle_dup(zfs_handle_t *zhp_orig) in zfs_handle_dup() argument
513 zhp->zfs_hdl = zhp_orig->zfs_hdl; in zfs_handle_dup()
514 zhp->zpool_hdl = zhp_orig->zpool_hdl; in zfs_handle_dup()
515 (void) strlcpy(zhp->zfs_name, zhp_orig->zfs_name, in zfs_handle_dup()
517 zhp->zfs_type = zhp_orig->zfs_type; in zfs_handle_dup()
518 zhp->zfs_head_type = zhp_orig->zfs_head_type; in zfs_handle_dup()
519 zhp->zfs_dmustats = zhp_orig->zfs_dmustats; in zfs_handle_dup()
520 if (zhp_orig->zfs_props != NULL) { in zfs_handle_dup()
521 if (nvlist_dup(zhp_orig->zfs_props, &zhp->zfs_props, 0) != 0) { in zfs_handle_dup()
527 if (zhp_orig->zfs_user_props != NULL) { in zfs_handle_dup()
[all …]