HomeSort by: relevance | last modified time | path
    Searched refs:hdr_entries (Results 1 - 14 of 14) sorted by relevancy

  /src/sbin/gpt/
add.c 99 if (entry > le32toh(hdr->hdr_entries)) {
101 entry, le32toh(hdr->hdr_entries));
114 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
119 if (i == le32toh(hdr->hdr_entries)) {
header.c 97 printf("- Number of GPT Entries: %u\n", le32toh(hdr->hdr_entries));
backup.c 134 assert(le32toh(hdr->hdr_entries) <= INT32_MAX);
136 (int32_t)le32toh(hdr->hdr_entries)));
gpt.c 406 tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz);
447 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
722 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
917 hdr->hdr_entries = htole32((uint32_t)(((uint64_t)blocks * gpt->secsz) /
919 if (le32toh(hdr->hdr_entries) > parts)
920 hdr->hdr_entries = htole32(parts);
924 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
1321 if (entry > le32toh(hdr->hdr_entries)) {
1323 entry, le32toh(hdr->hdr_entries));
biosboot.c 156 unsigned int ne = le32toh(hdr->hdr_entries);
resizedisk.c 146 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) {
restore.c 359 hdr->hdr_entries = htole32(entries);
  /src/sys/lib/libunwind/
AddressSpace.hpp 266 for (pint_t len = n->hdr_entries; len > 1; ) {
289 n->hdr_entries = 0;
315 assert(n->hdr_entries == 0);
364 pint_t hdr_entries; member in struct:_Unwind::LocalAddressSpace::Range
394 n->hdr_entries = entries;
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 178 entries = le32toh(hdr->hdr_entries);
  /src/sys/arch/i386/stand/bootxx/
boot1.c 245 nents = le32toh(hdr->hdr_entries);
  /src/sys/sys/
disklabel_gpt.h 56 uint32_t hdr_entries; /* number of entries in GPE array */ member in struct:gpt_hdr
  /src/sys/stand/efiboot/
efiblock.c 432 sz = le32toh(hdr.hdr_entsz) * le32toh(hdr.hdr_entries);
444 for (entry = 0; entry < le32toh(hdr.hdr_entries); entry++) {
  /src/sbin/efi/
gptsubr.c 127 uint32_t hdr_entries; /* number of entries in GPE array */
  /src/sys/arch/i386/stand/lib/
biosdisk.c 406 for (entry = 0; entry < gpth.hdr_entries; entry += entries) {
408 (gpth.hdr_entries - entry) * gpth.hdr_entsz);

Completed in 18 milliseconds