Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtest_lsm.c37 int exec_cmd(int *monitored_pid) in exec_cmd() function
69 err = exec_cmd(&skel->bss->monitored_pid); in test_lsm()
/linux-6.3-rc2/drivers/mtd/lpddr/
A 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()
/linux-6.3-rc2/tools/lib/subcmd/
A Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
A 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()
/linux-6.3-rc2/include/target/
A Dtarget_core_backend.h116 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A Dtdc.py180 def exec_cmd(args, pm, stage, command): function
232 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
381 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
399 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
/linux-6.3-rc2/drivers/target/
A Dtarget_core_device.c1107 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
1198 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()

Completed in 12 milliseconds