OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExceptionInfo
(Results
1 - 2
of
2
) 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/acpica/dist/compiler/
aslutils.c
1012
const ACPI_EXCEPTION_INFO *
ExceptionInfo
;
1018
ExceptionInfo
= AcpiUtValidateException ((ACPI_STATUS) Status);
1020
ExceptionInfo
->Description);
Completed in 66 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026