/openbmc/u-boot/cmd/ |
H A D | spl.c | 109 c = find_cmd_tbl(argv[1], &cmd_spl_export_sub[0], in spl_export() 155 c = find_cmd_tbl(argv[1], &cmd_spl_sub[0], ARRAY_SIZE(cmd_spl_sub)); in do_spl()
|
H A D | bootcount.c | 42 cp = find_cmd_tbl(argv[0], bootcount_sub, ARRAY_SIZE(bootcount_sub)); in do_bootcount()
|
H A D | sb.c | 53 c = find_cmd_tbl(argv[0], cmd_sb_sub, ARRAY_SIZE(cmd_sb_sub)); in do_sb()
|
H A D | dm.c | 70 test_cmd = find_cmd_tbl(argv[1], test_commands, in do_dm()
|
H A D | sound.c | 73 c = find_cmd_tbl(argv[0], &cmd_sound_sub[0], ARRAY_SIZE(cmd_sound_sub)); in do_sound()
|
H A D | blkcache.c | 73 c = find_cmd_tbl(argv[0], &cmd_blkc_sub[0], ARRAY_SIZE(cmd_blkc_sub)); in do_blkcache()
|
H A D | clk.c | 82 c = find_cmd_tbl(argv[0], &cmd_clk_sub[0], ARRAY_SIZE(cmd_clk_sub)); in do_clk()
|
H A D | bootstage.c | 78 c = find_cmd_tbl(argv[0], cmd_bootstage_sub, in do_boostage()
|
H A D | cpu.c | 103 c = find_cmd_tbl(argv[0], cmd_cpu_sub, in do_cpu()
|
H A D | dtimg.c | 111 cp = find_cmd_tbl(argv[1], cmd_dtimg_sub, ARRAY_SIZE(cmd_dtimg_sub)); in do_dtimg()
|
H A D | demo.c | 96 demo_cmd = find_cmd_tbl(argv[1], demo_commands, in do_demo()
|
H A D | pinmux.c | 134 cmd = find_cmd_tbl(argv[0], pinmux_subcmd, ARRAY_SIZE(pinmux_subcmd)); in do_pinmux()
|
H A D | log.c | 117 cp = find_cmd_tbl(argv[0], log_sub, ARRAY_SIZE(log_sub)); in do_log()
|
H A D | remoteproc.c | 254 c = find_cmd_tbl(argv[0], cmd_remoteproc_sub, in do_remoteproc()
|
H A D | qfw.c | 174 fwcfg_cmd = find_cmd_tbl(argv[1], fwcfg_commands, in do_qemu_fw()
|
H A D | host.c | 161 c = find_cmd_tbl(argv[0], cmd_host_sub, in do_host()
|
H A D | bmp.c | 172 c = find_cmd_tbl(argv[0], &cmd_bmp_sub[0], ARRAY_SIZE(cmd_bmp_sub)); in do_bmp()
|
H A D | pmic.c | 202 cmd = find_cmd_tbl(argv[0], subcmd, ARRAY_SIZE(subcmd)); in do_pmic()
|
H A D | osd.c | 272 c = find_cmd_tbl(argv[0], &cmd_osd_sub[0], ARRAY_SIZE(cmd_osd_sub)); in do_osd()
|
/openbmc/u-boot/common/ |
H A D | command.c | 72 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help() 85 cmd_tbl_t *find_cmd_tbl(const char *cmd, cmd_tbl_t *table, int table_len) in find_cmd_tbl() function 123 return find_cmd_tbl(cmd, start, len); in find_cmd() 211 cmdtp = find_cmd_tbl(argv[0], cmdtp, count); in complete_subcmdv()
|
/openbmc/u-boot/board/synopsys/emsdp/ |
H A D | emsdp.c | 119 c = find_cmd_tbl(argv[1], cmd_emsdp, ARRAY_SIZE(cmd_emsdp)); in do_emsdp()
|
/openbmc/u-boot/include/ |
H A D | command.h | 65 cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len); 250 subcmd = find_cmd_tbl(argv[1], _cmdname##_subcmds, \
|
/openbmc/u-boot/test/ |
H A D | cmd_ut.c | 93 cp = find_cmd_tbl(argv[0], cmd_ut_sub, ARRAY_SIZE(cmd_ut_sub)); in do_ut()
|
/openbmc/u-boot/cmd/x86/ |
H A D | fsp.c | 135 fsp_cmd = find_cmd_tbl(argv[1], fsp_commands, ARRAY_SIZE(fsp_commands)); in do_fsp()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | cmds.c | 157 c = find_cmd_tbl(argv[1], &cmd_zynqmp_sub[0], in do_zynqmp()
|