/u-boot/include/test/ |
A D | suites.h | 10 struct cmd_tbl; 29 int do_ut_addrmap(struct cmd_tbl *cmdtp, int flag, int argc, 32 int do_ut_bloblist(struct cmd_tbl *cmdtp, int flag, int argc, 34 int do_ut_compression(struct cmd_tbl *cmdtp, int flag, int argc, 36 int do_ut_dm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 37 int do_ut_env(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 38 int do_ut_lib(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 40 int do_ut_mem(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 42 int do_ut_overlay(struct cmd_tbl *cmdtp, int flag, int argc, 44 int do_ut_setexpr(struct cmd_tbl *cmdtp, int flag, int argc, [all …]
|
/u-boot/include/ |
A D | command.h | 30 struct cmd_tbl { struct 44 int (*cmd)(struct cmd_tbl *cmd, int flags, int argc, argument 58 int do_run(struct cmd_tbl *cmdtp, int flag, int argc, argument 63 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp, 65 struct cmd_tbl *find_cmd(const char *cmd); 66 struct cmd_tbl *find_cmd_tbl(const char *cmd, struct cmd_tbl *table, 72 int cmd_usage(const struct cmd_tbl *cmdtp); 103 int cmd_process_error(struct cmd_tbl *cmdtp, int err); 315 struct cmd_tbl *subcmd; \ 370 ll_entry_declare(struct cmd_tbl, _name, cmd) = \ [all …]
|
A D | fs.h | 10 struct cmd_tbl; 31 int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc, 43 int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 233 int do_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 235 int do_load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 237 int do_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 241 int do_save(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 243 int do_rm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 245 int do_mkdir(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], 247 int do_ln(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[], [all …]
|
/u-boot/cmd/ |
A D | dm.c | 19 static int do_dm_dump_all(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_all() 27 static int do_dm_dump_uclass(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_uclass() 35 static int do_dm_dump_devres(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_devres() 43 static int do_dm_dump_drivers(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_drivers() 51 static int do_dm_dump_driver_compat(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_driver_compat() 59 static int do_dm_dump_static_driver_info(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_static_driver_info() 67 static struct cmd_tbl test_commands[] = { 86 static int do_dm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dm() 88 struct cmd_tbl *test_cmd; in do_dm()
|
A D | help.c | 10 static int do_help(struct cmd_tbl *cmdtp, int flag, int argc, in do_help() 14 struct cmd_tbl *start = ll_entry_start(struct cmd_tbl, cmd); in do_help() 15 const int len = ll_entry_count(struct cmd_tbl, cmd); in do_help() 33 ll_entry_declare(struct cmd_tbl, question_mark, cmd) = {
|
A D | fs.c | 12 static int do_size_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_size_wrapper() 26 static int do_load_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_load_wrapper() 44 static int do_save_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_save_wrapper() 61 static int do_ls_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_ls_wrapper() 75 static int do_ln_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_ln_wrapper() 89 static int do_fstype_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_fstype_wrapper() 104 static int do_fstypes_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_fstypes_wrapper()
|
A D | yaffs2.c | 46 int do_ytrace(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ytrace() 57 int do_ydevls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ydevls() 88 int do_ymount(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ymount() 105 int do_yumount(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yumount() 121 int do_yls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yls() 137 int do_yrd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrd() 156 int do_ywr(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ywr() 180 int do_yrdm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrdm() 198 int do_ywrm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ywrm() 248 int do_yrm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrm() [all …]
|
A D | fat.c | 18 int do_fat_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_fat_size() 31 int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_fat_fsload() 52 static int do_fat_ls(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_ls() 65 static int do_fat_fsinfo(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_fsinfo() 98 static int do_fat_fswrite(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_fswrite() 112 static int do_fat_rm(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_rm() 125 static int do_fat_mkdir(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_mkdir()
|
A D | bootcount.c | 7 static int do_bootcount_print(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount_print() 14 static int do_bootcount_reset(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount_reset() 25 static struct cmd_tbl bootcount_sub[] = { 30 static int do_bootcount(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount() 33 struct cmd_tbl *cp; in do_bootcount()
|
A D | pxe_utils.h | 80 extern int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path, 83 int get_pxe_file(struct cmd_tbl *cmdtp, const char *file_path, 85 int get_pxelinux_path(struct cmd_tbl *cmdtp, const char *file, 87 void handle_pxe_menu(struct cmd_tbl *cmdtp, struct pxe_menu *cfg); 88 struct pxe_menu *parse_pxefile(struct cmd_tbl *cmdtp, unsigned long menucfg);
|
A D | sb.c | 14 static int do_sb_handoff(struct cmd_tbl *cmdtp, int flag, int argc, in do_sb_handoff() 31 static int do_sb_state(struct cmd_tbl *cmdtp, int flag, int argc, in do_sb_state() 42 static struct cmd_tbl cmd_sb_sub[] = { 47 static int do_sb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_sb() 49 struct cmd_tbl *c; in do_sb()
|
A D | host.c | 17 static int do_host_load(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_load() 23 static int do_host_ls(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_ls() 29 static int do_host_size(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_size() 35 static int do_host_save(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_save() 41 static int do_host_bind(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_bind() 57 static int do_host_info(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_info() 104 static int do_host_dev(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_dev() 144 static struct cmd_tbl cmd_host_sub[] = { 154 static int do_host(struct cmd_tbl *cmdtp, int flag, int argc, in do_host() 157 struct cmd_tbl *c; in do_host()
|
A D | pxe.c | 27 static int do_get_tftp(struct cmd_tbl *cmdtp, const char *file_path, in do_get_tftp() 46 static int pxe_uuid_path(struct cmd_tbl *cmdtp, unsigned long pxefile_addr_r) in pxe_uuid_path() 64 static int pxe_mac_path(struct cmd_tbl *cmdtp, unsigned long pxefile_addr_r) in pxe_mac_path() 84 static int pxe_ipaddr_paths(struct cmd_tbl *cmdtp, unsigned long pxefile_addr_r) in pxe_ipaddr_paths() 117 do_pxe_get(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_pxe_get() 170 do_pxe_boot(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_pxe_boot() 210 static struct cmd_tbl cmd_pxe_sub[] = { 225 static int do_pxe(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_pxe() 227 struct cmd_tbl *cp; in do_pxe()
|
A D | pcap.c | 12 static int do_pcap_init(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_init() 27 static int do_pcap_start(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_start() 33 static int do_pcap_stop(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_stop() 39 static int do_pcap_status(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_status() 45 static int do_pcap_clear(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_clear()
|
A D | misc.c | 27 static int do_misc_list(struct cmd_tbl *cmdtp, int flag, in do_misc_list() 44 static int do_misc_op(struct cmd_tbl *cmdtp, int flag, in do_misc_op() 86 static int do_misc_read(struct cmd_tbl *cmdtp, int flag, in do_misc_read() 92 static int do_misc_write(struct cmd_tbl *cmdtp, int flag, in do_misc_write() 98 static struct cmd_tbl misc_commands[] = { 104 static int do_misc(struct cmd_tbl *cmdtp, int flag, in do_misc() 107 struct cmd_tbl *misc_cmd; in do_misc()
|
A D | blkcache.c | 13 static int blkc_show(struct cmd_tbl *cmdtp, int flag, in blkc_show() 29 static int blkc_configure(struct cmd_tbl *cmdtp, int flag, in blkc_configure() 44 static struct cmd_tbl cmd_blkc_sub[] = { 59 static int do_blkcache(struct cmd_tbl *cmdtp, int flag, in do_blkcache() 62 struct cmd_tbl *c; in do_blkcache()
|
A D | pmc.c | 33 static int do_pmc_init(struct cmd_tbl *cmdtp, int flag, int argc, in do_pmc_init() 46 static int do_pmc_info(struct cmd_tbl *cmdtp, int flag, int argc, in do_pmc_info() 60 static struct cmd_tbl cmd_pmc_sub[] = { 65 static int do_pmc(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_pmc() 67 const struct cmd_tbl *cp; in do_pmc()
|
A D | sound.c | 17 static int do_init(struct cmd_tbl *cmdtp, int flag, int argc, in do_init() 35 static int do_play(struct cmd_tbl *cmdtp, int flag, int argc, in do_play() 59 static struct cmd_tbl cmd_sound_sub[] = { 65 static int do_sound(struct cmd_tbl *cmdtp, int flag, int argc, in do_sound() 68 struct cmd_tbl *c; in do_sound()
|
A D | demo.c | 18 static int do_demo_hello(struct cmd_tbl *cmdtp, int flag, int argc, in do_demo_hello() 29 static int do_demo_status(struct cmd_tbl *cmdtp, int flag, int argc, in do_demo_status() 44 static int do_demo_light(struct cmd_tbl *cmdtp, int flag, int argc, in do_demo_light() 64 int do_demo_list(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_demo_list() 83 static struct cmd_tbl demo_commands[] = { 90 static int do_demo(struct cmd_tbl *cmdtp, int flag, int argc, in do_demo() 93 struct cmd_tbl *demo_cmd; in do_demo()
|
A D | bootstage.c | 10 static int do_bootstage_report(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootstage_report() 39 static int do_bootstage_stash(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootstage_stash() 62 static struct cmd_tbl cmd_bootstage_sub[] = { 71 static int do_boostage(struct cmd_tbl *cmdtp, int flag, int argc, in do_boostage() 74 struct cmd_tbl *c; in do_boostage()
|
A D | tpm-user-utils.h | 20 int do_tpm_device(struct cmd_tbl *cmdtp, int flag, int argc, 22 int do_tpm_init(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 23 int do_tpm_info(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); 24 int do_tpm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
|
A D | ext4.c | 44 int do_ext4_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_size() 49 int do_ext4_load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_load() 54 int do_ext4_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_ls() 60 int do_ext4_write(struct cmd_tbl *cmdtp, int flag, int argc, in do_ext4_write()
|
/u-boot/board/xilinx/common/ |
A D | fru.c | 13 static int do_fru_capture(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_capture() 29 static int do_fru_display(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_display() 36 static int do_fru_generate(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_generate() 49 static struct cmd_tbl cmd_fru_sub[] = { 55 static int do_fru(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru() 58 struct cmd_tbl *c; in do_fru()
|
/u-boot/cmd/arm/ |
A D | exception.c | 11 static int do_unaligned(struct cmd_tbl *cmdtp, int flag, int argc, in do_unaligned() 26 static int do_breakpoint(struct cmd_tbl *cmdtp, int flag, int argc, in do_breakpoint() 33 static int do_undefined(struct cmd_tbl *cmdtp, int flag, int argc, in do_undefined() 44 static struct cmd_tbl cmd_sub[] = {
|
/u-boot/common/ |
A D | command.c | 27 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp, in _do_help() 34 struct cmd_tbl *cmd_array[cmd_items]; in _do_help() 49 struct cmd_tbl *tmp; in _do_help() 91 struct cmd_tbl *find_cmd_tbl(const char *cmd, struct cmd_tbl *table, in find_cmd_tbl() 95 struct cmd_tbl *cmdtp; in find_cmd_tbl() 126 struct cmd_tbl *find_cmd(const char *cmd) in find_cmd() 128 struct cmd_tbl *start = ll_entry_start(struct cmd_tbl, cmd); in find_cmd() 133 int cmd_usage(const struct cmd_tbl *cmdtp) in cmd_usage() 192 const struct cmd_tbl *cmdend = cmdtp + count; in complete_subcmdv() 506 (int (*)(struct cmd_tbl *, int, int, in fixup_cmdtable() [all …]
|