OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
84
char *
Cmd
= Ptr;
109
AcpiUtSafeStrncpy (AcpiGbl_DbLineBuf,
Cmd
, ACPI_DB_LINE_BUFFER_SIZE);
111
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
237
uByte
Cmd
;
261
uByte
Cmd
;
285
uByte
Cmd
;
305
uByte
Cmd
;
320
uByte
Cmd
;
if_atu.c
349
atu_get_cmd_status(struct atu_softc *sc, uint8_t
cmd
, uint8_t *status)
357
return atu_usb_request(sc, UT_READ_VENDOR_INTERFACE, 0x22,
cmd
,
360
return atu_usb_request(sc, UT_READ_VENDOR_INTERFACE, 0x22,
cmd
,
365
atu_wait_completion(struct atu_softc *sc, uint8_t
cmd
, uint8_t *status)
370
DPRINTFN(15, ("%s: wait-completion:
cmd
=%02x\n",
371
device_xname(sc->atu_dev),
cmd
));
374
err = atu_get_cmd_status(sc,
cmd
, statusreq);
380
DPRINTFN(20, ("%s: status=%s
cmd
=%02x\n",
382
ether_sprintf(statusreq),
cmd
));
475
Request.
Cmd
= CMD_START_IBSS
629
struct atu_
cmd
_card_config
cmd
;
local
[
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
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 25 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026