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

/netbsd-current/sys/sys/
H A Duuid.h64 int uuid_snprintf(char *, size_t, const struct uuid *);
/netbsd-current/sys/kern/
H A Dkern_uuid.c103 uuid_snprintf(char *buf, size_t sz, const struct uuid *uuid) function
119 (void) uuid_snprintf(buf, sizeof(buf), uuid);
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_gpt.c174 uuid_snprintf(guid_str, sizeof(guid_str), &disk_guid);
244 uuid_snprintf(ptype_guid_str, sizeof(ptype_guid_str),
246 uuid_snprintf(ent_guid_str, sizeof(ent_guid_str),
/netbsd-current/sys/dev/
H A Dsmbios_platform.c287 uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid);
/netbsd-current/sys/dev/fdt/
H A Dfdt_boot.c462 uuid_snprintf(guidstr, sizeof(guidstr), guid);
/netbsd-current/sys/dev/vmt/
H A Dvmt_subr.c208 uuid_snprintf(sc->sc_uuid, sizeof(sc->sc_uuid), &uuid);

Completed in 445 milliseconds