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 76 * PARAMETERS: CommandLine - Command to add
86 char *CommandLine)
93 CmdLen = (UINT16) strlen (CommandLine);
119 CommandLine);
dbinput.c 797 char *CommandLine;
955 CommandLine = AcpiDbGetFromHistory (AcpiGbl_DbArgs[1]);
956 if (!CommandLine)
961 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
966 CommandLine = AcpiDbGetFromHistory (NULL);
967 if (!CommandLine)
972 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 411 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 23 milliseconds