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

/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c199 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList);
258 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
410 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList);
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c488 ArgCount = METHOD_GET_ARG_COUNT (ArgumentTypes);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList);
506 if (METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList) > 0)
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c627 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList),
H A Ddbtest.c1168 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacpredef.h255 #define METHOD_GET_ARG_COUNT(ArgList) ((ArgList) & METHOD_ARG_MASK) macro

Completed in 122 milliseconds