Lines Matching defs:hest
364 acpi_print_hest_header(ACPI_HEST_HEADER *hest)
367 switch (hest->Type) {
380 printf("unused type: %d", hest->Type);
399 printf("Reserved (%d)", hest->Type);
403 printf("\tSourceId=%d\n", hest->SourceId);
731 ACPI_TABLE_HEST *hest;
737 hest = (ACPI_TABLE_HEST *)sdp;
739 printf("\tError Source Count=%d\n", hest->ErrorSourceCount);
741 for (i = 0; i < hest->ErrorSourceCount; i++) {
742 subhest = (ACPI_HEST_HEADER *)((char *)hest + pos);