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

  /src/sbin/gpt/
add.c 101 if (entry > le32toh(hdr->hdr_entries)) {
103 entry, le32toh(hdr->hdr_entries));
116 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
121 if (i == le32toh(hdr->hdr_entries)) {
header.c 100 printf("- Number of GPT Entries: %u\n", le32toh(hdr->hdr_entries));
backup.c 137 assert(le32toh(hdr->hdr_entries) <= INT32_MAX);
139 (int32_t)le32toh(hdr->hdr_entries)));
gpt.c 409 tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz);
450 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
764 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
966 hdr->hdr_entries = htole32((uint32_t)(((uint64_t)blocks * gpt->secsz) /
968 if (le32toh(hdr->hdr_entries) > parts)
969 hdr->hdr_entries = htole32(parts);
973 for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
1381 if (entry > le32toh(hdr->hdr_entries)) {
1383 entry, le32toh(hdr->hdr_entries));
biosboot.c 158 unsigned int ne = le32toh(hdr->hdr_entries);
resizedisk.c 149 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) {
restore.c 362 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;
394 n->hdr_entries = entries;
  /src/sys/arch/i386/stand/bootxx/
boot1.c 245 nents = le32toh(hdr->hdr_entries);
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 178 entries = 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 23 milliseconds