Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c432 char *first_path = NULL; in dm_get_underlying_path() local
473 if (!first_path) in dm_get_underlying_path()
474 first_path = strdup(ep->d_name); in dm_get_underlying_path()
495 if (!path && first_path) { in dm_get_underlying_path()
501 if (asprintf(&path, "/dev/%s", first_path) == -1) in dm_get_underlying_path()
505 free(first_path); in dm_get_underlying_path()