Searched defs:InterfaceName (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutosi.c247 * PARAMETERS: InterfaceName - The interface to install
258 ACPI_STRING InterfaceName)
271 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
280 strcpy (InterfaceInfo->Name, InterfaceName);
293 * PARAMETERS: InterfaceName - The interface to remove
304 ACPI_STRING InterfaceName)
313 if (!strcmp (InterfaceName, NextInterface->Name))
417 * PARAMETERS: InterfaceName - The interface to find
428 ACPI_STRING InterfaceName)
436 if (!strcmp (InterfaceName, NextInterfac
257 AcpiUtInstallInterface( ACPI_STRING InterfaceName) argument
303 AcpiUtRemoveInterface( ACPI_STRING InterfaceName) argument
427 AcpiUtGetInterface( ACPI_STRING InterfaceName) argument
[all...]

Completed in 63 milliseconds