Home
last modified time | relevance | path

Searched refs:MinArgs (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbinput.c930 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
934 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacdebug.h168 UINT8 MinArgs; /* Minimum arguments required */ member