Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 6 of 6) sorted by relevance

/third_party/lib/acpica/source/components/utilities/
A Dutxface.c333 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
341 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
354 InterfaceInfo = AcpiUtGetInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
375 Status = AcpiUtInstallInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
399 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
406 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
417 Status = AcpiUtRemoveInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
A Dutosi.c248 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
261 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
270 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
294 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
303 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
418 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
426 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c102 ACPI_STRING InterfaceName,
592 ACPI_STRING InterfaceName, in AeInterfaceHandler() argument
600 InterfaceName, Supported == 0 ? "not " : "")); in AeInterfaceHandler()
/third_party/lib/acpica/source/include/acpica/
A Dacutils.h600 ACPI_STRING InterfaceName);
604 ACPI_STRING InterfaceName);
612 ACPI_STRING InterfaceName);
A Dacpixf.h491 ACPI_STRING InterfaceName))
496 ACPI_STRING InterfaceName))
A Dactypes.h1208 ACPI_STRING InterfaceName,

Completed in 13 milliseconds