Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 268) sorted by relevance

1234567891011

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c168 char *Command; member
207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL) in AcpiDbAddToHistory()
210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command); in AcpiDbAddToHistory()
215 Command); in AcpiDbAddToHistory()
216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command = in AcpiDbAddToHistory()
226 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command, in AcpiDbAddToHistory()
284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command) in AcpiDbDisplayHistory()
288 AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbDisplayHistory()
364 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command); in AcpiDbGetHistoryByIndex()
H A Ddbinput.c176 const char *Command,
181 char *Command);
185 const char *Command,
488 const char *Command, in AcpiDbMatchCommandHelp() argument
509 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
511 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
517 Command++; in AcpiDbMatchCommandHelp()
550 const char *Command, in AcpiDbDisplayCommandInfo() argument
560 Matched = AcpiDbMatchCommandHelp (Command, Next); in AcpiDbDisplayCommandInfo()
587 char *Command) in AcpiDbDisplayHelp() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h26 class Command final {
35 Command() : CombinedOutAndErr(false) {}
37 explicit Command(const std::vector<std::string> &ArgsToAdd) in Command()
40 explicit Command(const Command &Other) in Command()
44 Command &operator=(const Command &Other) {
51 ~Command() {}
156 Command(Command
34 Command() : CombinedOutAndErr(false) {} Command() function
36 explicit Command(const std::vector<std::string> &ArgsToAdd) Command() function
39 explicit Command(const Command &Other) Command() function
[all...]
H A DFuzzerUtilWindows.cpp164 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() argument
165 return _popen(Command, Mode); in OpenProcessPipe()
172 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand()
177 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand()
214 if (ExecuteCommand(Command(command_vector)) == 0) in DisassembleCmd()
H A DFuzzerUtil.h59 int ExecuteCommand(const Command &Cmd);
60 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput);
65 FILE *OpenProcessPipe(const char *Command, const char *Mode);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo() argument
60 StringRef Name = Command->Name; in getTypoCorrectCommandInfo()
70 BestCommand.push_back(Command); in getTypoCorrectCommandInfo()
74 for (const auto &Command : Commands) in getTypoCorrectCommandInfo() local
75 ConsiderCorrection(&Command); in getTypoCorrectCommandInfo()
77 for (const auto *Command : RegisteredCommands) in getTypoCorrectCommandInfo() local
78 if (!Command->IsUnknownCommand) in getTypoCorrectCommandInfo()
79 ConsiderCorrection(Command); in getTypoCorrectCommandInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h106 class Command {
172 Command(const Action &Source, const Tool &Creator,
179 Command(const Command &) = default;
180 virtual ~Command() = default;
243 class CC1Command : public Command {
264 using list_type = SmallVector<std::unique_ptr<Command>, 4>;
277 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob()
H A DCompilation.h124 std::function<void(const Command &, int)> PostCallback;
220 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand()
235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback() argument
313 int ExecuteCommand(const Command &C, const Command *&FailingCommand,
324 SmallVectorImpl<std::pair<int, const Command *>> &FailingCommands,
/freebsd/sys/dev/aacraid/
H A Daacraid_endian.c48 TOH(ptr->Command, 16); in aac_fib_header_toh()
128 TOH(ptr->Command, 32); in aac_cnt_config_toh()
200 TOLE(ptr->Command, 16); in aac_fib_header_tole()
213 TOLE(ptr->Command, 32); in aac_mntinfo_tole()
231 TOLE(ptr->Command, 32); in aac_cnt_config_tole()
269 TOLE(ptr->Command, 32); in aac_ctcfg_tole()
277 TOLE(ptr->Command, 32); in aac_vmioctl_tole()
288 TOLE(ptr->Command, 32); in aac_pause_command_tole()
348 TOLE(ptr->Command, 32); in aac_blockread_tole()
357 TOLE(ptr->Command, 32); in aac_blockwrite_tole()
[all …]
H A Daacraid_reg.h76 u_int16_t Command; member
1171 u_int32_t Command; member
1210 u_int32_t Command; member
1226 u_int32_t Command; member
1234 u_int32_t Command; member
1264 u_int32_t Command; member
1357 u_int32_t Command; member
1380 u_int32_t Command; /* not FSACommand! */ member
1388 u_int32_t Command; member
1403 u_int32_t Command; /* not FSACommand! */ member
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td3 let Command = "target modules dump symtab" in {
11 let Command = "target modules dump separate debug info" in {
18 let Command = "help" in {
27 let Command = "settings set" in {
37 let Command = "settings write" in {
45 let Command = "settings read" in {
51 let Command = "settings clear" in {
56 let Command = "breakpoint list" in {
73 let Command = "breakpoint modify" in {
103 Arg<"Command">,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,cmd-db.txt1 Command DB
4 Command DB is a database that provides a mapping between resource key and the
13 The bindings for Command DB is specified in the reserved-memory section in
26 the Command DB in memory.
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp27 HandlerType Command) { in CommandRegistration() argument
30 assert(Command && "Attempting to register an empty std::function<Error()>"); in CommandRegistration()
31 getCommands()[SC] = Command; in CommandRegistration()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-shell.exp1 make: "varmod-shell.mk" line 25: warning: Command "echo word; (exit 13)" exited with status 13
2 make: "varmod-shell.mk" line 29: warning: Command "echo word; (exit 13)" exited with status 13
8 make: "varmod-shell.mk" line 36: warning: Command "echo word; (exit 13)" exited with status 13
H A Dvar-op-shell.exp1 make: "var-op-shell.mk" line 32: warning: Command "echo "failed"; (exit 13)" exited with status 13
2 make: "var-op-shell.mk" line 39: warning: Command "exit 13" exited with status 13
5 make: "var-op-shell.mk" line 69: warning: Command "/bin/no/such/command" exited with status 127
H A Dvarmod-assign-shell.exp1 make: "varmod-assign-shell.mk" line 21: warning: Command "echo output; (exit 13)" exited with statu…
7 make: "varmod-assign-shell.mk" line 26: warning: Command "echo output; (exit 13)" exited with statu…
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c379 char Command[LINELEN]; in main() local
559 Command[sizeof(Command)-1] = '\0'; in main()
561 if (len && len < sizeof(Command)-1) in main()
562 strcpy(Command+len++, " "); in main()
563 strncpy(Command+len, argv[arg], sizeof(Command)-len-1); in main()
564 len += strlen(Command+len); in main()
642 start = Command; in main()
/freebsd/lib/libfetch/
H A Dftp.errors9 200 OK Command okay
10 202 PROTO Command not implemented, superfluous at this site
36 502 PROTO Command not implemented
38 504 PROTO Command not implemented for that parameter
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp351 std::optional<std::vector<llvm::yaml::ScalarNode *>> Command; in parse() local
374 Command = std::vector<llvm::yaml::ScalarNode *>(); in parse()
381 Command->push_back(Scalar); in parse()
391 if (!Command) in parse()
392 Command = std::vector<llvm::yaml::ScalarNode *>(1, ValueString); in parse()
408 if (!Command) { in parse()
428 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse()
H A DCommonOptionsParser.cpp77 for (CompileCommand &Command : Commands) in adjustCommands()
79 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename); in adjustCommands()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp148 static void emitOptions(std::string Command, std::vector<Record *> Records, in emitOptions() argument
154 std::string ID = Command; in emitOptions()
162 OS << "// Options for " << Command << "\n"; in emitOptions()
170 OS << "#endif // " << Command << " command\n\n"; in emitOptions()
177 for (auto &CommandRecordPair : getRecordsByName(Options, "Command")) { in EmitOptionDefs()
/freebsd/sys/dev/hptmv/
H A Dcommand.h38 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */ member
70 UCHAR Command; /* CTRL_CMD_XXX */ member
87 UCHAR Command; /* CTRL_CMD_XXX */ member
206 } Command; typedef
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp163 int Compilation::ExecuteCommand(const Command &C, in ExecuteCommand()
164 const Command *&FailingCommand, in ExecuteCommand()
213 using FailingCommandList = SmallVectorImpl<std::pair<int, const Command *>>;
237 static bool InputsOk(const Command &C, in InputsOk()
252 const Command *FailingCommand = nullptr; in ExecuteJobs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp113 enum class Command { enum
159 StringRef InputString, Command &Cmd, in parseCommand()
164 Cmd = Command::Code; in parseCommand()
166 Cmd = Command::Data; in parseCommand()
168 Cmd = Command::Frame; in parseCommand()
171 Cmd = Command::Code; in parseCommand()
277 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand()
287 if (Cmd == Command::Data) { in executeCommand()
290 } else if (Cmd == Command::Frame) { in executeCommand()
335 Command Cmd; in symbolizeInput()
/freebsd/sys/dev/aac/
H A Daacreg.h141 u_int16_t Command; member
1167 u_int32_t Command; member
1183 u_int32_t Command; member
1192 u_int32_t Command; member
1222 u_int32_t Command; member
1318 u_int32_t Command; /* not FSACommand! */ member
1326 u_int32_t Command; member
1341 u_int32_t Command; /* not FSACommand! */ member
1350 u_int32_t Command; /* not FSACommand! */ member
1379 u_int32_t Command; member

1234567891011