gptsubr.c | 107 uint8_t ent_type[16]; /* partition type GUID */ 163 char ent_type[128]; local in function:get_map_widths 165 memcpy(&gpt_uuid, ent->ent_type, sizeof(gpt_uuid)); 166 n = (uint)gpt_uuid_snprintf(ent_type, sizeof(ent_type), 212 char ent_type[128]; local in function:show_map 215 ent_type[0] = '\0'; 230 memcpy(&uuid, ent->ent_type, sizeof(uuid)); 238 memcpy(&gpt_uuid, ent->ent_type, sizeof(uuid)); 239 gpt_uuid_snprintf(ent_type, sizeof(ent_type), "%s", gpt_uuid) [all...] |