Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c194 char *CommandLine) in AcpiDbAddToHistory() argument
201 CmdLen = (UINT16) strlen (CommandLine); in AcpiDbAddToHistory()
227 CommandLine); in AcpiDbAddToHistory()
H A Ddbinput.c902 char *CommandLine; in AcpiDbCommandDispatch() local
1060 CommandLine = AcpiDbGetFromHistory (AcpiGbl_DbArgs[1]); in AcpiDbCommandDispatch()
1061 if (!CommandLine) in AcpiDbCommandDispatch()
1066 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op); in AcpiDbCommandDispatch()
1071 CommandLine = AcpiDbGetFromHistory (NULL); in AcpiDbCommandDispatch()
1072 if (!CommandLine) in AcpiDbCommandDispatch()
1077 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op); in AcpiDbCommandDispatch()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacdebug.h519 char *CommandLine);