Home
last modified time | relevance | path

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

/freebsd/sys/sys/disk/
H A Dgpt.h67 gpt_uuid_t hdr_uuid; member
/freebsd/sys/geom/part/
H A Dg_part_gpt.c527 le_uuid_dec(&buf->hdr_uuid, &hdr->hdr_uuid); in gpt_read_hdr()
613 if (!EQUUID(&pri->hdr_uuid, &sec->hdr_uuid)) in gpt_matched_hdrs()
719 kern_uuidgen(&table->hdr->hdr_uuid, 1); in g_part_gpt_create()
1249 le_uuid_enc(buf + 56, &table->hdr->hdr_uuid); in g_part_gpt_write()
/freebsd/stand/common/
H A Dpart.c195 uuid_letoh(&hdr->hdr_uuid); in gpt_checkhdr()
283 uuid_equal(&hdr.hdr_uuid, &phdr->hdr_uuid, NULL) == 0 || in ptable_gptread()
/freebsd/usr.bin/mkimg/
H A Dgpt.c269 mkimg_uuid_enc(&hdr->hdr_uuid, &uuid); in gpt_write()