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);
|