Searched refs:zfs_resolve_shortname (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzutil.h | 97 extern int zfs_resolve_shortname(const char *name, char *path, size_t pathlen);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_device_path.c | 41 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 D | zpool_vdev.c | 191 error = zfs_resolve_shortname(arg, path, path_size); in is_shorthand_path()
|
| H A D | zpool_main.c | 1251 error = zfs_resolve_shortname(argv[0], vdev, MAXPATHLEN); in zpool_do_labelclear()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2985 error = zfs_resolve_shortname(path, buf, in zpool_vdev_online()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 272 …<elf-symbol name='zfs_resolve_shortname' type='func-type' binding='global-binding' visibility='def… 1255 …zfs_resolve_shortname' mangled-name='zfs_resolve_shortname' filepath='/home/fedora/zfs/lib/libzuti…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4613 error = zfs_resolve_shortname(dev, path, MAXPATHLEN); in dump_label()
|