Home
last modified time | relevance | path

Searched refs:exec_cmd (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/build/
Dkernel_build.py159 def exec_cmd(command_list, shell=False, show_output=False, cwd=None): function
216 outmsg, errmsg, ret = exec_cmd(make, cwd=knl_path)
226 outmsg, errmsg, ret = exec_cmd(make, cwd=knl_path)
236 outmsg, errmsg, ret = exec_cmd(make, cwd=knl_path)
271 outmsg, errmsg, ret = exec_cmd(cp)
342 outmsg, errmsg, ret = exec_cmd(sed, cwd=knl_path)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dtest_lsm.c38 int exec_cmd(int *monitored_pid) in exec_cmd() function
69 err = exec_cmd(&skel->bss->monitored_pid); in test_test_lsm()
/kernel/linux/linux-5.10/drivers/mtd/lpddr/
Dlpddr2_nvm.c168 exec_cmd = { {0} }, sr; in lpddr2_nvm_do_op() local
180 exec_cmd.x[0] = 0x0001; in lpddr2_nvm_do_op()
212 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS)); in lpddr2_nvm_do_op()
214 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS) + 2); in lpddr2_nvm_do_op()
/kernel/linux/linux-5.10/tools/lib/subcmd/
Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
Drun-command.c125 if (cmd->exec_cmd) { in start_command()
220 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
Dtdc.py180 def exec_cmd(args, pm, stage, command): function
232 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
277 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
297 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
/kernel/linux/linux-5.10/include/target/
Dtarget_core_backend.h112 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_device.c1085 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
1176 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()