Home
last modified time | relevance | path

Searched refs:zfs_resolve_shortname (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzutil.h97 extern int zfs_resolve_shortname(const char *name, char *path, size_t pathlen);
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_device_path.c41 zfs_resolve_shortname(const char *name, char *path, size_t len) in zfs_resolve_shortname() function
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c191 error = zfs_resolve_shortname(arg, path, path_size); in is_shorthand_path()
H A Dzpool_main.c1251 error = zfs_resolve_shortname(argv[0], vdev, MAXPATHLEN); in zpool_do_labelclear()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2985 error = zfs_resolve_shortname(path, buf, in zpool_vdev_online()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi272 …<elf-symbol name='zfs_resolve_shortname' type='func-type' binding='global-binding' visibility='def…
1255zfs_resolve_shortname' mangled-name='zfs_resolve_shortname' filepath='/home/fedora/zfs/lib/libzuti…
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4613 error = zfs_resolve_shortname(dev, path, MAXPATHLEN); in dump_label()