Home
last modified time | relevance | path

Searched refs:do_run (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/
H A Dcli.c121 int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_run() function
/openbmc/u-boot/include/
H A Dcommand.h58 extern int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/openbmc/u-boot/cmd/
H A Dnvedit.c1206 U_BOOT_CMD_MKENT(run, CONFIG_SYS_MAXARGS, 1, do_run, "", ""),
1370 run, CONFIG_SYS_MAXARGS, 1, do_run,
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1494 static int do_run(struct ipu_image_convert_run *run) in do_run() function
1532 ret = do_run(run); in run_next()
2295 ret = do_run(run); in ipu_image_convert_queue()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c1271 static int do_run(int argc, char **argv) in do_run() function
2520 { "run", do_run },