HomeSort by: relevance | last modified time | path
    Searched defs:sectype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
apei.c 803 struct uuid sectype; local in function:apei_gede_report_header
819 apei_cper_guid_dec(gede->SectionType, &sectype);
820 apei_format_guid(&sectype, guidstr);
825 if (memcmp(&sectype, report->type, sizeof(sectype)) != 0)
apei.c 803 struct uuid sectype; local in function:apei_gede_report_header
819 apei_cper_guid_dec(gede->SectionType, &sectype);
820 apei_format_guid(&sectype, guidstr);
825 if (memcmp(&sectype, report->type, sizeof(sectype)) != 0)
apei.c 803 struct uuid sectype; local in function:apei_gede_report_header
819 apei_cper_guid_dec(gede->SectionType, &sectype);
820 apei_format_guid(&sectype, guidstr);
825 if (memcmp(&sectype, report->type, sizeof(sectype)) != 0)

Completed in 98 milliseconds