Home | History | Annotate | Download | only in other

Lines Matching full:guid

58             "  -t                                       type guid\n"
59 " -g partition guid\n"
66 void addGPT(struct GPT_entry_table *table, const char *arg, const char *guid, const char *tguid);
95 {"guid", required_argument, 0, 'g'},
207 printf("guid \"%s\"", temp_guid);
223 printf(" guid \"%s\"\n", temp_guid);
239 void addGPT(struct GPT_entry_table *table, const char *str , const char *guid, const char *tguid) {
245 if (guid == NULL || tguid == NULL) {
246 fprintf(stderr, "Type guid and partion guid needed");
274 strncpy((char *)data.partition_guid, guid, 15);