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 280 * UserFunction - Called once for each descriptor found. If
282 * Context - Passed to UserFunction
296 ACPI_WALK_AML_CALLBACK UserFunction,
343 if (UserFunction)
345 Status = UserFunction (
375 if (!UserFunction)
391 if (UserFunction)
396 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context);
  /src/sys/external/bsd/acpica/dist/resources/
rsxface.c 703 * UserFunction - Called for each resource
704 * Context - Passed to UserFunction
708 * DESCRIPTION: Walks the input resource template. The UserFunction is called
716 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
729 if (!Buffer || !Buffer->Pointer || !UserFunction)
761 Status = UserFunction (Resource, Context);
800 * UserFunction - Called for each resource
801 * Context - Passed to UserFunction
806 * specified device. The UserFunction is called once for
815 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 727 * UserFunction is put if terminated early
729 * RETURNS Return value from the UserFunction if terminated early.
962 Status = Info->UserFunction (ObjHandle, NestingLevel,
973 * UserFunction - Called when a matching object is found
976 * UserFunction is put if terminated early
978 * RETURNS Return value from the UserFunction if terminated early.
983 * The UserFunction is called whenever an object of type
996 ACPI_WALK_CALLBACK UserFunction,
1009 if (!UserFunction)
1020 Info.UserFunction = UserFunction
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtutils.c 955 * UserFunction - Called during the walk
957 * ReturnValue - The return value of UserFunction
968 DT_WALK_CALLBACK UserFunction,
984 UserFunction (ParentTable, Context, ReturnValue);
991 UserFunction (ChildTable, Context, ReturnValue);
dtcompiler.h 504 DT_WALK_CALLBACK UserFunction,
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 268 ACPI_WALK_CALLBACK UserFunction;
acpixf.h 764 ACPI_WALK_CALLBACK UserFunction,
1199 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
1207 ACPI_WALK_RESOURCE_CALLBACK UserFunction,
acutils.h 1039 ACPI_WALK_AML_CALLBACK UserFunction,

Completed in 17 milliseconds