Home
last modified time | relevance | path

Searched refs:uuid_snprintf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/dkwedge/
H A Ddkwedge_gpt.c174 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 Dkern_uuid.c103 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 Duuid.h64 int uuid_snprintf(char *, size_t, const struct uuid *);
/netbsd-src/sys/dev/
H A Dsmbios_platform.c287 uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid); in platform_add_uuid()
/netbsd-src/sys/dev/fdt/
H A Dfdt_boot.c463 uuid_snprintf(guidstr, sizeof(guidstr), guid); in fdt_detect_root_device()
/netbsd-src/sys/dev/vmt/
H A Dvmt_subr.c208 uuid_snprintf(sc->sc_uuid, sizeof(sc->sc_uuid), &uuid); in vmt_common_attach()