Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/u-boot/include/test/
A Dsuites.h29 int do_ut_addrmap(struct cmd_tbl *cmdtp, int flag, int argc,
32 int do_ut_bootstd(struct cmd_tbl *cmdtp, int flag, int argc,
34 int do_ut_bloblist(struct cmd_tbl *cmdtp, int flag, int argc,
37 int do_ut_compression(struct cmd_tbl *cmdtp, int flag, int argc,
39 int do_ut_dm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
40 int do_ut_env(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
42 int do_ut_fdt(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
49 int do_ut_overlay(struct cmd_tbl *cmdtp, int flag, int argc,
51 int do_ut_pci_mps(struct cmd_tbl *cmdtp, int flag, int argc,
55 int do_ut_setexpr(struct cmd_tbl *cmdtp, int flag, int argc,
[all …]
/u-boot/cmd/
A Dfs.c12 static int do_size_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_size_wrapper() argument
15 return do_size(cmdtp, flag, argc, argv, FS_TYPE_ANY); in do_size_wrapper()
26 static int do_load_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_load_wrapper() argument
29 return do_load(cmdtp, flag, argc, argv, FS_TYPE_ANY); in do_load_wrapper()
47 return do_save(cmdtp, flag, argc, argv, FS_TYPE_ANY); in do_save_wrapper()
61 static int do_ls_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_ls_wrapper() argument
64 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_ANY); in do_ls_wrapper()
75 static int do_ln_wrapper(struct cmd_tbl *cmdtp, int flag, int argc, in do_ln_wrapper() argument
78 return do_ln(cmdtp, flag, argc, argv, FS_TYPE_ANY); in do_ln_wrapper()
92 return do_fs_type(cmdtp, flag, argc, argv); in do_fstype_wrapper()
[all …]
A Dfat.c20 return do_size(cmdtp, flag, argc, argv, FS_TYPE_FAT); in do_fat_size()
33 return do_load(cmdtp, flag, argc, argv, FS_TYPE_FAT); in do_fat_fsload()
52 static int do_fat_ls(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_ls() argument
55 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_FAT); in do_fat_ls()
65 static int do_fat_fsinfo(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_fsinfo() argument
98 static int do_fat_fswrite(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_fswrite() argument
101 return do_save(cmdtp, flag, argc, argv, FS_TYPE_FAT); in do_fat_fswrite()
112 static int do_fat_rm(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_rm() argument
115 return do_rm(cmdtp, flag, argc, argv, FS_TYPE_FAT); in do_fat_rm()
125 static int do_fat_mkdir(struct cmd_tbl *cmdtp, int flag, int argc, in do_fat_mkdir() argument
[all …]
A Dext4.c44 int do_ext4_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_size() argument
46 return do_size(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext4_size()
49 int do_ext4_load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_load() argument
51 return do_load(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext4_load()
54 int do_ext4_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext4_ls() argument
56 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext4_ls()
60 int do_ext4_write(struct cmd_tbl *cmdtp, int flag, int argc, in do_ext4_write() argument
63 return do_save(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext4_write()
A Dhost.c17 static int do_host_load(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_load() argument
20 return do_load(cmdtp, flag, argc, argv, FS_TYPE_SANDBOX); in do_host_load()
23 static int do_host_ls(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_ls() argument
26 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_SANDBOX); in do_host_ls()
29 static int do_host_size(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_size() argument
32 return do_size(cmdtp, flag, argc, argv, FS_TYPE_SANDBOX); in do_host_size()
35 static int do_host_save(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_save() argument
38 return do_save(cmdtp, flag, argc, argv, FS_TYPE_SANDBOX); in do_host_save()
41 static int do_host_bind(struct cmd_tbl *cmdtp, int flag, int argc, in do_host_bind() argument
230 static int do_host(struct cmd_tbl *cmdtp, int flag, int argc, in do_host() argument
[all …]
A Ddm.c14 static int do_dm_dump_driver_compat(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_driver_compat() argument
22 static int do_dm_dump_devres(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_devres() argument
30 static int do_dm_dump_drivers(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_drivers() argument
39 static int do_dm_dump_mem(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_mem() argument
51 static int do_dm_dump_static_driver_info(struct cmd_tbl *cmdtp, int flag, in do_dm_dump_static_driver_info() argument
59 static int do_dm_dump_tree(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_tree() argument
71 static int do_dm_dump_uclass(struct cmd_tbl *cmdtp, int flag, int argc, in do_dm_dump_uclass() argument
A Dyaffs2.c46 int do_ytrace(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ytrace() argument
57 int do_ydevls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ydevls() argument
88 int do_ymount(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ymount() argument
105 int do_yumount(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yumount() argument
121 int do_yls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yls() argument
137 int do_yrd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrd() argument
156 int do_ywr(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ywr() argument
180 int do_yrdm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrdm() argument
198 int do_ywrm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ywrm() argument
248 int do_yrm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_yrm() argument
[all …]
A Dmisc.c27 static int do_misc_list(struct cmd_tbl *cmdtp, int flag, in do_misc_list() argument
44 static int do_misc_op(struct cmd_tbl *cmdtp, int flag, in do_misc_op() argument
84 static int do_misc_read(struct cmd_tbl *cmdtp, int flag, in do_misc_read() argument
87 return do_misc_op(cmdtp, flag, argc, argv, MISC_OP_READ); in do_misc_read()
90 static int do_misc_write(struct cmd_tbl *cmdtp, int flag, in do_misc_write() argument
93 return do_misc_op(cmdtp, flag, argc, argv, MISC_OP_WRITE); in do_misc_write()
102 static int do_misc(struct cmd_tbl *cmdtp, int flag, in do_misc() argument
117 ret = misc_cmd->cmd(misc_cmd, flag, argc, argv); in do_misc()
A Dtpm-user-utils.h20 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_report_state(struct cmd_tbl *cmdtp, int flag, int argc,
26 int do_tpm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Derofs.c14 static int do_erofs_ls(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]) in do_erofs_ls() argument
16 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_EROFS); in do_erofs_ls()
25 static int do_erofs_load(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]) in do_erofs_load() argument
27 return do_load(cmdtp, flag, argc, argv, FS_TYPE_EROFS); in do_erofs_load()
A Dext2.c26 static int do_ext2ls(struct cmd_tbl *cmdtp, int flag, int argc, in do_ext2ls() argument
29 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext2ls()
35 int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_ext2load() argument
37 return do_load(cmdtp, flag, argc, argv, FS_TYPE_EXT); in do_ext2load()
A Dsqfs.c14 static int do_sqfs_ls(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]) in do_sqfs_ls() argument
16 return do_ls(cmdtp, flag, argc, argv, FS_TYPE_SQUASHFS); in do_sqfs_ls()
25 static int do_sqfs_load(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]) in do_sqfs_load() argument
27 return do_load(cmdtp, flag, argc, argv, FS_TYPE_SQUASHFS); in do_sqfs_load()
A Dbootz.c27 static int bootz_start(struct cmd_tbl *cmdtp, int flag, int argc, in bootz_start() argument
33 ret = do_bootm_states(cmdtp, flag, argc, argv, BOOTM_STATE_START, in bootz_start()
57 if (bootm_find_images(flag, argc, argv, images->ep, zi_end - zi_start)) in bootz_start()
63 int do_bootz(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_bootz() argument
70 if (bootz_start(cmdtp, flag, argc, argv, &images)) in do_bootz()
80 ret = do_bootm_states(cmdtp, flag, argc, argv, in do_bootz()
A Dpcap.c12 static int do_pcap_init(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_init() argument
27 static int do_pcap_start(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_start() argument
33 static int do_pcap_stop(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_stop() argument
39 static int do_pcap_status(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_status() argument
45 static int do_pcap_clear(struct cmd_tbl *cmdtp, int flag, int argc, in do_pcap_clear() argument
A Dnet.c28 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp() argument
42 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb() argument
70 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput() argument
84 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv() argument
115 static int do_dhcp6(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp6() argument
138 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp() argument
184 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs() argument
458 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping() argument
649 static int do_link_local(struct cmd_tbl *cmdtp, int flag, int argc, in do_link_local() argument
710 if (flag == CMD_FLAG_REPEAT && !cmd_is_repeatable(cp)) in do_net()
[all …]
A Dbootcount.c7 static int do_bootcount_print(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount_print() argument
14 static int do_bootcount_reset(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount_reset() argument
30 static int do_bootcount(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootcount() argument
44 return cp->cmd(cmdtp, flag, argc, argv); in do_bootcount()
/u-boot/arch/riscv/lib/
A Dbootm.c79 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() argument
82 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux()
109 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() argument
113 if (flag & BOOTM_STATE_OS_BD_T || flag & BOOTM_STATE_OS_CMDLINE) in do_bootm_linux()
116 if (flag & BOOTM_STATE_OS_PREP) { in do_bootm_linux()
121 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
122 boot_jump_linux(images, flag); in do_bootm_linux()
127 boot_jump_linux(images, flag); in do_bootm_linux()
131 int do_bootm_vxworks(int flag, int argc, char *const argv[], in do_bootm_vxworks() argument
134 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()
/u-boot/include/
A Dfs.h34 int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc,
46 int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
262 int do_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
264 int do_load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
266 int do_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
270 int do_save(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
272 int do_rm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
274 int do_mkdir(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
276 int do_ln(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
283 int do_fs_uuid(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
[all …]
A Dcommand.h60 int do_run(struct cmd_tbl *cmdtp, int flag, int argc,
66 int flag, int argc, char *const argv[]);
150 int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc,
153 int do_bootm(struct cmd_tbl *cmdtp, int flag, int argc,
164 int do_bootz(struct cmd_tbl *cmdtp, int flag, int argc,
167 int do_booti(struct cmd_tbl *cmdtp, int flag, int argc,
176 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc,
259 int run_command(const char *cmd, int flag);
260 int run_command_repeatable(const char *cmd, int flag);
357 if (flag == CMD_FLAG_REPEAT && \
[all …]
/u-boot/arch/microblaze/lib/
A Dbootm.c40 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() argument
46 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux()
85 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() argument
91 if (flag & BOOTM_STATE_OS_BD_T || flag & BOOTM_STATE_OS_CMDLINE) in do_bootm_linux()
94 if (flag & BOOTM_STATE_OS_PREP) { in do_bootm_linux()
99 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
100 boot_jump_linux(images, flag); in do_bootm_linux()
105 boot_jump_linux(images, flag); in do_bootm_linux()
/u-boot/boot/
A Dbootm_os.c76 if (flag != BOOTM_STATE_OS_GO) in do_bootm_netbsd()
145 if (flag != BOOTM_STATE_OS_GO) in do_bootm_rtems()
178 if (flag != BOOTM_STATE_OS_GO) in do_bootm_ose()
212 if (flag != BOOTM_STATE_OS_GO) in do_bootm_plan9()
317 if (flag != BOOTM_STATE_OS_GO) in do_bootm_vxworks_legacy()
356 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_vxworks()
360 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_vxworks()
375 if (flag != BOOTM_STATE_OS_GO) in do_bootm_qnxelf()
411 if (flag != BOOTM_STATE_OS_GO) in do_bootm_integrity()
444 if (flag != BOOTM_STATE_OS_GO) in do_bootm_openrtos()
[all …]
/u-boot/arch/arc/lib/
A Dbootm.c52 static void boot_jump_linux(struct bootm_headers *images, int flag) in boot_jump_linux() argument
56 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux()
82 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux() argument
85 if ((flag & BOOTM_STATE_OS_BD_T) || (flag & BOOTM_STATE_OS_CMDLINE)) in do_bootm_linux()
88 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_linux()
91 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
92 boot_jump_linux(images, flag); in do_bootm_linux()
/u-boot/common/
A Dcli.c35 int run_command(const char *cmd, int flag) in run_command() argument
42 if (cli_simple_run_command(cmd, flag) == -1) in run_command()
49 if (flag & CMD_FLAG_ENV) in run_command()
62 int run_command_repeatable(const char *cmd, int flag) in run_command_repeatable() argument
65 return cli_simple_run_command(cmd, flag); in run_command_repeatable()
87 int run_command_list(const char *cmd, int len, int flag) in run_command_list() argument
121 rcode = cli_simple_run_command_list(buff, flag); in run_command_list()
160 int do_run(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_run() argument
176 ret = run_command(arg, flag | CMD_FLAG_ENV); in do_run()
/u-boot/lib/
A Dhashtable.c250 env_op_overwrite, flag)) { in _compare_and_overwrite_entry()
324 flag, hval, idx); in hsearch_r()
357 htab, flag, hval, idx); in hsearch_r()
413 env_op_create, flag)) { in hsearch_r()
482 env_op_delete, flag)) { in hdelete_r()
547 switch (flag & H_MATCH_METHOD) { in match_string()
568 flag & H_MATCH_METHOD); in match_string()
591 if (flag & H_MATCH_KEY) { in match_entry()
595 if (flag & H_MATCH_DATA) { in match_entry()
822 flag |= H_NOCLEAR; in himport_r()
[all …]
/u-boot/board/xilinx/common/
A Dfru.c13 static int do_fru_capture(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_capture() argument
29 static int do_fru_display(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_display() argument
36 static int do_fru_generate(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru_generate() argument
55 static int do_fru(struct cmd_tbl *cmdtp, int flag, int argc, in do_fru() argument
69 ret = c->cmd(c, flag, argc, argv); in do_fru()

Completed in 27 milliseconds

12345678910>>...25