Searched refs:gpt_hdr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | gpt.c | 43 static struct gpt_hdr hdr_primary, hdr_backup, *gpthdr; 56 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate() 186 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr() 234 gptbootconv(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptbootconv() 284 struct gpt_hdr *hdr, struct gpt_ent *table) in gptread_table()
|
H A D | part.c | 174 static struct gpt_hdr * 175 gpt_checkhdr(struct gpt_hdr *hdr, uint64_t lba_self, in gpt_checkhdr() 228 gpt_checktbl(const struct gpt_hdr *hdr, uint8_t *tbl, size_t size, in gpt_checktbl() 259 struct gpt_hdr *phdr, hdr; in ptable_gptread() 282 phdr = gpt_checkhdr((struct gpt_hdr *)buf, 1, table->sectors - 1, in ptable_gptread() 300 phdr = gpt_checkhdr((struct gpt_hdr *)buf, offset, in ptable_gptread()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | gpt.h | 32 struct gpt_hdr { struct
|