Searched refs:ParamCount (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsxfeval.c267 Info->ParamCount = (UINT16) ExternalParams->Count;
271 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS)
275 Info->ParamCount, ACPI_METHOD_NUM_ARGS));
277 Info->ParamCount = ACPI_METHOD_NUM_ARGS;
285 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *));
294 for (i = 0; i < Info->ParamCount; i++)
304 Info->Parameters[Info->ParamCount] = NULL;
321 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
325 Info->ParamCount,
[all...]
H A Dnseval.c155 Info->ParamCount = 0;
158 while (Info->Parameters[Info->ParamCount])
160 Info->ParamCount++;
165 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS)
169 Info->ParamCount, ACPI_METHOD_NUM_ARGS));
171 Info->ParamCount = ACPI_METHOD_NUM_ARGS;
187 Info->ParamCount, Info->Predefined);
303 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount,
H A Dnsarguments.c90 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++)
180 AmlParamCount = Node->Object->Method.ParamCount;
257 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsxfname.c321 UINT8 ParamCount= 0; local
356 ParamCount = Node->Object->Method.ParamCount;
549 Info->ParamCount = ParamCount;
702 MethodObj->Method.ParamCount = (UINT8)
H A Dnsaccess.c169 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
176 NewNode->Value = ObjDesc->Method.ParamCount;
H A Dnsdump.c330 (UINT32) ObjDesc->Method.ParamCount,
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbinput.c758 UINT32 ParamCount; local
772 ParamCount = AcpiDbGetLine (InputBuffer);
788 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
791 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
933 if (ParamCount == 0)
942 else if (ParamCount == 2)
H A Ddbobject.c562 AcpiUtGetNodeName (Node), ObjDesc->Method.ParamCount);
H A Ddbexec.c366 if (ObjDesc->Method.ParamCount)
H A Ddbdisply.c422 (UINT32) ObjDesc->Method.ParamCount,
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dadwalk.c761 UINT32 ParamCount = 0; local
892 ParamCount = Object->Method.ParamCount;
903 ParamCount, ACPI_EXT_RESOLVED_REFERENCE);
H A Ddmextern.c941 ObjDesc->Method.ParamCount = (UINT8) External->Value;
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacstruct.h218 UINT16 ParamCount; /* Count of the input argument list */ member in struct:acpi_evaluate_info
H A Dacobject.h214 UINT8 ParamCount; member in struct:acpi_object_method
H A Dactypes.h1261 UINT8 ParamCount; /* If a method, required parameter count */ member in struct:acpi_device_info
/fuchsia/zircon/third_party/lib/acpica/source/components/parser/
H A Dpsargs.c345 Node, MethodDesc->Method.ParamCount));
349 WalkState->ArgCount = MethodDesc->Method.ParamCount;
/fuchsia/zircon/third_party/lib/acpica/source/components/executer/
H A Dexcreate.c544 ObjDesc->Method.ParamCount = (UINT8)
H A Dexdump.c147 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
867 ObjDesc->Method.ParamCount,
/fuchsia/zircon/third_party/lib/acpica/source/components/dispatcher/
H A Ddsmethod.c608 for (i = 0; i < ObjDesc->Method.ParamCount; i++)

Completed in 83 milliseconds