Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbinput.c364 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
370 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
375 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
377 Invocation++; in AcpiDbMatchCommandHelp()
382 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
384 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
389 Invocation++; in AcpiDbMatchCommandHelp()
398 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
431 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
469 while (Next->Invocation) in AcpiDbDisplayHelp()
[all …]
/third_party/lib/acpica/source/include/acpica/
A Dacdebug.h66 char *Invocation; /* Command Invocation */ member
/third_party/lib/acpica/
A Dchanges.txt2514 Invocation of the resources command with no arguments will now display

Completed in 20 milliseconds