Home
last modified time | relevance | path

Searched refs:ArgumentList (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
HDnsarguments.c198 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
260 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
309 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
412 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
422 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckArgumentCount()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDaslpredef.c243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()
256 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in ApCheckForPredefinedMethod()
506 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0) in ApCheckForPredefinedObject()
873 ThisName->Info.ArgumentList); in ApDisplayReservedNames()
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
HDutpredef.c418 ThisName->Info.ArgumentList); in AcpiUtDisplayPredefinedMethod()
427 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ? in AcpiUtDisplayPredefinedMethod()
/dragonfly/contrib/gdb-7/gdb/
HDjv-exp.y381 | lcurly ArgumentList rcurly
404 ArgumentList:
407 | ArgumentList ',' Expression
414 | ArgumentList
/dragonfly/sys/contrib/dev/acpica/source/tools/acpihelp/
HDahdecode.c562 ThisName->Info.ArgumentList); in AhDisplayResourceName()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
HDdbnames.c640 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
HDdbtest.c1258 ArgTypeList = Predefined->Info.ArgumentList; in AcpiDbEvaluateOnePredefinedName()
/dragonfly/sys/contrib/dev/acpica/source/include/
HDaclocal.h484 UINT16 ArgumentList; member