Home
last modified time | relevance | path

Searched refs:cmdtp (Results 1 – 17 of 17) sorted by relevance

/include/
A Dexception.h10 static int do_exception(struct cmd_tbl *cmdtp, int flag, int argc, in do_exception() argument
25 return cp->cmd(cmdtp, flag, argc, argv); in do_exception()
35 struct cmd_tbl *cmdtp; in exception_complete() local
46 for (cmdtp = cmd_sub; cmdtp != cmd_sub + ARRAY_SIZE(cmd_sub); cmdtp++) { in exception_complete()
49 if (!strncmp(argv[1], cmdtp->name, len)) in exception_complete()
50 cmdv[i++] = cmdtp->name; in exception_complete()
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[]);
290 int do_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
292 int do_load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
294 int do_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
298 int do_save(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
300 int do_rm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
302 int do_mkdir(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
304 int do_ln(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
306 int do_mv(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[],
[all …]
A Dcommand.h96 int do_run(struct cmd_tbl *cmdtp, int flag, int argc,
110 int cmd_usage(const struct cmd_tbl *cmdtp);
120 static inline bool cmd_is_repeatable(struct cmd_tbl *cmdtp) in cmd_is_repeatable() argument
122 return cmdtp->cmd_rep == cmd_always_repeatable; in cmd_is_repeatable()
147 int cmd_process_error(struct cmd_tbl *cmdtp, int err);
192 int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc,
195 int do_bootm(struct cmd_tbl *cmdtp, int flag, int argc,
206 int do_bootz(struct cmd_tbl *cmdtp, int flag, int argc,
209 int do_booti(struct cmd_tbl *cmdtp, int flag, int argc,
218 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc,
[all …]
A Dnet-lwip.h53 int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
54 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
55 int do_wget(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]);
A Dextlinux.h21 struct cmd_tbl *cmdtp; member
A Dirq_func.h28 int do_irqinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Dext_common.h258 int do_ext2ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
259 int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
260 int do_ext4_load(struct cmd_tbl *cmdtp, int flag, int argc,
262 int do_ext4_ls(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
263 int do_ext4_write(struct cmd_tbl *cmdtp, int flag, int argc,
A Dpxe_utils.h115 struct cmd_tbl *cmdtp; member
240 int pxe_setup_ctx(struct pxe_context *ctx, struct cmd_tbl *cmdtp,
A Dvxworks.h89 int do_bootvx(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Dfsl_validate.h264 int do_esbc_halt(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
268 int fsl_secboot_blob_encap(struct cmd_tbl *cmdtp, int flag, int argc,
270 int fsl_secboot_blob_decap(struct cmd_tbl *cmdtp, int flag, int argc,
A Dhash.h98 int hash_command(const char *algo_name, int flags, struct cmd_tbl *cmdtp,
A Dnet-common.h492 int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
503 int do_sntp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
514 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Dbootm.h86 int do_bootelf(struct cmd_tbl *cmdtp, int fglag, int argc, char *const argv[]);
A Dinit.h406 int do_bdinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Dtpm-common.h207 int do_##cmd(struct cmd_tbl *cmdtp, int flag, \
A Dfsl_ddr.h119 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
A Dlog.h590 int do_log_test(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);

Completed in 22 milliseconds