Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c199 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList); in AcpiNsCheckArgumentTypes()
260 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
412 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()
506 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0) in ApCheckForPredefinedObject()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c488 ArgCount = METHOD_GET_ARG_COUNT (ArgumentTypes); in AcpiUtGetArgumentTypes()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c638 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList), in AcpiDbWalkForPredefinedNames()
H A Ddbtest.c1258 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList); in AcpiDbEvaluateOnePredefinedName()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacpredef.h255 #define METHOD_GET_ARG_COUNT(ArgList) ((ArgList) & METHOD_ARG_MASK) macro