Lines Matching defs:gpt_ent
380 struct gpt_ent *ent;
773 struct gpt_ent *
774 gpt_ent(map_t map, map_t tbl, unsigned int i)
780 struct gpt_ent *
783 return gpt_ent(gpt->gpt, gpt->tbl, i);
786 struct gpt_ent *
789 return gpt_ent(gpt->tpg, gpt->lbt, i);
836 struct gpt_ent *ent;
856 parts * sizeof(struct gpt_ent)) {
857 blocks = (off_t)((parts * sizeof(struct gpt_ent)) / gpt->secsz);
858 if ((parts * sizeof(struct gpt_ent)) % gpt->secsz)
918 sizeof(struct gpt_ent)));
921 hdr->hdr_entsz = htole32(sizeof(struct gpt_ent));
1043 void (*cfn)(struct gpt_ent *, void *, int), void *v)
1046 struct gpt_ent *ent;
1310 struct gpt_ent *ent;