Searched refs:guidstr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/acpi/
H A Dapei.c312 apei_format_guid(const struct uuid *uuid, char guidstr[static 69])
315 snprintf(guidstr, 69, "{0x%08x,0x%04x,0x%04x,"
518 char guidstr[69]; local
534 apei_format_guid(&sectype, guidstr);
542 ctx, guidstr, report->name);
548 guidstr);
618 apei_format_guid(&fruid, guidstr);
619 device_printf(sc->sc_dev, "%s: FruId=%s\n", ctx, guidstr);
/netbsd-current/sys/dev/fdt/
H A Dfdt_boot.c461 char guidstr[UUID_STR_LEN]; local
462 uuid_snprintf(guidstr, sizeof(guidstr), guid);
464 device_t dv = dkwedge_find_by_wname(guidstr);

Completed in 286 milliseconds