Searched refs:Command (Results 26 - 50 of 132) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAnanas.cpp42 C.addCommand(std::make_unique<Command>(
127 C.addCommand(std::make_unique<Command>(
H A DMinix.cpp39 C.addCommand(std::make_unique<Command>(
92 C.addCommand(std::make_unique<Command>(
H A DXCore.cpp55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
84 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
H A DFlang.cpp73 C.addCommand(std::make_unique<Command>(
H A DMyriad.cpp80 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
116 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
204 std::make_unique<Command>(JA, *this, ResponseFileSupport::AtFileCurCP(),
H A DAIX.cpp79 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
159 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
H A DDragonFly.cpp48 C.addCommand(std::make_unique<Command>(
173 C.addCommand(std::make_unique<Command>(
H A DHIP.cpp97 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
131 C.addCommand(std::make_unique<Command>(JA, T, ResponseFileSupport::None(),
201 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
H A DAVR.cpp146 std::make_unique<Command>(JA, *this, ResponseFileSupport::AtFileCurCP(),
H A DCloudABI.cpp95 C.addCommand(std::make_unique<Command>(
/freebsd-13-stable/release/packages/
H A DMakefile.package62 rcmds_COMMENT= Remote Command Utilities
63 rcmds_DESC= Remote Command Utilities
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h41 class Command;
277 void setUpResponseFiles(Compilation &C, Command &Cmd);
433 SmallVectorImpl< std::pair<int, const Command *> > &FailingCommands);
445 Compilation &C, const Command &FailingCommand,
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_reg.h78 u_int16_t Command; member in struct:aac_fib_header
1070 * Command status values
1173 u_int32_t Command; member in struct:aac_pause_command
1212 u_int32_t Command; member in struct:aac_mntinfo
1228 u_int32_t Command; member in struct:aac_closecommand
1233 * Container Config Command
1236 u_int32_t Command; member in struct:aac_ctcfg
1266 u_int32_t Command; member in struct:aac_vmioctl
1359 u_int32_t Command; member in struct:aac_cnt_config
1382 u_int32_t Command; /* no member in struct:aac_blockread
1390 u_int32_t Command; member in struct:aac_blockread64
1405 u_int32_t Command; /* not FSACommand! */ member in struct:aac_blockwrite
1414 u_int32_t Command; /* not FSACommand! */ member in struct:aac_blockwrite64
1470 u_int32_t Command; member in struct:aac_close_command
[all...]
H A Daacraid_cam.c424 fib->Header.Command = RawIo2;
440 fib->Header.Command = RawIo;
450 fib->Header.Command = ContainerCommand;
454 br->Command = VM_CtBlockRead;
464 bw->Command = VM_CtBlockWrite;
474 fib->Header.Command = ContainerCommand64;
478 br->Command = VM_CtHostRead64;
490 bw->Command = VM_CtHostWrite64;
654 fib->Header.Command = ContainerCommand;
659 ccfg->Command
[all...]
/freebsd-13-stable/sys/dev/ce/
H A Dceddk.c257 req->Command = TAU32_Rx_Data;
340 req->Command = TAU32_Tx_Data | TAU32_Tx_FrameEnd;
389 rreq->Command = TAU32_Rx_Data;
488 req->Command = TAU32_Configure_E1;
502 req->Command = TAU32_Configure_E1;
572 req->Command = TAU32_Rx_Data;
592 req->Command = TAU32_Configure_Commit |
635 // req->Command = TAU32_Configure_Commit |
637 req->Command = 0;
971 req->Command
[all...]
/freebsd-13-stable/sys/dev/aac/
H A Daacreg.h143 u_int16_t Command; member in struct:aac_fib_header
1078 * Command status values
1169 u_int32_t Command; member in struct:aac_mntinfo
1185 u_int32_t Command; member in struct:aac_closecommand
1190 * Container Config Command
1194 u_int32_t Command; member in struct:aac_ctcfg
1224 u_int32_t Command; member in struct:aac_vmioctl
1320 u_int32_t Command; /* not FSACommand! */ member in struct:aac_blockread
1328 u_int32_t Command; member in struct:aac_blockread64
1343 u_int32_t Command; /* no member in struct:aac_blockwrite
1352 u_int32_t Command; /* not FSACommand! */ member in struct:aac_blockwrite64
1381 u_int32_t Command; member in struct:aac_close_command
[all...]
/freebsd-13-stable/sys/dev/hptmv/
H A Datapi.h50 UCHAR Command; /* RO: Status WR:Command */ member in struct:_IDE_REGISTERS_1
73 #define IDE_ERROR_COMMAND_ABORTED 0x04 /* Aborted Command */
371 #define mGetBaseStatus(IOPort) (UCHAR)InPort(&IOPort->Command)
381 #define mIssueCommand(IOPort,Cmd) OutPort(&IOPort->Command, (UCHAR)(Cmd))
H A Dioctl.c622 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY)
757 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD;
762 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY;
767 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD;
786 pCmd->uCmd.R5Control.Command = CTRL_CMD_REBUILD; break;
788 pCmd->uCmd.R5Control.Command = CTRL_CMD_VERIFY; break;
790 pCmd->uCmd.R5Control.Command = CTRL_CMD_INIT; break;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp41 int ExecuteCommand(const Command &Cmd) {
H A DFuzzerFork.cpp66 Command Cmd;
118 Command Cmd(Args);
236 Command Cmd(Args);
H A DFuzzerUtilFuchsia.cpp440 int ExecuteCommand(const Command &Cmd) {
536 bool ExecuteCommand(const Command &BaseCmd, std::string *CmdOutput) {
538 Command Cmd(BaseCmd);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp701 for (const auto &Command : Obj->load_commands()) {
702 if (Command.C.cmd == MachO::LC_LOAD_DYLIB ||
703 Command.C.cmd == MachO::LC_ID_DYLIB ||
704 Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
705 Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||
706 Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
707 Command.C.cmd == MachO::LC_LOAD_UPWARD_DYLIB) {
708 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
710 auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name;
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp128 if (const Command *Cmd = dyn_cast<Command>(&J)) {
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c53 } Command; typedef in typeref:struct:__anon6690
1980 static Command *getcmd(char *name);
1986 Command *c;
2302 static Command cmdtab[] = {
2331 static Command cmdtab2[] = {
2357 static Command
2360 Command *cm;
2362 if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command))))
2364 return (Command *) genge
[all...]
/freebsd-13-stable/contrib/telnet/telnet/
H A Dcommands.c119 } Command; typedef in typeref:struct:__anon6288
2541 static Command cmdtab[] = {
2574 static Command cmdtab2[] = {
2600 static Command *
2603 Command *cm;
2605 if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command))))
2607 return (Command *) genget(name, (char **) cmdtab2, sizeof(Command));
2613 Command *
[all...]

Completed in 310 milliseconds

123456