Searched refs:InterfaceInfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutosi.c260 ACPI_INTERFACE_INFO *InterfaceInfo; local
265 InterfaceInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_INTERFACE_INFO));
266 if (!InterfaceInfo)
271 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1);
272 if (!InterfaceInfo->Name)
274 ACPI_FREE (InterfaceInfo);
280 strcpy (InterfaceInfo->Name, InterfaceName);
281 InterfaceInfo->Flags = ACPI_OSI_DYNAMIC;
282 InterfaceInfo->Next = AcpiGbl_SupportedInterfaces;
284 AcpiGbl_SupportedInterfaces = InterfaceInfo;
468 ACPI_INTERFACE_INFO *InterfaceInfo; local
[all...]
H A Dutxface.c336 ACPI_INTERFACE_INFO *InterfaceInfo; local
354 InterfaceInfo = AcpiUtGetInterface (InterfaceName);
355 if (InterfaceInfo)
361 if (InterfaceInfo->Flags & ACPI_OSI_INVALID)
363 InterfaceInfo->Flags &= ~ACPI_OSI_INVALID;

Completed in 45 milliseconds