Searched refs:zfs_asprintf (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_diff.c | 543 di->tosnap = zfs_asprintf(hdl, "%s@%s", di->ds, di->tmpsnap); in make_temp_snapshot() 668 di->fromsnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrf); in get_snapshot_names() 670 di->tosnap = zfs_asprintf(hdl, "%s%s", di->ds, atptrt); in get_snapshot_names() 711 di->tomnt = zfs_asprintf(di->zhp->zfs_hdl, "%s%s%s", di->dsmnt, in get_mountpoints() 730 di->frommnt = zfs_asprintf(di->zhp->zfs_hdl, "%s%s%s", frommntpt, in get_mountpoints()
|
H A D | libzfs_impl.h | 135 char *zfs_asprintf(libzfs_handle_t *, const char *, ...);
|
H A D | libzfs_util.c | 528 zfs_asprintf(libzfs_handle_t *hdl, const char *fmt, ...) in zfs_asprintf() function
|
H A D | libzfs_pool.c | 740 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist() 760 propname = zfs_asprintf(hdl, "unsupported@%s", in zpool_expand_proplist()
|