Home
last modified time | relevance | path

Searched refs:hdr_revision (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/common/
H A Dpart.c168 hdr->hdr_revision = le32toh(hdr->hdr_revision); in gpt_checkhdr()
169 if (hdr->hdr_revision < GPT_HDR_REVISION) { in gpt_checkhdr()
170 DPRINTF("unsupported GPT revision %d", hdr->hdr_revision); in gpt_checkhdr()
284 hdr.hdr_revision != phdr->hdr_revision || in ptable_gptread()
/freebsd/sys/sys/disk/
H A Dgpt.h58 uint32_t hdr_revision; member
/freebsd/sys/geom/part/
H A Dg_part_gpt.c486 hdr->hdr_revision = le32toh(buf->hdr_revision); in gpt_read_hdr()
487 if (hdr->hdr_revision < GPT_HDR_REVISION) in gpt_read_hdr()
615 return ((pri->hdr_revision == sec->hdr_revision && in gpt_matched_hdrs()
717 table->hdr->hdr_revision = GPT_HDR_REVISION; in g_part_gpt_create()
1245 le32enc(buf + 8, table->hdr->hdr_revision); in g_part_gpt_write()
/freebsd/usr.bin/mkimg/
H A Dgpt.c264 le32enc(&hdr->hdr_revision, GPT_HDR_REVISION); in gpt_write()
/freebsd/stand/libsa/
H A Dgpt.c194 hdr->hdr_lba_self != hdrlba || hdr->hdr_revision < 0x00010000 || in gptread_hdr()