Home
last modified time | relevance | path

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

/acpica-latest/source/components/debugger/
Ddbcmds.c633 char *ActionArg, in AcpiDbDisplayInterfaces() argument
643 if (!ActionArg) in AcpiDbDisplayInterfaces()
672 AcpiUtStrupr (ActionArg); in AcpiDbDisplayInterfaces()
676 SubString = strstr ("INSTALL", ActionArg); in AcpiDbDisplayInterfaces()
690 SubString = strstr ("REMOVE", ActionArg); in AcpiDbDisplayInterfaces()
704 AcpiOsPrintf ("Invalid action argument: %s\n", ActionArg); in AcpiDbDisplayInterfaces()
/acpica-latest/source/include/
Dacdebug.h244 char *ActionArg,