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

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 633 const ACPI_EXCEPTION_INFO *ExceptionInfo;
655 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
656 if (ExceptionInfo)
658 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo);
663 } while (ExceptionInfo);
683 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
684 if (!ExceptionInfo)
690 AH_DISPLAY_EXCEPTION_TEXT (Status, ExceptionInfo);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp 33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) {
34 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) {
  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 1012 const ACPI_EXCEPTION_INFO *ExceptionInfo;
1018 ExceptionInfo = AcpiUtValidateException ((ACPI_STATUS) Status);
1020 ExceptionInfo->Description);

Completed in 20 milliseconds