Home
last modified time | relevance | path

Searched refs:gpt_ent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dgpt.c45 static struct gpt_ent table_primary[MAXTBLENTS], table_backup[MAXTBLENTS];
46 static struct gpt_ent *gpttable;
57 struct gpt_ent *table) in gptupdate()
96 struct gpt_ent *ent; in gptfind()
198 hdr->hdr_entsz < sizeof (struct gpt_ent) || in gptread_hdr()
235 struct gpt_ent *table) in gptbootconv()
237 struct gpt_ent *ent; in gptbootconv()
284 struct gpt_hdr *hdr, struct gpt_ent *table) in gptread_table()
286 struct gpt_ent *ent; in gptread_table()
303 ent = (struct gpt_ent *)secbuf; in gptread_table()
H A Dpart.c214 hdr->hdr_entsz < sizeof (struct gpt_ent) || in gpt_checkhdr()
231 struct gpt_ent *ent; in gpt_checktbl()
245 ent = (struct gpt_ent *)(tbl + i * hdr->hdr_entsz); in gpt_checktbl()
260 struct gpt_ent *ent; in ptable_gptread()
351 ent = (struct gpt_ent *)(tbl + i * hdr.hdr_entsz); in ptable_gptread()
/illumos-gate/usr/src/boot/sys/sys/
H A Dgpt.h59 struct gpt_ent { struct