Lines Matching defs:InterfaceName
246 * PARAMETERS: InterfaceName - The interface to install
257 ACPI_STRING InterfaceName)
270 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
279 strcpy (__UNCONST(InterfaceInfo->Name), InterfaceName);
292 * PARAMETERS: InterfaceName - The interface to remove
303 ACPI_STRING InterfaceName)
312 if (!strcmp (InterfaceName, NextInterface->Name))
416 * PARAMETERS: InterfaceName - The interface to find
427 ACPI_STRING InterfaceName)
435 if (!strcmp (InterfaceName, NextInterface->Name))