Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddevname2devid.c58 const char *dm_uuid; in udev_device_get_devid() local
65 dm_uuid = udev_device_get_property_value(dev, "DM_UUID"); in udev_device_get_devid()
66 if (dm_uuid != NULL) { in udev_device_get_devid()
67 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in udev_device_get_devid()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c396 const char *dm_uuid; in zfs_device_get_devid() local
403 dm_uuid = udev_device_get_property_value(dev, "DM_UUID"); in zfs_device_get_devid()
404 if (dm_uuid != NULL) { in zfs_device_get_devid()
405 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in zfs_device_get_devid()