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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Dutosi.c121 AcpiGbl_SupportedInterfaces = AcpiDefaultSupportedInterfaces;
145 * AcpiGbl_SupportedInterfaces to NULL.
157 NextInterface = AcpiGbl_SupportedInterfaces;
161 AcpiGbl_SupportedInterfaces = NextInterface->Next;
171 NextInterface = AcpiGbl_SupportedInterfaces;
217 InterfaceInfo->Next = AcpiGbl_SupportedInterfaces;
219 AcpiGbl_SupportedInterfaces = InterfaceInfo;
245 PreviousInterface = NextInterface = AcpiGbl_SupportedInterfaces;
258 AcpiGbl_SupportedInterfaces = NextInterface->Next;
315 NextInterface = AcpiGbl_SupportedInterfaces;
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacglobal.h273 ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces; variable
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbcmds.c395 NextInterface = AcpiGbl_SupportedInterfaces;

Completed in 104 milliseconds