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

  /src/sys/dev/dkwedge/
dkwedge_gpt.c 179 entsz = roundup(le32toh(hdr->hdr_entsz), 8);
182 pdk->dk_name, le32toh(hdr->hdr_entsz));
  /src/sys/stand/efiboot/
efiblock.c 429 if (le32toh(hdr.hdr_entsz) < sizeof(ent))
432 sz = le32toh(hdr.hdr_entsz) * le32toh(hdr.hdr_entries);
445 memcpy(&ent, (UINT8 *)buf + (entry * le32toh(hdr.hdr_entsz)),
  /src/sys/arch/i386/stand/bootxx/
boot1.c 246 entsz = le32toh(hdr->hdr_entsz);
  /src/sbin/gpt/
resizedisk.c 146 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)); ent++) {
gpt.c 406 tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz);
409 /* Use generic pointer to deal with hdr->hdr_entsz != sizeof(*ent). */
448 ent = (void*)(p + i * le32toh(hdr->hdr_entsz));
722 le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
777 return (void *)((char *)tbl->map_data + i * le32toh(hdr->hdr_entsz));
921 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
restore.c 360 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
  /src/sys/sys/
disklabel_gpt.h 57 uint32_t hdr_entsz; /* size of each GPE */ member in struct:gpt_hdr
  /src/sbin/efi/
gptsubr.c 128 uint32_t hdr_entsz; /* size of each GPE */
  /src/sys/arch/i386/stand/lib/
biosdisk.c 399 entries = sizeof(d->buf)/gpth.hdr_entsz; /* entries per buffer */
408 (gpth.hdr_entries - entry) * gpth.hdr_entsz);
409 entries = size / gpth.hdr_entsz;

Completed in 147 milliseconds