gptsubr.c | 162 gpt_uuid_t gpt_uuid; local in function:get_map_widths 165 memcpy(&gpt_uuid, ent->ent_type, sizeof(gpt_uuid)); 167 "%s", gpt_uuid); 205 gpt_uuid_t gpt_uuid; local in function:show_map 238 memcpy(&gpt_uuid, ent->ent_type, sizeof(uuid)); 239 gpt_uuid_snprintf(ent_type, sizeof(ent_type), "%s", gpt_uuid);
|