Searched refs:cmd_items (Results 1 - 2 of 2) sorted by last modified time

/u-boot/common/
H A Dcommand.c30 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp, argument
37 struct cmd_tbl *cmd_array[cmd_items];
42 for (i = 0; i < cmd_items; i++) {
47 for (i = cmd_items - 1; i > 0; --i) {
64 for (i = 0; i < cmd_items; i++) {
81 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items);
/u-boot/include/
H A Dcommand.h102 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp,

Completed in 53 milliseconds