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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilLinux.cpp 20 int ExecuteCommand(const Command &Cmd) {
21 std::string CmdLine = Cmd.toString();
FuzzerDriver.cpp 216 Command Cmd(BaseCmd);
217 Cmd.setOutputFile(Log);
218 Cmd.combineOutAndErr();
220 std::string CommandLine = Cmd.toString();
223 int ExitCode = ExecuteCommand(Cmd);
235 std::string Cmd;
239 Cmd += S + " ";
241 return Cmd;
248 Command Cmd(Args);
249 Cmd.removeFlag("jobs")
    [all...]
FuzzerUtilFuchsia.cpp 366 int ExecuteCommand(const Command &Cmd) {
370 auto Args = Cmd.getArguments();
383 if (Cmd.hasOutputFile()) {
385 if (Cmd.hasFlag("artifact_prefix"))
386 Path = Cmd.getFlagValue("artifact_prefix") + "/" + Cmd.getOutputFile();
388 Path = Cmd.getOutputFile();
403 if (Cmd.isOutAndErrCombined())
FuzzerUtilDarwin.cpp 41 int ExecuteCommand(const Command &Cmd) {
42 std::string CmdLine = Cmd.toString();
FuzzerUtilWindows.cpp 155 int ExecuteCommand(const Command &Cmd) {
156 std::string CmdLine = Cmd.toString();
FuzzerUtil.h 58 int ExecuteCommand(const Command &Cmd);
FuzzerMerge.cpp 342 Command Cmd(BaseCmd);
343 Cmd.addFlag("merge_control_file", CFPath);
344 Cmd.addFlag("merge_inner", "1");
345 auto ExitCode = ExecuteCommand(Cmd);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osgendbg.c 192 char *Cmd = Ptr;
217 AcpiUtSafeStrncpy (AcpiGbl_DbLineBuf, Cmd, ACPI_DB_LINE_BUFFER_SIZE);
219 Cmd = Ptr;
  /src/sbin/wsconsctl/
map_scan.l 74 Cmd {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 873 Command Cmd;
876 Cmd.addArguments(ArgsToAdd);
877 CmdLine = Cmd.toString();
880 Cmd.addArgument("waldo");
881 EXPECT_TRUE(Cmd.hasArgument("waldo"));
883 CmdLine = Cmd.toString();
886 Cmd.removeArgument("waldo");
887 EXPECT_FALSE(Cmd.hasArgument("waldo"));
889 CmdLine = Cmd.toString();
896 Command Cmd(ArgsToAdd)
    [all...]
  /src/sys/dev/usb/
if_atureg.h 240 uByte Cmd;
264 uByte Cmd;
288 uByte Cmd;
308 uByte Cmd;
323 uByte Cmd;
if_atu.c 352 atu_get_cmd_status(struct atu_softc *sc, uint8_t cmd, uint8_t *status)
360 return atu_usb_request(sc, UT_READ_VENDOR_INTERFACE, 0x22, cmd,
363 return atu_usb_request(sc, UT_READ_VENDOR_INTERFACE, 0x22, cmd,
368 atu_wait_completion(struct atu_softc *sc, uint8_t cmd, uint8_t *status)
373 DPRINTFN(15, ("%s: wait-completion: cmd=%02x\n",
374 device_xname(sc->atu_dev), cmd));
377 err = atu_get_cmd_status(sc, cmd, statusreq);
383 DPRINTFN(20, ("%s: status=%s cmd=%02x\n",
385 ether_sprintf(statusreq), cmd));
478 Request.Cmd = CMD_START_IBSS
632 struct atu_cmd_card_config cmd; local in function:atu_initial_config
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu11_driver_if_arcturus.h 301 uint8_t Cmd; //Read(0) or Write(1)
smu11_driver_if_navi10.h 308 uint8_t Cmd; //Read(0) or Write(1)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 2014 SwI2cCmd_t *cmd = &req->SwI2cCmds[i]; local in function:arcturus_fill_eeprom_i2c_req
2018 cmd->Cmd = 1;
2020 cmd->Cmd = write;
2024 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0;
2027 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0;
2030 cmd->RegisterAddr = data[i];

Completed in 24 milliseconds