Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H 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()
H A Dutosi.c258 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
271 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
280 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
304 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
313 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
428 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
436 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacutils.h645 ACPI_STRING InterfaceName);
649 ACPI_STRING InterfaceName);
657 ACPI_STRING InterfaceName);
H A Dacpixf.h487 ACPI_STRING InterfaceName))
492 ACPI_STRING InterfaceName))
H A Dactypes.h1209 ACPI_STRING InterfaceName,