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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutosi.c248 ACPI_INTERFACE_INFO *InterfaceInfo; local
253 InterfaceInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_INTERFACE_INFO));
254 if (!InterfaceInfo)
259 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (ACPI_STRLEN (InterfaceName) + 1);
260 if (!InterfaceInfo->Name)
262 ACPI_FREE (InterfaceInfo);
268 ACPI_STRCPY (InterfaceInfo->Name, InterfaceName);
269 InterfaceInfo->Flags = ACPI_OSI_DYNAMIC;
270 InterfaceInfo->Next = AcpiGbl_SupportedInterfaces;
272 AcpiGbl_SupportedInterfaces = InterfaceInfo;
454 ACPI_INTERFACE_INFO *InterfaceInfo; local
[all...]
H A Dutxface.c365 ACPI_INTERFACE_INFO *InterfaceInfo; local
383 InterfaceInfo = AcpiUtGetInterface (InterfaceName);
384 if (InterfaceInfo)
390 if (InterfaceInfo->Flags & ACPI_OSI_INVALID)
392 InterfaceInfo->Flags &= ~ACPI_OSI_INVALID;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DPassRegistry.cpp150 PassInfo *InterfaceInfo = const_cast<PassInfo*>(getPassInfo(InterfaceID)); local
151 if (InterfaceInfo == 0) {
154 InterfaceInfo = &Registeree;
168 ImplementationInfo->addInterfaceImplemented(InterfaceInfo);
172 Impl->AnalysisGroupInfoMap[InterfaceInfo];
177 assert(InterfaceInfo->getNormalCtor() == 0 &&
181 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor());

Completed in 65 milliseconds