| /src/sbin/gpt/ |
| uuid.c | 85 memmove(ent->ent_guid, uuidstore, sizeof(ent->ent_guid));
|
| add.c | 127 if (gpt_uuid_is_nil(ent->ent_guid)) 128 if (gpt_uuid_generate(gpt, ent->ent_guid) == -1) {
|
| backup.c | 176 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_guid);
|
| show.c | 232 ent->ent_guid); 488 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_guid); 547 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_guid); 637 ent->ent_guid);
|
| restore.c | 145 if (gpt_uuid_parse(s, ent.ent_guid) != 0) {
|
| gpt.c | 974 if (gpt_uuid_generate(gpt, ent[i].ent_guid) == -1)
|
| /src/sys/dev/dkwedge/ |
| dkwedge_gpt.c | 230 struct uuid ptype_guid, ent_guid; local 242 uuid_dec_le(ent->ent_guid, &ent_guid); 247 &ent_guid);
|
| /src/sbin/efi/ |
| gptsubr.c | 108 uint8_t ent_guid[16]; /* unique partition GUID */ 233 memcpy(&uuid, ent->ent_guid, sizeof(uuid));
|
| bootvar.c | 171 memcpy(&pp->PartitionSignature, ent->ent_guid,
|
| /src/sys/sys/ |
| disklabel_gpt.h | 78 uint8_t ent_guid[16]; /* unique partition GUID */ member in struct:gpt_ent
|
| /src/sys/stand/efiboot/ |
| efiblock.c | 405 memcpy(bpart->hash, ent->ent_guid, sizeof(bpart->hash)); 606 print_guid(bpart->gpt.ent.ent_guid);
|