Home
last modified time | relevance | path

Searched refs:find_cmd (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/common/
Dcli.c191 cmdtp = find_cmd(cmd); in cli_secure_boot_cmd()
Dcommand.c120 cmd_tbl_t *find_cmd(const char *cmd) in find_cmd() function
603 cmdtp = find_cmd(argv[0]); in cmd_process()
/third_party/uboot/u-boot-2020.01/cmd/
Dspl.c84 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
/third_party/uboot/u-boot-2020.01/board/samsung/common/
Dmisc.c280 cmd = find_cmd(mode_name[mode][1]); in mode_leave_menu()
/third_party/uboot/u-boot-2020.01/include/
Dcommand.h65 cmd_tbl_t *find_cmd(const char *cmd);