Home
last modified time | relevance | path

Searched refs:ent_uuid (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/sys/
HDgpt.h63 struct uuid ent_uuid; member
/NextBSD/sys/geom/label/
HDg_label_gpt.c154 snprintf_uuid(label, size, &part_gpt_entry->ent.ent_uuid); in g_label_gpt_uuid_taste()
/NextBSD/sys/geom/part/
HDg_part_gpt.c546 le_uuid_dec(p + 16, &ent->ent_uuid); in gpt_read_tbl()
614 kern_uuidgen(&entry->ent.ent_uuid, 1); in g_part_gpt_add()
732 sbuf_printf_uuid(sb, &entry->ent.ent_uuid); in g_part_gpt_dumpconf()
1171 le_uuid_enc(bp + 16, &entry->ent.ent_uuid); in g_part_gpt_write()
/NextBSD/usr.bin/mkimg/
HDgpt.c215 gpt_uuid_enc(&ent->ent_uuid, &uuid); in gpt_mktbl()