Home
last modified time | relevance | path

Searched refs:hdr_entries (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sbin/gpt/
Dadd.c99 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()
Dgpt.c406 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()
Dbackup.c134 assert(le32toh(hdr->hdr_entries) <= INT32_MAX); in store_gpt()
136 (int32_t)le32toh(hdr->hdr_entries))); in store_gpt()
Dheader.c97 printf("- Number of GPT Entries: %u\n", le32toh(hdr->hdr_entries)); in header()
Dresizedisk.c146 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) { in resizedisk()
Dbiosboot.c156 unsigned int ne = le32toh(hdr->hdr_entries); in set_bootable()
Drestore.c359 hdr->hdr_entries = htole32(entries); in restore()
/netbsd/src/sys/lib/libunwind/
DAddressSpace.hpp266 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; member
394 n->hdr_entries = entries; in addDSO()
/netbsd/src/sys/sys/
Ddisklabel_gpt.h56 uint32_t hdr_entries; /* number of entries in GPE array */ member
/netbsd/src/sys/arch/i386/stand/bootxx/
Dboot1.c245 nents = le32toh(hdr->hdr_entries); in gpt_lookup()
/netbsd/src/sys/dev/dkwedge/
Ddkwedge_gpt.c178 entries = le32toh(hdr->hdr_entries); in dkwedge_discover_gpt()
/netbsd/src/sys/arch/i386/stand/lib/
Dbiosdisk.c406 for (entry = 0; entry < gpth.hdr_entries; entry += entries) { in check_gpt()
408 (gpth.hdr_entries - entry) * gpth.hdr_entsz); in check_gpt()