Home
last modified time | relevance | path

Searched refs:gpt_hdr (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/sys/sys/
H A Dgpt.h34 struct gpt_hdr { struct
61 #define GPT_MIN_HDR_SIZE __offsetof(struct gpt_hdr, padding) argument
/dflybsd-src/sbin/gpt/
H A Dexpand.c76 struct gpt_hdr *hdr; in expand()
153 *hdr = *(struct gpt_hdr *)gpt->map_data; in expand()
H A Dcreate.c78 struct gpt_hdr *hdr; in create()
180 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding)); in create()
H A Dmigrate.c147 struct gpt_hdr *hdr; in migrate()
223 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding)); in migrate()
H A Drecover.c59 struct gpt_hdr *hdr; in recover()
H A Dremove.c65 struct gpt_hdr *hdr; in rem()
H A Dboot.c66 struct gpt_hdr *hdr; in bootset()
H A Dlabel.c67 struct gpt_hdr *hdr; in label()
H A Dadd.c62 struct gpt_hdr *hdr; in add()
H A Dgpt.c465 struct gpt_hdr *hdr; in gpt_gpt()
/dflybsd-src/sys/kern/
H A Dsubr_diskgpt.c67 struct gpt_hdr *gpt; in gptinit()