Searched refs:ent_guid (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/dkwedge/ |
| D | dkwedge_gpt.c | 230 struct uuid ptype_guid, ent_guid; in dkwedge_discover_gpt() local 242 uuid_dec_le(ent->ent_guid, &ent_guid); in dkwedge_discover_gpt() 247 &ent_guid); in dkwedge_discover_gpt()
|
| /netbsd/src/sbin/gpt/ |
| D | uuid.c | 85 memmove(ent->ent_guid, uuidstore, sizeof(ent->ent_guid)); in change_ent()
|
| D | add.c | 125 if (gpt_uuid_is_nil(ent->ent_guid)) in add() 126 if (gpt_uuid_generate(gpt, ent->ent_guid) == -1) { in add()
|
| D | show.c | 188 ent->ent_guid); in print_part_type() 285 gpt_uuid_snprintf(s2, sizeof(s1), "%d", ent->ent_guid); in show_one() 362 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_guid); in show_all()
|
| D | backup.c | 173 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_guid); in store_tbl()
|
| D | restore.c | 142 if (gpt_uuid_parse(s, ent.ent_guid) != 0) { in restore_ent()
|
| D | gpt.c | 925 if (gpt_uuid_generate(gpt, ent[i].ent_guid) == -1) in gpt_create()
|
| /netbsd/src/sys/sys/ |
| D | disklabel_gpt.h | 78 uint8_t ent_guid[16]; /* unique partition GUID */ member
|