Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c37 int exec_cmd(int *monitored_pid) in exec_cmd() function
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dutils.py27 def exec_cmd(cmd, cwd, ignore_error=False, input=None, strip=True, updateenv={}): function
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dmisc.py112 def exec_cmd(cmd_and_args, as_shell=False): function
/openbmc/linux/tools/lib/subcmd/
H A Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c840 int addr_cycle, exec_cmd; in prepare_set_command() local
1038 int exec_cmd; in nand_cmdfunc() local
1099 int exec_cmd, ext_cmd_type; in nand_cmdfunc_extended() local
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c168 exec_cmd = { {0} }, sr; in lpddr2_nvm_do_op() local
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py180 def exec_cmd(args, pm, stage, command): function