Home
last modified time | relevance | path

Searched refs:_do_help (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dhelp.c15 return _do_help(start, len, cmdtp, flag, argc, argv); in do_help()
/external/u-boot/include/
Dcommand.h63 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
/external/u-boot/prebuilt-intermediates/
Dcommand.h63 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
/external/u-boot/common/
Dcommand.c22 int _do_help(cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t *cmdtp, int flag, in _do_help() function