Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c427 char *realp; in dm_get_underlying_path() local
438 realp = realpath(dm_name, NULL); in dm_get_underlying_path()
439 if (realp == NULL) in dm_get_underlying_path()
446 tmp = strrchr(realp, '/'); in dm_get_underlying_path()
492 free(realp); in dm_get_underlying_path()