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.c99 bmi.cmd_name = "bootz";
H A Dbooti.c120 bmi.cmd_name = "booti";
H A Dbootm.c113 bmi.cmd_name = "bootm";
/u-boot/boot/
H A Dbootm.c310 * @cmd_name: Command name that started this boot, e.g. "bootm"
314 static int bootm_find_os(const char *cmd_name, const char *addr_fit) argument
329 printf("Wrong Image Type for %s command\n", cmd_name);
1013 ret = bootm_find_os(bmi->cmd_name, bmi->addr_img);
1134 bmi->cmd_name = cmd;
1187 bmi.cmd_name = "bootm";
/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c957 char cmd_name[sizeof(kbd_command_prefix) + 1]; local
959 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix);
960 cmd = env_get(cmd_name);

Completed in 69 milliseconds