Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmethod.c624 ACPI_PARSE_OBJECT *ParamTypeOp, in MtProcessParameterTypeList() argument
630 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList()
635 MtProcessTypeOp (ParamTypeOp); in MtProcessParameterTypeList()
640 while (ParamTypeOp) in MtProcessParameterTypeList()
643 MtProcessTypeOp (ParamTypeOp->Asl.Child); in MtProcessParameterTypeList()
646 ParamTypeOp = ParamTypeOp->Asl.Next; in MtProcessParameterTypeList()
H A Daslcompiler.h274 ACPI_PARSE_OBJECT *ParamTypeOp,