Lines Matching refs:GPT
46 /*************** GPT ************************************************/
47 /* a GPT based disk_partitions interface */
170 bool has_gpt; /* disk already has a GPT */
184 #error impossible small GPT prologue
286 static const char regpart_prefix[] = "GPT part - ";
332 else if (strcmp(p_type, "Pri GPT table") == 0) {
337 } else if (strcmp(p_type, "Sec GPT table") == 0)
339 else if(strcmp(p_type, "Sec GPT header") == 0)
380 /* If the GPT was not complete (e.g. truncated image), barf */
1574 * If no GPT on disk yet, create it.
1737 /* the GPT type is read only */