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

  /src/sbin/efi/
gptsubr.c 193 " TYPE_UUID %*s "
208 char *type_uuid; local in function:show_map
224 type_uuid = estrdup("");
231 uuid_to_string(&uuid, &type_uuid, &status);
252 type_uuid = estrdup("");
264 uuid_to_string(&(uuid_t)GPT_ENT_TYPE_MBR, &type_uuid, &status);
269 type_uuid = estrdup("");
282 type_uuid,
289 free(type_uuid);

Completed in 11 milliseconds