Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py24 from wic.misc import (exec_cmd, exec_native_cmd,
47 out = exec_cmd(cp_cmd, True)
56 out = exec_cmd(cp_cmd, True)
139 exec_cmd(install_cmd)
142 exec_cmd(install_cmd)
223 exec_cmd(install_cmd)
319 out = exec_cmd(install_cmd)
327 out = exec_cmd(install_cmd)
336 exec_cmd(cp_cmd, True)
342 out = exec_cmd(cp_cmd, True)
[all …]
H A Disoimage-isohybrid.py21 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
192 exec_cmd("cd %s && find . | cpio -o -H newc -R root:root >%s/initrd.cpio " \
194 exec_cmd("gzip -f -9 %s/initrd.cpio" % cr_workdir, as_shell=True)
212 exec_cmd(install_cmd)
280 exec_cmd(cp_cmd)
290 exec_cmd(install_cmd)
304 exec_cmd(install_cmd)
353 exec_cmd(install_cmd)
359 out = exec_cmd(du_cmd)
382 exec_cmd(chmod_cmd)
[all …]
H A Dbootimg-pcbios.py20 from wic.misc import (exec_cmd, exec_native_cmd,
77 exec_cmd(dd_cmd, native_sysroot)
89 exec_cmd(install_cmd)
170 exec_cmd(install_cmd)
173 out = exec_cmd(du_cmd)
202 exec_cmd(chmod_cmd)
205 out = exec_cmd(du_cmd)
H A Dbootimg-partition.py24 from wic.misc import exec_cmd, get_bitbake_var
46 exec_cmd(install_cmd)
125 exec_cmd(install_cmd)
158 exec_cmd(install_cmd)
H A Drawcopy.py14 from wic.misc import exec_cmd, get_bitbake_var
47 exec_cmd(cmd)
106 out = exec_cmd(du_cmd)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py30 from wic.misc import get_bitbake_var, exec_cmd
273 out = exec_cmd("export PARTED_SECTOR_SIZE=%d; %s -sm %s unit B print" % \
276 out = exec_cmd("%s -sm %s unit B print" % (self.parted, self.imagepath))
337 return exec_cmd("{} {} -R 'ls -l {}'".format(self.debugfs,
341 return exec_cmd("{} -i {} ::{}".format(self.mdir,
370 exec_cmd(cmd, as_shell=True)
382 out = exec_cmd(cmd , as_shell=True)
396 rmdir_out = exec_cmd("{} {} -wR 'rmdir \"{}\"'".format(self.debugfs,
422 exec_cmd(cmd)
429 exec_cmd(cmd)
[all …]
H A Dpartition.py18 from wic.misc import exec_cmd, exec_native_cmd, get_bitbake_var
258 out = exec_cmd(du_cmd)
268 out = exec_cmd(du_cmd)
277 out = exec_cmd(du_cmd)
359 out = exec_cmd(du_cmd)
382 out = exec_cmd(du_cmd)
408 exec_cmd(chmod_cmd)
499 exec_cmd(chmod_cmd)
H A Dmisc.py112 def exec_cmd(cmd_and_args, as_shell=False): function
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H 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()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c840 int addr_cycle, exec_cmd; in prepare_set_command() local
847 exec_cmd = 1; in prepare_set_command()
855 exec_cmd = 0; in prepare_set_command()
917 exec_cmd = 1; in prepare_set_command()
924 exec_cmd = 0; in prepare_set_command()
1019 exec_cmd = 0; in prepare_set_command()
1023 exec_cmd = 0; in prepare_set_command()
1029 return exec_cmd; in prepare_set_command()
1038 int exec_cmd; in nand_cmdfunc() local
1062 exec_cmd = prepare_set_command(info, command, 0, column, page_addr); in nand_cmdfunc()
[all …]
/openbmc/linux/drivers/mtd/lpddr/
H 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()
/openbmc/linux/tools/lib/subcmd/
H 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()
H A Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py179 def exec_cmd(args, pm, stage, command): function
231 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
374 (p, procout) = exec_cmd(args, pm, 'execute', tidx['dependsOn'])
393 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
411 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
/openbmc/linux/include/target/
H A Dtarget_core_backend.h120 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py28 from wic.misc import get_bitbake_var, exec_cmd, exec_native_cmd
222 exec_cmd("%s %s" % (self.compressor, full_path))
/openbmc/linux/drivers/target/
H A Dtarget_core_device.c1059 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
1150 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch25600 exec_cmd=
27100 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
30460 test -z "$exec_cmd" && \
30464 if test -n "$exec_cmd"; then
30465 eval exec "$exec_cmd"