Lines Matching defs:UserFunction
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;