Searched refs:hdr_entries (Results 1 – 12 of 12) sorted by relevance
99 if (entry > le32toh(hdr->hdr_entries)) { in add()101 entry, le32toh(hdr->hdr_entries)); in add()114 for (i = 0; i < le32toh(hdr->hdr_entries); i++) { in add()119 if (i == le32toh(hdr->hdr_entries)) { in add()
406 tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz); in gpt_gpt()447 for (i = 0; i < le32toh(hdr->hdr_entries); i++) { in gpt_gpt()722 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz))); in gpt_write_crc()917 hdr->hdr_entries = htole32((uint32_t)(((uint64_t)blocks * gpt->secsz) / in gpt_create()919 if (le32toh(hdr->hdr_entries) > parts) in gpt_create()920 hdr->hdr_entries = htole32(parts); in gpt_create()924 for (i = 0; i < le32toh(hdr->hdr_entries); i++) { in gpt_create()1321 if (entry > le32toh(hdr->hdr_entries)) { in gpt_attr_update()1323 entry, le32toh(hdr->hdr_entries)); in gpt_attr_update()
134 assert(le32toh(hdr->hdr_entries) <= INT32_MAX); in store_gpt()136 (int32_t)le32toh(hdr->hdr_entries))); in store_gpt()
97 printf("- Number of GPT Entries: %u\n", le32toh(hdr->hdr_entries)); in header()
146 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) { in resizedisk()
156 unsigned int ne = le32toh(hdr->hdr_entries); in set_bootable()
359 hdr->hdr_entries = htole32(entries); in restore()
266 for (pint_t len = n->hdr_entries; len > 1; ) { in findFDE()289 n->hdr_entries = 0; in addFDE()315 assert(n->hdr_entries == 0); in removeFDE()364 pint_t hdr_entries; member394 n->hdr_entries = entries; in addDSO()
56 uint32_t hdr_entries; /* number of entries in GPE array */ member
245 nents = le32toh(hdr->hdr_entries); in gpt_lookup()
178 entries = le32toh(hdr->hdr_entries); in dkwedge_discover_gpt()
406 for (entry = 0; entry < gpth.hdr_entries; entry += entries) { in check_gpt()408 (gpth.hdr_entries - entry) * gpth.hdr_entsz); in check_gpt()