Searched refs:uuid_size (Results 1 – 2 of 2) sorted by relevance
803 size_t uuid_size; in get_unique_guid_for_partition() local809 uuid_size = sizeof(part->info.uuid); in get_unique_guid_for_partition()810 if (uuid_size > guid_buf_size) in get_unique_guid_for_partition()813 memcpy(guid_buf, part->info.uuid, uuid_size); in get_unique_guid_for_partition()814 guid_buf[uuid_size - 1] = 0; in get_unique_guid_for_partition()
76 __u8 uuid_size; member