Home
last modified time | relevance | path

Searched refs:UserFunction (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutresrc.c188 ACPI_WALK_AML_CALLBACK UserFunction, in AcpiUtWalkAmlResources() argument
235 if (UserFunction) in AcpiUtWalkAmlResources()
237 Status = UserFunction ( in AcpiUtWalkAmlResources()
267 if (!UserFunction) in AcpiUtWalkAmlResources()
283 if (UserFunction) in AcpiUtWalkAmlResources()
288 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
/netbsd-src/sys/external/bsd/acpica/dist/resources/
H A Drsxface.c608 ACPI_WALK_RESOURCE_CALLBACK UserFunction, in AcpiWalkResourceBuffer() argument
621 if (!Buffer || !Buffer->Pointer || !UserFunction) in AcpiWalkResourceBuffer()
653 Status = UserFunction (Resource, Context); in AcpiWalkResourceBuffer()
707 ACPI_WALK_RESOURCE_CALLBACK UserFunction, in ACPI_EXPORT_SYMBOL()
719 if (!DeviceHandle || !UserFunction || !Name || in ACPI_EXPORT_SYMBOL()
739 Status = AcpiWalkResourceBuffer (&Buffer, UserFunction, Context); in ACPI_EXPORT_SYMBOL()
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsxfeval.c854 Status = Info->UserFunction (ObjHandle, NestingLevel, in ACPI_EXPORT_SYMBOL()
888 ACPI_WALK_CALLBACK UserFunction, in AcpiGetDevices() argument
901 if (!UserFunction) in AcpiGetDevices()
912 Info.UserFunction = UserFunction; in AcpiGetDevices()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtutils.c820 * UserFunction - Called during the walk
822 * ReturnValue - The return value of UserFunction
833 DT_WALK_CALLBACK UserFunction, in DtWalkTableTree()
849 UserFunction (ParentTable, Context, ReturnValue); in DtWalkTableTree()
856 UserFunction (ChildTable, Context, ReturnValue); in DtWalkTableTree()
828 DtWalkTableTree(DT_SUBTABLE * StartTable,DT_WALK_CALLBACK UserFunction,void * Context,void * ReturnValue) DtWalkTableTree() argument
H A Ddtcompiler.h396 DT_WALK_CALLBACK UserFunction,
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h650 ACPI_WALK_CALLBACK UserFunction,
1085 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
1093 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
H A Dacstruct.h160 ACPI_WALK_CALLBACK UserFunction; member
H A Dacutils.h931 ACPI_WALK_AML_CALLBACK UserFunction,