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

  /src/sys/sys/
disklabel_gpt.h 77 uint8_t ent_type[16]; /* partition type GUID */ member in struct:gpt_ent
  /src/sbin/efi/
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...]

Completed in 11 milliseconds