Searched refs:zfs_strdup (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_diff.c | 530 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot() 584 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 585 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 643 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 645 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
|
H A D | libzfs_mount.c | 209 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted() 607 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount() 609 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount() 1407 sets[used].mountpoint = zfs_strdup(hdl, entry.mnt_mountp); in zpool_disable_datasets()
|
H A D | libzfs_impl.h | 133 extern char *zfs_strdup(libzfs_handle_t *, const char *);
|
H A D | libzfs_dataset.c | 603 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup() 852 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update() 853 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update() 854 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update() 855 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update() 952 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add() 953 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add() 954 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add() 955 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add() 2216 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property() [all …]
|
H A D | libzfs_config.c | 182 cn->cn_name = zfs_strdup(hdl, nvpair_name(elem)); in namespace_reload()
|
H A D | libzfs_import.c | 428 *namestr = zfs_strdup(hdl, name); in zpool_in_use()
|
H A D | libzfs_iter.c | 426 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec_v2()
|
H A D | libzfs_util.c | 862 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function 1966 entry->pl_user_prop = zfs_strdup(hdl, propname); in addlist()
|
H A D | libzfs_pool.c | 990 entry->pl_user_prop = zfs_strdup(hdl, propname); in zpool_expand_proplist() 1129 entry->pl_user_prop = zfs_strdup(zhp->zpool_hdl, in vdev_expand_proplist() 4510 return (zfs_strdup(hdl, zpool_get_name(zhp))); in zpool_vdev_name() 4599 return (zfs_strdup(hdl, path)); in zpool_vdev_name()
|
H A D | libzfs_sendrecv.c | 4988 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()
|
H A D | libzfs.abi | 3257 <function-decl name='zfs_strdup' visibility='default' binding='global' size-in-bits='64'>
|