Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c533 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 Dlibzfs_mount.c291 *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 Dlibzfs_impl.h200 char *zfs_strdup(libzfs_handle_t *, const char *);
H A Dlibzfs_dataset.c570 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()
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()
4477 parentname = zfs_strdup(zhp->zfs_hdl, zhp->zfs_name); in zfs_rename()
[all …]
H A Dlibzfs_config.c191 if ((cn->cn_name = zfs_strdup(hdl, in namespace_reload()
H A Dlibzfs_import.c479 if ((*namestr = zfs_strdup(hdl, name)) == NULL) { in zpool_in_use()
H A Dlibzfs_iter.c364 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec()
H A Dlibzfs_util.c659 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 Dlibzfs_pool.c4046 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 Dlibzfs_sendrecv.c4399 *top_zfs = zfs_strdup(hdl, destsnap); in zfs_receive_one()