Home
last modified time | relevance | path

Searched refs:snprintf_uuid (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_uuid.c271 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) in snprintf_uuid() function
288 snprintf_uuid(buf, sizeof(buf), uuid); in printf_uuid()
297 snprintf_uuid(buf, sizeof(buf), uuid); in sbuf_printf_uuid()
/freebsd/sys/sys/
H A Duuid.h64 int snprintf_uuid(char *, size_t, struct uuid *);
/freebsd/sys/geom/label/
H A Dg_label_gpt.c150 snprintf_uuid(label, size, &part_gpt_entry->ent.ent_uuid); in g_label_gpt_uuid_taste()
/freebsd/sys/geom/part/
H A Dg_part_bsd64.c602 snprintf_uuid(buf + 1, bufsz - 1, &entry->type_uuid); in g_part_bsd64_type()
H A Dg_part_gpt.c1190 snprintf_uuid(buf + 1, bufsz - 1, type); in g_part_gpt_type()