Searched refs:exec_cmd (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | test_lsm.c | 37 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 D | lpddr2_nvm.c | 168 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 D | run-command.h | 47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
|
A D | run-command.c | 125 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 D | target_core_backend.h | 116 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | tdc.py | 180 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 D | target_core_device.c | 1107 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