Searched refs:prihdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c893 struct gpt_hdr *prihdr, *sechdr; local
914 prihdr = gpt_read_hdr(table, cp, GPT_ELT_PRIHDR);
916 pritbl = gpt_read_tbl(table, cp, GPT_ELT_PRITBL, prihdr);
938 if (prihdr != NULL)
939 g_free(prihdr);
956 !gpt_matched_hdrs(prihdr, sechdr)) {
965 g_free(prihdr);
966 prihdr = NULL;
977 if (prihdr != NULL)
978 g_free(prihdr);
[all...]

Completed in 181 milliseconds