Searched refs:snprintf_uuid (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Duuid.h64 int snprintf_uuid(char *, size_t, struct uuid *);
/freebsd-10.0-release/sys/kern/
H A Dkern_uuid.c271 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) function
288 snprintf_uuid(buf, sizeof(buf), uuid);
297 snprintf_uuid(buf, sizeof(buf), uuid);
/freebsd-10.0-release/sys/geom/label/
H A Dg_label_gpt.c154 snprintf_uuid(label, size, &part_gpt_entry->ent.ent_uuid);
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_gpt.c1047 snprintf_uuid(buf + 1, bufsz - 1, type);

Completed in 216 milliseconds