Home
last modified time | relevance | path

Searched refs:ACPI_VAR_ARGS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsscope.c238 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS; in AcpiPsInitScope()
293 if (ArgCount == ACPI_VAR_ARGS) in AcpiPsPushScope()
H A Dpsargs.c1090 WalkState->ArgCount = ACPI_VAR_ARGS; in AcpiPsGetNextArg()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacparser.h160 #define ACPI_VAR_ARGS ACPI_UINT32_MAX macro