Searched refs:dm_uuid (Results 1 – 2 of 2) sorted by relevance
49 const char *dm_uuid; in udev_device_get_devid() local56 dm_uuid = udev_device_get_property_value(dev, "DM_UUID"); in udev_device_get_devid()57 if (dm_uuid != NULL) { in udev_device_get_devid()58 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in udev_device_get_devid()
427 const char *dm_uuid; in zfs_device_get_devid() local434 dm_uuid = udev_device_get_property_value(dev, "DM_UUID"); in zfs_device_get_devid()435 if (dm_uuid != NULL) { in zfs_device_get_devid()436 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in zfs_device_get_devid()