Home
last modified time | relevance | path

Searched refs:ArgTypes (Results 1 – 7 of 7) sorted by relevance

/third_party/lib/acpica/source/components/parser/
A Dpsobject.c102 WalkState->ArgTypes = ARGP_NAMESTRING; in AcpiPsGetAmlOpcode()
156 WalkState->ArgTypes = WalkState->OpInfo->ParseArgs; in AcpiPsGetAmlOpcode()
201 while (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) && in AcpiPsBuildNamedOp()
212 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsBuildNamedOp()
218 if (!GET_CURRENT_ARG_TYPE (WalkState->ArgTypes)) in AcpiPsBuildNamedOp()
225 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsBuildNamedOp()
454 WalkState->PrevArgTypes = WalkState->ArgTypes; in AcpiPsCompleteOp()
460 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsCompleteOp()
489 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsCompleteOp()
564 WalkState->PrevArgTypes = WalkState->ArgTypes; in AcpiPsCompleteOp()
[all …]
A Dpsloop.c118 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), Op); in AcpiPsGetArguments()
130 WalkState->ArgTypes = 0; in AcpiPsGetArguments()
137 while (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) && in AcpiPsGetArguments()
143 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), &Arg); in AcpiPsGetArguments()
154 INCREMENT_ARG_LIST (WalkState->ArgTypes); in AcpiPsGetArguments()
426 WalkState->ArgTypes = 0; in AcpiPsParseLoop()
470 &WalkState->ArgTypes, &WalkState->ArgCount); in AcpiPsParseLoop()
478 WalkState->ArgTypes = WalkState->PrevArgTypes; in AcpiPsParseLoop()
529 if (WalkState->ArgTypes) in AcpiPsParseLoop()
555 WalkState->ArgTypes, WalkState->ArgCount); in AcpiPsParseLoop()
A Dpsargs.c301 if (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) == ARGP_SUPERNAME) in AcpiPsGetNextNamepath()
/third_party/lib/acpica/source/components/executer/
A Dexresop.c153 UINT32 ArgTypes; in AcpiExResolveOperands() local
169 ArgTypes = OpInfo->RuntimeArgs; in AcpiExResolveOperands()
170 if (ArgTypes == ARGI_INVALID_OPCODE) in AcpiExResolveOperands()
180 Opcode, OpInfo->Name, ArgTypes)); in AcpiExResolveOperands()
189 while (GET_CURRENT_ARG_TYPE (ArgTypes)) in AcpiExResolveOperands()
291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
292 INCREMENT_ARG_LIST (ArgTypes); in AcpiExResolveOperands()
720 if (GET_CURRENT_ARG_TYPE (ArgTypes)) in AcpiExResolveOperands()
/third_party/lib/acpica/source/components/debugger/
A Ddbexec.c603 LocalInfo.Types = LocalInfo.ArgTypes; in AcpiDbMethodThread()
783 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes; in AcpiDbCreateExecutionThreads()
784 AcpiGbl_DbMethodInfo.ArgTypes[0] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
785 AcpiGbl_DbMethodInfo.ArgTypes[1] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
786 AcpiGbl_DbMethodInfo.ArgTypes[2] = ACPI_TYPE_INTEGER; in AcpiDbCreateExecutionThreads()
/third_party/lib/acpica/source/include/acpica/
A Dacstruct.h92 UINT32 ArgTypes; member
A Daclocal.h1330 ACPI_OBJECT_TYPE ArgTypes[4]; member

Completed in 17 milliseconds