Home | History | Annotate | Download | only in chain

Lines Matching refs:gpt

88  * Search for a specific drive/partition, based on the GPT GUID.
103 /* Check for a matching GPT disk/partition guid */
106 if (!memcmp(&iter->gpt.part_guid, gpt_guid, sizeof *gpt_guid))
118 * Search for a specific drive/partition, based on the GPT label.
132 /* Check for a matching GPT partition label */
135 if (!strcmp(label, iter->gpt.part_label))
293 error("Unable to find requested GPT disk or partition by guid.");
302 error("Unable to find requested GPT partition by label.");
391 * gpt/dos schemes as well as raw disks; checking index for 0 covers both
412 /* GPT handover protocol */
413 synth_size += sizeof *plen + iter->gpt.pe_size;
431 /* Next comes the GPT partition record length */
433 plen[0] = iter->gpt.pe_size;
434 /* Next comes the GPT partition record copy */
437 dprintf("GPT handover:\n");