Searched refs:zfs_strdup (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_mount.c | 219 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp); in is_mounted() 393 mntpt = zfs_strdup(hdl, entry.mnt_mountp); in zfs_unmount() 395 mntpt = zfs_strdup(hdl, mountpoint); in zfs_unmount() 868 mntpt = zfs_strdup(hdl, mountpoint); in unshare_one() 928 mountpoint = mntpt = zfs_strdup(hdl, mountpoint); in zfs_unshare_proto() 935 mntpt = zfs_strdup(zhp->zfs_hdl, entry.mnt_mountp); in zfs_unshare_proto() 1277 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets()
|
| HD | libzfs_diff.c | 538 di->tmpsnap = zfs_strdup(hdl, zc.zc_value); in make_temp_snapshot() 590 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 591 di->ds = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 651 di->fromsnap = zfs_strdup(hdl, fromsnap); in get_snapshot_names() 653 di->tosnap = zfs_strdup(hdl, tosnap); in get_snapshot_names()
|
| HD | libzfs_iter.c | 326 shortsnapname = zfs_strdup(zhp->zfs_hdl, in snapspec_cb() 367 buf = zfs_strdup(fs_zhp->zfs_hdl, spec_orig); in zfs_iter_snapspec()
|
| HD | libzfs_impl.h | 142 char *zfs_strdup(libzfs_handle_t *, const char *);
|
| HD | libzfs_import.c | 238 if ((ne->ne_name = zfs_strdup(hdl, path)) == NULL) { in add_config() 338 if ((ne->ne_name = zfs_strdup(hdl, path)) == NULL) { in add_config() 1229 slice->rn_name = zfs_strdup(hdl, pp->lg_name); in zpool_find_import_impl() 1253 slice->rn_name = zfs_strdup(hdl, name); in zpool_find_import_impl() 1734 if ((*namestr = zfs_strdup(hdl, name)) == NULL) { in zpool_in_use()
|
| HD | libzfs_dataset.c | 576 zhp->zfs_mntopts = zfs_strdup(zhp_orig->zfs_hdl, in zfs_handle_dup() 758 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special); in libzfs_mnttab_update() 759 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp); in libzfs_mnttab_update() 760 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype); in libzfs_mnttab_update() 761 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts); in libzfs_mnttab_update() 830 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special); in libzfs_mnttab_add() 831 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp); in libzfs_mnttab_add() 832 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS); in libzfs_mnttab_add() 833 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, mntopts); in libzfs_mnttab_add() 1984 zhp->zfs_mntopts = zfs_strdup(hdl, in get_numeric_property() [all …]
|
| HD | libzfs_config.c | 189 if ((cn->cn_name = zfs_strdup(hdl, in namespace_reload()
|
| HD | libzfs_util.c | 561 zfs_strdup(libzfs_handle_t *hdl, const char *str) in zfs_strdup() function 1362 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
|
| HD | libzfs_pool.c | 3427 char *tmp = zfs_strdup(hdl, path); 3478 return (zfs_strdup(hdl, path));
|
| HD | libzfs_sendrecv.c | 3450 *top_zfs = zfs_strdup(hdl, zc.zc_value); in zfs_receive_one()
|