Searched refs:zfs_strdup (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 533 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot() 585 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 586 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 646 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 648 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
|
H A D | libzfs_mount.c | 291 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted() 499 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount() 501 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount() 964 mntpt = zfs_strdup(hdl, mountpoint); in unshare_one() 1020 mountpoint = mntpt = zfs_strdup(hdl, mountpoint); in zfs_unshare_proto() 1027 mntpt = zfs_strdup(zhp->zfs_hdl, entry.mnt_mountp); in zfs_unshare_proto() 1660 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets()
|
H A D | libzfs_impl.h | 200 char *zfs_strdup(libzfs_handle_t *, const char *);
|
H A D | libzfs_dataset.c | 570 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup() 815 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update() 816 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update() 817 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update() 818 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update() 892 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add() 893 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add() 894 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add() 895 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add() 2239 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property() [all …]
|
H A D | libzfs_config.c | 191 if ((cn->cn_name = zfs_strdup(hdl, in namespace_reload()
|
H A D | libzfs_import.c | 471 if ((*namestr = zfs_strdup(hdl, name)) == NULL) { in zpool_in_use()
|
H A D | libzfs_iter.c | 364 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec()
|
H A D | libzfs_util.c | 659 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function 1446 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
|
H A D | libzfs_pool.c | 4046 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name() 4081 path = zfs_strdup(hdl, path); in zpool_vdev_name() 4098 path = zfs_strdup(hdl, path); in zpool_vdev_name() 4146 path = zfs_strdup(hdl, type); in zpool_vdev_name()
|
H A D | libzfs_sendrecv.c | 4400 *top_zfs = zfs_strdup(hdl, destsnap); in zfs_receive_one()
|