HomeSort by: relevance | last modified time | path
    Searched refs:gpt_uuid_snprintf (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/gpt/
show.c 104 gpt_uuid_snprintf(b, blen, "%d", uuid);
111 gpt_uuid_snprintf(b, blen, "%d", hdr->hdr_guid);
187 gpt_uuid_snprintf( buf, sizeof(buf), "%d",
190 gpt_uuid_snprintf(buf, sizeof(buf),
193 gpt_uuid_snprintf(buf, sizeof(buf), "%ls",
279 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type);
280 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type);
285 gpt_uuid_snprintf(s2, sizeof(s1), "%d", ent->ent_guid);
333 gpt_uuid_snprintf(s1, sizeof(s1), "%s", ent->ent_type);
334 gpt_uuid_snprintf(s2, sizeof(s2), "%d", ent->ent_type)
    [all...]
gpt_uuid.h 99 int gpt_uuid_snprintf(char *, size_t, const char *, const gpt_uuid_t);
header.c 95 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
backup.c 132 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
171 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_type);
173 gpt_uuid_snprintf(buf, sizeof(buf), "%d", ent->ent_guid);
add.c 156 gpt_uuid_snprintf(buf, sizeof(buf), "%d", type);
gpt_uuid.c 162 gpt_uuid_snprintf(char *buf, size_t bufsiz, const char *fmt, function in typeref:typename:int
gpt.c 456 gpt_uuid_snprintf(buf, sizeof(buf), "%s",
  /src/sbin/efi/
gptsubr.c 166 n = (uint)gpt_uuid_snprintf(ent_type, sizeof(ent_type),
239 gpt_uuid_snprintf(ent_type, sizeof(ent_type), "%s", gpt_uuid);

Completed in 15 milliseconds