Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsarguments.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()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslpredef.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()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutpredef.c418 ThisName->Info.ArgumentList); in AcpiUtDisplayPredefinedMethod()
427 (ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM) ? in AcpiUtDisplayPredefinedMethod()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbnames.c638 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
H A Ddbtest.c1257 ArgTypeList = Predefined->Info.ArgumentList; in AcpiDbEvaluateOnePredefinedName()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h484 UINT16 ArgumentList; member