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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnseval.c110 Info->ParamCount = 0;
166 while (Info->Parameters[Info->ParamCount])
168 if (Info->ParamCount > ACPI_METHOD_MAX_ARG)
172 Info->ParamCount++;
267 (void) AcpiNsCheckPredefinedNames (Node, Info->ParamCount,
H A Dnspredef.c327 UINT32 ParamCount; local
334 ParamCount = 0;
337 ParamCount = Node->Object->Method.ParamCount;
350 if (UserParamCount < ParamCount)
354 ParamCount, UserParamCount));
356 else if (UserParamCount > ParamCount)
360 ParamCount, UserParamCount));
369 RequiredParamsCurrent = Predefined->Info.ParamCount & 0x0F;
370 RequiredParamsOld = Predefined->Info.ParamCount >>
[all...]
H A Dnsxfname.c311 UINT8 ParamCount= 0; local
346 ParamCount = Node->Object->Method.ParamCount;
519 Info->ParamCount = ParamCount;
667 MethodObj->Method.ParamCount = (UINT8)
H A Dnsaccess.c170 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
177 NewNode->Value = ObjDesc->Method.ParamCount;
H A Dnsdump.c298 (UINT32) ObjDesc->Method.ParamCount,
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbinput.c577 UINT32 ParamCount; local
589 ParamCount = AcpiDbGetLine (InputBuffer);
595 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
598 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
745 if (ParamCount == 0)
752 else if (ParamCount == 2)
H A Ddbexec.c492 (i < ObjInfo->ParamCount);
510 if (i < ObjInfo->ParamCount)
513 ObjInfo->ParamCount - i);
515 for (; i < ObjInfo->ParamCount; i++)
541 ParamObjects.Count = ObjInfo->ParamCount;
573 AcpiDbDeleteObjects (ObjInfo->ParamCount, Params);
696 if (ObjDesc->Method.ParamCount)
H A Ddbmethod.c448 for (i = 0; i < ObjInfo->ParamCount; i++)
455 ParamObjects.Count = ObjInfo->ParamCount;
H A Ddbdisply.c409 (UINT32) ObjDesc->Method.ParamCount,
H A Ddbnames.c459 Predefined->Info.ParamCount, Predefined->Info.ExpectedBtypes);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c202 RequiredArgsCurrent = PredefinedNames[Index].Info.ParamCount & 0x0F;
203 RequiredArgsOld = PredefinedNames[Index].Info.ParamCount >> 4;
444 if (PredefinedNames[Index].Info.ParamCount > 0)
724 ThisName->Info.Name, ThisName->Info.ParamCount & 0x0F);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h209 UINT8 ParamCount; member in struct:acpi_evaluate_info
H A Dacobject.h214 UINT8 ParamCount; member in struct:acpi_object_method
H A Daclocal.h340 * ParamCount - Number of arguments to the method
346 UINT8 ParamCount; member in struct:acpi_name_info
H A Dactypes.h1102 UINT8 ParamCount; /* If a method, required parameter count */ member in struct:acpi_device_info
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/common/
H A Dadwalk.c723 UINT32 ParamCount = 0; local
814 ParamCount = Object->Method.ParamCount;
818 AcpiDmAddToExternalList (Op, Path, (UINT8) ObjectType2, ParamCount);
H A Ddmextern.c535 MethodDesc->Method.ParamCount = (UINT8) External->Value;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c346 Node, MethodDesc->Method.ParamCount));
350 WalkState->ArgCount = MethodDesc->Method.ParamCount;
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/disassembler/
H A Ddmobject.c577 AcpiUtGetNodeName (Node), ObjDesc->Method.ParamCount, ObjDesc->Method.SyncLevel);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/executer/
H A Dexcreate.c530 ObjDesc->Method.ParamCount = (UINT8) (MethodFlags & AML_METHOD_ARG_COUNT);
H A Dexdump.c148 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
721 ObjDesc->Method.ParamCount,
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c258 6, " ", ThisName->Info.Name, ThisName->Info.ParamCount,
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsmethod.c431 for (i = 0; i < ObjDesc->Method.ParamCount; i++)
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dexample.pas557 if ParamCount >= 1 then
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dexample.pas557 if ParamCount >= 1 then

Completed in 199 milliseconds