Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c632 char *ActionArg, in AcpiDbDisplayInterfaces() argument
642 if (!ActionArg) in AcpiDbDisplayInterfaces()
671 AcpiUtStrupr (ActionArg); in AcpiDbDisplayInterfaces()
675 SubString = strstr ("INSTALL", ActionArg); in AcpiDbDisplayInterfaces()
689 SubString = strstr ("REMOVE", ActionArg); in AcpiDbDisplayInterfaces()
703 AcpiOsPrintf ("Invalid action argument: %s\n", ActionArg); in AcpiDbDisplayInterfaces()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h244 char *ActionArg,