Searched refs:AcpiInstallInterface (Results 1 – 5 of 5) sorted by relevance
153 Status = AcpiInstallInterface (""); in AeMiscellaneousTests()154 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_BAD_PARAMETER); in AeMiscellaneousTests()156 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()157 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()159 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()160 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_ALREADY_EXISTS); in AeMiscellaneousTests()171 Status = AcpiInstallInterface ("AnotherTestString"); in AeMiscellaneousTests()172 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()
332 AcpiInstallInterface ( in ACPI_EXPORT_SYMBOL()382 ACPI_EXPORT_SYMBOL (AcpiInstallInterface) in ACPI_EXPORT_SYMBOL() argument
518 AcpiInstallInterface (
573 Status = AcpiInstallInterface (InterfaceNameArg); in AcpiDbDisplayInterfaces()
8379 AcpiInstallInterface - Add an _OSI string.