Home
last modified time | relevance | path

Searched refs:NextInterface (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutosi.c314 while (NextInterface) in AcpiUtInterfaceTerminate()
323 ACPI_FREE (NextInterface); in AcpiUtInterfaceTerminate()
415 while (NextInterface) in AcpiUtRemoveInterface()
437 ACPI_FREE (NextInterface); in AcpiUtRemoveInterface()
456 PreviousInterface = NextInterface; in AcpiUtRemoveInterface()
457 NextInterface = NextInterface->Next; in AcpiUtRemoveInterface()
489 while (NextInterface) in AcpiUtUpdateInterfaces()
510 NextInterface = NextInterface->Next; in AcpiUtUpdateInterfaces()
538 while (NextInterface) in AcpiUtGetInterface()
542 return (NextInterface); in AcpiUtGetInterface()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c636 ACPI_INTERFACE_INFO *NextInterface; in AcpiDbDisplayInterfaces() local
647 NextInterface = AcpiGbl_SupportedInterfaces; in AcpiDbDisplayInterfaces()
648 while (NextInterface) in AcpiDbDisplayInterfaces()
650 if (!(NextInterface->Flags & ACPI_OSI_INVALID)) in AcpiDbDisplayInterfaces()
652 AcpiOsPrintf ("%s\n", NextInterface->Name); in AcpiDbDisplayInterfaces()
655 NextInterface = NextInterface->Next; in AcpiDbDisplayInterfaces()