HomeSort by: relevance | last modified time | path
    Searched refs:CommandLine (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbhistry.c 184 * PARAMETERS: CommandLine - Command to add
194 char *CommandLine)
201 CmdLen = (UINT16) strlen (CommandLine);
227 CommandLine);
dbinput.c 905 char *CommandLine;
1063 CommandLine = AcpiDbGetFromHistory (AcpiGbl_DbArgs[1]);
1064 if (!CommandLine)
1069 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
1074 CommandLine = AcpiDbGetFromHistory (NULL);
1075 if (!CommandLine)
1080 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 519 char *CommandLine);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 220 std::string CommandLine = Cmd.toString();
221 Printf("%s\n", CommandLine.c_str());
396 std::string CommandLine = Cmd.toString();
397 Printf("CRASH_MIN: executing: %s\n", CommandLine.c_str());
416 CommandLine = Cmd.toString();
417 Printf("CRASH_MIN: executing: %s\n", CommandLine.c_str());
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 109 IN CHAR16 *CommandLine OPTIONAL,

Completed in 14 milliseconds