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

/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c894 struct gpt_ent *tbl, *pritbl, *sectbl; local
916 pritbl = gpt_read_tbl(table, cp, GPT_ELT_PRITBL, prihdr);
919 pritbl = NULL;
940 if (pritbl != NULL)
941 g_free(pritbl);
980 if (pritbl != NULL)
981 g_free(pritbl);
997 tbl = pritbl;

Completed in 103 milliseconds