Home
last modified time | relevance | path

Searched refs:AcpiInstallInterface (Results 1 – 5 of 5) sorted by relevance

/acpica-latest/source/tools/acpiexec/
Daetests.c261 Status = AcpiInstallInterface (""); in AeMiscellaneousTests()
262 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_BAD_PARAMETER); in AeMiscellaneousTests()
264 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()
265 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()
267 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()
268 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_ALREADY_EXISTS); in AeMiscellaneousTests()
279 Status = AcpiInstallInterface ("AnotherTestString"); in AeMiscellaneousTests()
280 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()
/acpica-latest/source/components/utilities/
Dutxface.c440 AcpiInstallInterface ( in ACPI_EXPORT_SYMBOL()
490 ACPI_EXPORT_SYMBOL (AcpiInstallInterface) in ACPI_EXPORT_SYMBOL() argument
/acpica-latest/source/include/
Dacpixf.h626 AcpiInstallInterface (
/acpica-latest/source/components/debugger/
Ddbcmds.c679 Status = AcpiInstallInterface (InterfaceNameArg); in AcpiDbDisplayInterfaces()
/acpica-latest/documents/
Dchanges.txt8330 AcpiInstallInterface - Add an _OSI string.