Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c186 is_shorthand_path(const char *arg, char *path, size_t path_size, in is_shorthand_path() argument
191 error = zfs_resolve_shortname(arg, path, path_size); in is_shorthand_path()
198 strlcpy(path, arg, path_size); in is_shorthand_path()