Searched refs:do_run (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/common/ |
H A D | cli.c | 121 int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_run() function
|
/openbmc/u-boot/include/ |
H A D | command.h | 58 extern int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 1206 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 D | ipu-image-convert.c | 1494 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 D | prog.c | 1271 static int do_run(int argc, char **argv) in do_run() function 2520 { "run", do_run },
|