Searched refs:AcpiInstallInterface (Results 1 – 5 of 5) sorted by relevance
261 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()
440 AcpiInstallInterface ( in ACPI_EXPORT_SYMBOL()490 ACPI_EXPORT_SYMBOL (AcpiInstallInterface) in ACPI_EXPORT_SYMBOL() argument
626 AcpiInstallInterface (
679 Status = AcpiInstallInterface (InterfaceNameArg); in AcpiDbDisplayInterfaces()
8330 AcpiInstallInterface - Add an _OSI string.