<dec f='src/src/sys/dev/acpi/acpi_util.h' l='77' type='ACPI_STATUS acpi_foreach_package_object(ACPI_OBJECT * , ACPI_STATUS (*)(ACPI_OBJECT *, void *) , void * )'/>
<use f='src/src/sys/dev/acpi/acpi_power.c' l='305' u='c' c='acpi_power_get_indirect'/>
<use f='src/src/sys/dev/acpi/acpi_tz.c' l='435' u='c' c='acpitz_power_zone'/>
<def f='src/src/sys/dev/acpi/acpi_util.c' l='236' ll='258' type='ACPI_STATUS acpi_foreach_package_object(ACPI_OBJECT * pkg, ACPI_STATUS (*)(ACPI_OBJECT *, void *) func, void * arg)'/>
<doc f='src/src/sys/dev/acpi/acpi_util.c' l='231'>/*
 * Iterate over all objects in a package, and pass them all
 * to a function. If the called function returns non-AE_OK,
 * the iteration is stopped and that value is returned.
 */</doc>
