Searched refs:hdr_entsz (Results 1 – 7 of 7) sorted by relevance
179 entsz = roundup(le32toh(hdr->hdr_entsz), 8); in dkwedge_discover_gpt()182 pdk->dk_name, le32toh(hdr->hdr_entsz)); in dkwedge_discover_gpt()
57 uint32_t hdr_entsz; /* size of each GPE */ member
406 tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz); in gpt_gpt()448 ent = (void*)(p + i * le32toh(hdr->hdr_entsz)); in gpt_gpt()722 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz))); in gpt_write_crc()777 return (void *)((char *)tbl->map_data + i * le32toh(hdr->hdr_entsz)); in gpt_ent()921 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent)); in gpt_create()
146 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) { in resizedisk()
360 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent)); in restore()
246 entsz = le32toh(hdr->hdr_entsz); in gpt_lookup()
399 entries = sizeof(d->buf)/gpth.hdr_entsz; /* entries per buffer */ in check_gpt()408 (gpth.hdr_entries - entry) * gpth.hdr_entsz); in check_gpt()409 entries = size / gpth.hdr_entsz; in check_gpt()