Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutresrc.c292 ACPI_WALK_AML_CALLBACK UserFunction, in AcpiUtWalkAmlResources() argument
339 if (UserFunction) in AcpiUtWalkAmlResources()
341 Status = UserFunction ( in AcpiUtWalkAmlResources()
371 if (!UserFunction) in AcpiUtWalkAmlResources()
387 if (UserFunction) in AcpiUtWalkAmlResources()
392 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context); in AcpiUtWalkAmlResources()
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsxface.c716 ACPI_WALK_RESOURCE_CALLBACK UserFunction, in AcpiWalkResourceBuffer() argument
729 if (!Buffer || !Buffer->Pointer || !UserFunction) in AcpiWalkResourceBuffer()
761 Status = UserFunction (Resource, Context); in AcpiWalkResourceBuffer()
815 ACPI_WALK_RESOURCE_CALLBACK UserFunction, in ACPI_EXPORT_SYMBOL()
827 if (!DeviceHandle || !UserFunction || !Name || in ACPI_EXPORT_SYMBOL()
847 Status = AcpiWalkResourceBuffer (&Buffer, UserFunction, Context); in ACPI_EXPORT_SYMBOL()
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c962 Status = Info->UserFunction (ObjHandle, NestingLevel, in ACPI_EXPORT_SYMBOL()
996 ACPI_WALK_CALLBACK UserFunction, in AcpiGetDevices() argument
1009 if (!UserFunction) in AcpiGetDevices()
1020 Info.UserFunction = UserFunction; in AcpiGetDevices()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtutils.c886 DT_WALK_CALLBACK UserFunction, in DtWalkTableTree() argument
902 UserFunction (ParentTable, Context, ReturnValue); in DtWalkTableTree()
909 UserFunction (ChildTable, Context, ReturnValue); in DtWalkTableTree()
H A Ddtcompiler.h504 DT_WALK_CALLBACK UserFunction,
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacpixf.h754 ACPI_WALK_CALLBACK UserFunction,
1174 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
1182 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
H A Dacstruct.h268 ACPI_WALK_CALLBACK UserFunction; member
H A Dacutils.h1011 ACPI_WALK_AML_CALLBACK UserFunction,