Searched refs:cmd_name (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dbootm.h43 * @cmd_name: command which invoked this operation, e.g. "bootm"
54 const char *cmd_name; member in struct:bootm_info
/u-boot/cmd/
H A Dbootz.c100 bmi.cmd_name = "bootz";
H A Dbooti.c121 bmi.cmd_name = "booti";
H A Dbootm.c114 bmi.cmd_name = "bootm";
/u-boot/boot/
H A Dbootm.c311 * @cmd_name: Command name that started this boot, e.g. "bootm"
315 static int bootm_find_os(const char *cmd_name, const char *addr_fit) argument
330 printf("Wrong Image Type for %s command\n", cmd_name);
1014 ret = bootm_find_os(bmi->cmd_name, bmi->addr_img);
1135 bmi->cmd_name = cmd;
1188 bmi.cmd_name = "bootm";
/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c958 char cmd_name[sizeof(kbd_command_prefix) + 1]; local
960 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix);
961 cmd = env_get(cmd_name);

Completed in 114 milliseconds