/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-efi.py | 24 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 D | isoimage-isohybrid.py | 21 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 D | bootimg-pcbios.py | 20 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 D | bootimg-partition.py | 24 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 D | rawcopy.py | 14 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 D | engine.py | 30 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 D | partition.py | 18 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 D | misc.py | 112 def exec_cmd(cmd_and_args, as_shell=False): function
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H 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()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | pxa3xx_nand.c | 840 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 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()
|
/openbmc/linux/tools/lib/subcmd/ |
H 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()
|
H A D | run-command.h | 47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 179 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 D | target_core_backend.h | 120 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 28 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 D | target_core_device.c | 1059 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 D | 0008-Use-libtool-2.4.patch | 25600 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"
|