Searched refs:zfs_resolve_shortname (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_device_path.c | 57 zfs_resolve_shortname(const char *name, char *path, size_t len) in zfs_resolve_shortname() function
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzutil.h | 121 _LIBZUTIL_H int zfs_resolve_shortname(const char *name, char *path,
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 190 error = zfs_resolve_shortname(arg, path, path_size); in is_shorthand_path()
|
H A D | zpool_main.c | 1837 error = zfs_resolve_shortname(argv[0], vdev, MAXPATHLEN); in zpool_do_labelclear()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3295 error = zfs_resolve_shortname(path, buf, in zpool_vdev_online()
|
H A D | libzfs.abi | 425 …<elf-symbol name='zfs_resolve_shortname' type='func-type' binding='global-binding' visibility='def… 6337 …zfs_resolve_shortname' mangled-name='zfs_resolve_shortname' visibility='default' binding='global' …
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 5348 error = zfs_resolve_shortname(dev, path, MAXPATHLEN); in dump_label()
|