Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dacconfig.h275 #define ACPI_METHOD_MAX_ARG 6 macro
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c414 if (Index > ACPI_METHOD_MAX_ARG) in AcpiDsMethodDataGetNode()
418 Index, ACPI_METHOD_MAX_ARG)); in AcpiDsMethodDataGetNode()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c346 if (Index > ACPI_METHOD_MAX_ARG) in AcpiDbSetMethodData()