Searched refs:command_errmsg (Results 1 – 13 of 13) sorted by relevance
52 command_errmsg = "no device or file name specified"; in command_chain()56 command_errmsg = "invalid trailing arguments"; in command_chain()62 command_errmsg = "open failed"; in command_chain()69 command_errmsg = "stat failed"; in command_chain()74 command_errmsg = "invalid size"; in command_chain()78 command_errmsg = "can only use disk device"; in command_chain()85 command_errmsg = "can't determine root device"; in command_chain()91 command_errmsg = "failed to read disk"; in command_chain()99 command_errmsg = "wrong magic"; in command_chain()
140 command_errmsg = command_errbuf; in bf_command()151 printf("%s\n", command_errmsg); in bf_command()152 command_errmsg = NULL; in bf_command()155 panic("%s", command_errmsg); in bf_command()362 if (command_errmsg != NULL) { in bf_run()363 printf("%s\n", command_errmsg); in bf_run()364 command_errmsg = NULL; in bf_run()
34 const char *command_errmsg; variable157 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()298 command_errmsg = "wrong number of arguments"; in command_set()302 command_errmsg = strerror(err); in command_set()317 command_errmsg = "wrong number of arguments"; in command_setprop()321 command_errmsg = strerror(err); in command_setprop()336 command_errmsg = "wrong number of arguments"; in command_unset()340 command_errmsg = strerror(err); in command_unset()
47 command_errmsg = "a single dataset must be supplied"; in command_lszfs()53 command_errmsg = strerror(err); in command_lszfs()
72 command_errmsg = command_errbuf; in perform()85 command_errmsg = "unknown command"; in perform()173 command_errmsg = "wrong number of arguments"; in command_sifting()
92 command_errmsg = "no bootable kernel"; in command_boot()146 command_errmsg = "too many arguments"; in command_autoboot()195 command_errmsg = "no valid kernel found"; in autoboot()
38 extern const char *command_errmsg;
124 command_errmsg = "no filename specified"; in command_load()153 command_errmsg = "invalid load type"; in command_load()652 command_errmsg = "can't load file before kernel"; in file_loadraw()
482 command_errmsg = "wrong number of arguments"; in command_bcache()
67 char *command_errmsg; variable553 command_errmsg = command_errbuf; in bf_command()828 if (command_errmsg != NULL) { in bf_run()829 printf("%s\n", command_errmsg); in bf_run()830 command_errmsg = NULL; in bf_run()1111 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()1250 command_errmsg = "wrong number of arguments"; in command_set()1255 command_errmsg = strerror(errno); in command_set()1264 command_errmsg = strerror(errno); in command_set()1279 command_errmsg = "wrong number of arguments"; in command_setprop()[all …]
31 extern char *command_errmsg;
1318 command_errmsg = "wrong number of arguments"; in command_chain()1325 command_errmsg = "no such file"; in command_chain()1330 command_errmsg = "stat failed"; in command_chain()1337 command_errmsg = "failed to allocate buffer"; in command_chain()1342 command_errmsg = "error while reading the file"; in command_chain()1351 command_errmsg = "LoadImage failed"; in command_chain()1419 command_errmsg = "StartImage failed"; in command_chain()
29 command_errmsg = "usage: address size"; in command_sha1()