Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsxfeval.c429 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()
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL()
470 Info->ParamCount, in ACPI_EXPORT_SYMBOL()
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
482 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
498 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
516 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL()
[all …]
H A 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()
H A 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()
H A 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()
H A Dnsaccess.c315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize()
322 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
H A Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbinput.c903 UINT32 ParamCount; in AcpiDbCommandDispatch() local
917 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch()
932 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
935 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
1103 if (ParamCount == 0) in AcpiDbCommandDispatch()
1112 else if (ParamCount == 2) in AcpiDbCommandDispatch()
H A Ddbmethod.c597 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbEvaluateObject()
604 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbEvaluateObject()
H A Ddbobject.c694 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
H A Ddbexec.c492 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk()
H A Ddbdisply.c559 (UINT32) ObjDesc->Method.ParamCount, in AcpiDbDisplayMethodInfo()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A 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()
H A Ddsmethod.c729 for (i = 0; i < ObjDesc->Method.ParamCount; i++) in AcpiDsCallControlMethod()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A 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()
/dragonfly/sys/contrib/dev/acpica/source/common/
H A 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()
H A Dadwalk.c900 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local
1032 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp()
1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsargs.c457 Node, MethodDesc->Method.ParamCount)); in AcpiPsGetNextNamepath()
461 WalkState->ArgCount = MethodDesc->Method.ParamCount; in AcpiPsGetNextNamepath()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member
H A Dacobject.h325 UINT8 ParamCount; member
H A Dactypes.h1407 UINT8 ParamCount; /* If a method, required parameter count */ member
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexcreate.c627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
H A Dexdump.c255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
985 ObjDesc->Method.ParamCount, in AcpiExDumpOperand()