Searched refs:AcpiInstallInterface (Results 1 – 5 of 5) sorted by relevance
677 Status = AcpiInstallInterface (""); in AeMiscellaneousTests()678 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_BAD_PARAMETER); in AeMiscellaneousTests()680 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()681 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()683 Status = AcpiInstallInterface ("TestString"); in AeMiscellaneousTests()684 ACPI_CHECK_STATUS (AcpiInstallInterface, Status, AE_ALREADY_EXISTS); in AeMiscellaneousTests()695 Status = AcpiInstallInterface ("AnotherTestString"); in AeMiscellaneousTests()696 ACPI_CHECK_OK (AcpiInstallInterface, Status); in AeMiscellaneousTests()
332 AcpiInstallInterface ( in ACPI_EXPORT_SYMBOL()382 ACPI_EXPORT_SYMBOL (AcpiInstallInterface) in ACPI_EXPORT_SYMBOL() argument
571 Status = AcpiInstallInterface (InterfaceNameArg); in AcpiDbDisplayInterfaces()
490 AcpiInstallInterface (
4844 AcpiInstallInterface - Add an _OSI string.
Completed in 24 milliseconds