Searched refs:uuid_snprintf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/dev/dkwedge/ |
| H A D | dkwedge_gpt.c | 174 uuid_snprintf(guid_str, sizeof(guid_str), &disk_guid); in dkwedge_discover_gpt() 244 uuid_snprintf(ptype_guid_str, sizeof(ptype_guid_str), in dkwedge_discover_gpt() 246 uuid_snprintf(ent_guid_str, sizeof(ent_guid_str), in dkwedge_discover_gpt()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_uuid.c | 103 uuid_snprintf(char *buf, size_t sz, const struct uuid *uuid) in uuid_snprintf() function 119 (void) uuid_snprintf(buf, sizeof(buf), uuid); in uuid_printf()
|
| /netbsd-src/sys/sys/ |
| H A D | uuid.h | 64 int uuid_snprintf(char *, size_t, const struct uuid *);
|
| /netbsd-src/sys/dev/ |
| H A D | smbios_platform.c | 287 uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid); in platform_add_uuid()
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | fdt_boot.c | 463 uuid_snprintf(guidstr, sizeof(guidstr), guid); in fdt_detect_root_device()
|
| /netbsd-src/sys/dev/vmt/ |
| H A D | vmt_subr.c | 208 uuid_snprintf(sc->sc_uuid, sizeof(sc->sc_uuid), &uuid); in vmt_common_attach()
|