Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslmethod.c670 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument
676 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()
681 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()
686 while (ParamTypeOp) in MtProcessParameterTypeList()
689 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()
692 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
H A Daslcompiler.h382 ACPI_PARSE_OBJECT *ParamTypeOp,