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

/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutresrc.c441 * UserFunction - Called once for each descriptor found. If
443 * Context - Passed to UserFunction
457 ACPI_WALK_AML_CALLBACK UserFunction,
504 if (UserFunction)
506 Status = UserFunction (Aml, Length, Offset, ResourceIndex, Context);
528 if (!UserFunction)
544 if (UserFunction)
549 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context);
453 AcpiUtWalkAmlResources( ACPI_WALK_STATE *WalkState, UINT8 *Aml, ACPI_SIZE AmlLength, ACPI_WALK_AML_CALLBACK UserFunction, void **Context) argument
/freebsd-10.3-release/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c593 * UserFunction - Called for each resource
594 * Context - Passed to UserFunction
598 * DESCRIPTION: Walks the input resource template. The UserFunction is called
606 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
619 if (!Buffer || !Buffer->Pointer || !UserFunction)
650 Status = UserFunction (Resource, Context);
689 * UserFunction - Called for each resource
690 * Context - Passed to UserFunction
695 * specified device. The UserFunction is called once for
704 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
604 AcpiWalkResourceBuffer( ACPI_BUFFER *Buffer, ACPI_WALK_RESOURCE_CALLBACK UserFunction, void *Context) argument
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c588 * UserFunction is put if terminated early
590 * RETURNS Return value from the UserFunction if terminated early.
823 Status = Info->UserFunction (ObjHandle, NestingLevel, Info->Context,
834 * UserFunction - Called when a matching object is found
837 * UserFunction is put if terminated early
839 * RETURNS Return value from the UserFunction if terminated early.
844 * The UserFunction is called whenever an object of type
857 ACPI_WALK_CALLBACK UserFunction,
870 if (!UserFunction)
881 Info.UserFunction
855 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c791 * UserFunction - Called during the walk
793 * ReturnValue - The return value of UserFunction
804 DT_WALK_CALLBACK UserFunction,
820 UserFunction (ParentTable, Context, ReturnValue);
827 UserFunction (ChildTable, Context, ReturnValue);
802 DtWalkTableTree( DT_SUBTABLE *StartTable, DT_WALK_CALLBACK UserFunction, void *Context, void *ReturnValue) argument
H A Ddtcompiler.h340 DT_WALK_CALLBACK UserFunction,
/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Dacstruct.h156 ACPI_WALK_CALLBACK UserFunction; member in struct:acpi_get_devices_info
H A Dacpixf.h558 ACPI_WALK_CALLBACK UserFunction,
961 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
969 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
H A Dacutils.h880 ACPI_WALK_AML_CALLBACK UserFunction,

Completed in 63 milliseconds