Lines Matching full:uuid
9 - UUID -(Universally Unique Identifier)
22 UUID introduction:
25 GPT for marking disks/partitions is using the UUID. It is supposed to be a
26 globally unique value. A UUID is a 16-byte (128-bit) number. The number of
28 More often UUID is displayed as 32 hexadecimal digits, in 5 groups,
39 OSes and programming languages are providing libraries to compute UUID (e.g.
40 uuid command line tool).
103 56 16 B Disk GUID (also referred as UUID on UNIXes)
157 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
158 name=kernel,size=60MiB,uuid=...;"
161 size=${uboot_size},uuid=${uboot_uuid};"
169 The fields 'uuid' and 'uuid_disk' are optional if CONFIG_RANDOM_UUID is
170 enabled. A random uuid will be used if omitted or they point to an empty/
172 the generated UUID. The 'gpt guid' command reads the current value of the
249 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
250 name=kernel,size=60MiB,uuid=...,
271 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
272 name=kernel,size=60MiB,uuid=...,type=linux;"
284 "uuid" program is recommended to generate UUID string. Moreover it can decode
285 (-d switch) passed in UUID string. It can be used to generate partitions UUID
288 uuid is unset, uuid is randomly generated and stored in correspond environment
292 Each string block of UUID generated by program "uuid" is in big endian and it is
295 GUID has different byte order than UUID generated before, this is because first