Searched refs:command_errmsg (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/boot/common/
H A Dcommands.c35 char *command_errmsg; variable
152 command_errmsg = "usage is 'help <topic> [<subtopic>]";
286 command_errmsg = "wrong number of arguments";
290 command_errmsg = strerror(err);
305 command_errmsg = "wrong number of arguments";
309 command_errmsg = strerror(err);
H A Dinterp.c70 command_errmsg = command_errbuf;
83 command_errmsg = "unknown command";
136 printf("%s: %s\n", argv[0], command_errmsg);
307 printf("%s: %s\n", argv[0], command_errmsg);
H A Dinterp_forth.c126 command_errmsg = command_errbuf;
299 printf("%s\n", command_errmsg);
H A Dboot.c87 command_errmsg = "no bootable kernel";
140 command_errmsg = "too many arguments";
187 command_errmsg = "no valid kernel found";
H A Dbootstrap.h54 /* Commands and return values; nonzero return sets command_errmsg != NULL */
56 extern char *command_errmsg;
H A Dmodule.c108 command_errmsg = "no filename specified";
134 command_errmsg = "invalid load type";
167 command_errmsg = "usage is [-n key#] <prov> <file>";
369 command_errmsg = "can't load file before kernel";
/freebsd-9.3-release/sys/boot/uboot/common/
H A Dmain.c251 command_errmsg = "no U-Boot devices found!?";
270 command_errmsg = "could not retrieve U-Boot sys info!?";
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dmain.c343 command_errmsg = "wrong number of arguments";
349 command_errmsg = strerror(err);
/freebsd-9.3-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c197 command_errmsg = "no device tree blob found!";
630 command_errmsg = "usage is 'fdt <command> [<args>]";
655 command_errmsg = "unknown command";
714 command_errmsg = "no device tree blob pointer?!";

Completed in 172 milliseconds