Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c441 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
449 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
462 InterfaceInfo = AcpiUtGetInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
483 Status = AcpiUtInstallInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
507 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
514 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
525 Status = AcpiUtRemoveInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
H A Dutosi.c359 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
372 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
381 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
405 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
414 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
529 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
537 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacutils.h804 ACPI_STRING InterfaceName);
808 ACPI_STRING InterfaceName);
816 ACPI_STRING InterfaceName);
H A Dacpixf.h632 ACPI_STRING InterfaceName))
637 ACPI_STRING InterfaceName))
H A Dactypes.h1335 ACPI_STRING InterfaceName,