/src/sys/dev/fdt/ |
fdt_boot.c | 462 char guidstr[UUID_STR_LEN]; local in function:fdt_detect_root_device 463 uuid_snprintf(guidstr, sizeof(guidstr), guid); 465 device_t dv = dkwedge_find_by_wname(guidstr);
|
fdt_boot.c | 462 char guidstr[UUID_STR_LEN]; local in function:fdt_detect_root_device 463 uuid_snprintf(guidstr, sizeof(guidstr), guid); 465 device_t dv = dkwedge_find_by_wname(guidstr);
|
/src/sys/dev/acpi/ |
apei.c | 314 apei_format_guid(const struct uuid *uuid, char guidstr[static 69]) 317 snprintf(guidstr, 69, "{0x%08x,0x%04x,0x%04x," 804 char guidstr[69]; local in function:apei_gede_report_header 820 apei_format_guid(§ype, guidstr); 830 ctx, guidstr, report->name); 838 guidstr); 924 apei_format_guid(&fruid, guidstr); 925 device_printf(sc->sc_dev, "%s: FruId=%s\n", ctx, guidstr);
|
apei.c | 314 apei_format_guid(const struct uuid *uuid, char guidstr[static 69]) 317 snprintf(guidstr, 69, "{0x%08x,0x%04x,0x%04x," 804 char guidstr[69]; local in function:apei_gede_report_header 820 apei_format_guid(§ype, guidstr); 830 ctx, guidstr, report->name); 838 guidstr); 924 apei_format_guid(&fruid, guidstr); 925 device_printf(sc->sc_dev, "%s: FruId=%s\n", ctx, guidstr);
|