HomeSort by: relevance | last modified time | path
    Searched refs:UserFunction (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utresrc.c 172 * UserFunction - Called once for each descriptor found. If
174 * Context - Passed to UserFunction
188 ACPI_WALK_AML_CALLBACK UserFunction,
235 if (UserFunction)
237 Status = UserFunction (
267 if (!UserFunction)
283 if (UserFunction)
288 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context);
  /src/sys/external/bsd/acpica/dist/resources/
rsxface.c 595 * UserFunction - Called for each resource
596 * Context - Passed to UserFunction
600 * DESCRIPTION: Walks the input resource template. The UserFunction is called
608 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
621 if (!Buffer || !Buffer->Pointer || !UserFunction)
653 Status = UserFunction (Resource, Context);
692 * UserFunction - Called for each resource
693 * Context - Passed to UserFunction
698 * specified device. The UserFunction is called once for
707 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 619 * UserFunction is put if terminated early
621 * RETURNS Return value from the UserFunction if terminated early.
854 Status = Info->UserFunction (ObjHandle, NestingLevel,
865 * UserFunction - Called when a matching object is found
868 * UserFunction is put if terminated early
870 * RETURNS Return value from the UserFunction if terminated early.
875 * The UserFunction is called whenever an object of type
888 ACPI_WALK_CALLBACK UserFunction,
901 if (!UserFunction)
912 Info.UserFunction = UserFunction
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtutils.c 849 * UserFunction - Called during the walk
851 * ReturnValue - The return value of UserFunction
862 DT_WALK_CALLBACK UserFunction,
878 UserFunction (ParentTable, Context, ReturnValue);
885 UserFunction (ChildTable, Context, ReturnValue);
dtcompiler.h 396 DT_WALK_CALLBACK UserFunction,
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 160 ACPI_WALK_CALLBACK UserFunction;
acpixf.h 656 ACPI_WALK_CALLBACK UserFunction,
1091 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
1099 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
acutils.h 931 ACPI_WALK_AML_CALLBACK UserFunction,

Completed in 23 milliseconds