Searched refs:exec_cmd (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member in struct:child_process
H A Drun-command.c127 if (cmd->exec_cmd) {
222 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c37 int exec_cmd(int *monitored_pid) function
69 err = exec_cmd(&skel->bss->monitored_pid);
70 if (!ASSERT_OK(err, "exec_cmd"))
/linux-master/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c168 exec_cmd = { {0} }, sr; local
180 exec_cmd.x[0] = 0x0001;
212 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS));
214 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS) + 2);
/linux-master/include/target/
H A Dtarget_core_backend.h120 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py202 def exec_cmd(caseinfo, args, pm, stage, command): function
255 (proc, foutput) = exec_cmd(caseinfo, args, pm, stage, cmd)
402 (p, procout) = exec_cmd(tidx, args, pm, 'execute', tidx['dependsOn'])
425 (p, procout) = exec_cmd(tidx, args, pm, 'execute', tidx["cmdUnderTest"])
443 (p, procout) = exec_cmd(tidx, args, pm, 'verify', tidx["verifyCmd"])
/linux-master/drivers/target/
H A Dtarget_core_device.c1060 sense_reason_t (*exec_cmd)(struct se_cmd *cmd))
1151 cmd->execute_cmd = exec_cmd;

Completed in 157 milliseconds