Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 22 of 22) sorted by relevance

/acpica-latest/source/components/namespace/
Dnsxfeval.c402 Info->ParamCount = (UINT16) ExternalParams->Count; in ACPI_EXPORT_SYMBOL()
406 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in ACPI_EXPORT_SYMBOL()
410 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in ACPI_EXPORT_SYMBOL()
412 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
420 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
429 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL()
459 Info->ParamCount, in ACPI_EXPORT_SYMBOL()
460 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL()
[all …]
Dnseval.c263 Info->ParamCount = 0; in AcpiNsEvaluate()
266 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
268 Info->ParamCount++; in AcpiNsEvaluate()
273 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in AcpiNsEvaluate()
277 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in AcpiNsEvaluate()
279 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in AcpiNsEvaluate()
295 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate()
412 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount, in AcpiNsEvaluate()
Dnsxfname.c408 UINT8 ParamCount= 0; in AcpiGetObjectInfo() local
443 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo()
623 Info->ParamCount = ParamCount; in AcpiGetObjectInfo()
776 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL()
Dnsarguments.c203 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) in AcpiNsCheckArgumentTypes()
299 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance()
381 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
Dnsaccess.c315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize()
322 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
/acpica-latest/source/components/debugger/
Ddbinput.c904 UINT32 ParamCount; in AcpiDbCommandDispatch() local
918 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch()
933 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
936 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
1104 if (ParamCount == 0) in AcpiDbCommandDispatch()
1113 else if (ParamCount == 2) in AcpiDbCommandDispatch()
Ddbmethod.c595 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbEvaluateObject()
602 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbEvaluateObject()
Ddbobject.c692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
Ddbexec.c491 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk()
Ddbdisply.c557 (UINT32) ObjDesc->Method.ParamCount, in AcpiDbDisplayMethodInfo()
/acpica-latest/source/components/dispatcher/
Ddswload.c558 UINT8 ParamCount; in AcpiDsLoad1EndOp() local
679 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer; in AcpiDsLoad1EndOp()
685 &Op->Common.Node, ParamCount); in AcpiDsLoad1EndOp()
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount, in AcpiDsLoad1EndOp()
Ddsmethod.c729 for (i = 0; i < ObjDesc->Method.ParamCount; i++) in AcpiDsCallControlMethod()
/acpica-latest/source/compiler/
Daslexternal.c198 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS; in ExDoExternal() local
209 ParamCount = 0; in ExDoExternal()
238 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes); in ExDoExternal()
250 ArgCountOp->Asl.Value.Integer = ParamCount; in ExDoExternal()
/acpica-latest/source/common/
Ddmextern.c1175 UINT32 ParamCount) in AcpiDmCreateSubobjectForExternal() argument
1187 ObjDesc->Method.ParamCount = (UINT8) ParamCount; in AcpiDmCreateSubobjectForExternal()
1228 UINT32 ParamCount) in AcpiDmAddOneExternalToNamespace() argument
1241 AcpiDmCreateSubobjectForExternal (Type, &Node, ParamCount); in AcpiDmAddOneExternalToNamespace()
Dadwalk.c900 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local
1032 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp()
1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
/acpica-latest/source/components/parser/
Dpsargs.c457 Node, MethodDesc->Method.ParamCount)); in AcpiPsGetNextNamepath()
461 WalkState->ArgCount = MethodDesc->Method.ParamCount; in AcpiPsGetNextNamepath()
/acpica-latest/source/include/
Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member
Dacobject.h325 UINT8 ParamCount; member
Dactypes.h1417 UINT8 ParamCount; /* If a method, required parameter count */ member
/acpica-latest/source/components/executer/
Dexcreate.c627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
Dexdump.c255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
985 ObjDesc->Method.ParamCount, in AcpiExDumpOperand()