Home
last modified time | relevance | path

Searched refs:ParamTypeOp (Results 1 – 2 of 2) sorted by relevance

/acpica-latest/source/compiler/
Daslmethod.c732 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument
738 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()
743 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()
748 while (ParamTypeOp) in MtProcessParameterTypeList()
751 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()
754 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
Daslcompiler.h382 ACPI_PARSE_OBJECT *ParamTypeOp,