HomeSort by: relevance | last modified time | path
    Searched defs:gpt_uuid (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/efi/
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);
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);

Completed in 22 milliseconds