gpt.c | 380 struct gpt_ent *ent; 773 struct gpt_ent * 774 gpt_ent(map_t map, map_t tbl, unsigned int i) function in typeref:struct:gpt_ent * 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) [all...] |