Searched refs:dm_uuid (Results 1 – 2 of 2) sorted by relevance
58 const char *dm_uuid; in udev_device_get_devid() local65 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()
396 const char *dm_uuid; in zfs_device_get_devid() local403 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()