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

/freebsd-12-stable/stand/common/
H A Dzfs_cmd.c54 command_errmsg = "a single dataset must be supplied";
60 command_errmsg = strerror(err);
76 command_errmsg = "wrong number of arguments";
92 command_errmsg = strerror(err);
H A Dinstall.c300 command_errmsg = "package name too long";
307 command_errmsg = "cannot open package";
326 command_errmsg = "cannot load metatags";
334 command_errmsg = "cannot load kernel from package";
352 command_errmsg = "cannot load module(s) from package";
361 command_errmsg = "cannot load root file system";
371 command_errmsg = "unable to start installation";
374 sprintf(buf, "%s (error %d)", command_errmsg, error);
378 command_errmsg = buf; /* buf is static. */
382 command_errmsg
[all...]
H A Dinterp_forth.c133 command_errmsg = command_errbuf;
144 printf("%s\n", command_errmsg);
145 command_errmsg = NULL;
148 panic("%s", command_errmsg);
331 if (command_errmsg != NULL) {
332 printf("%s\n", command_errmsg);
333 command_errmsg = NULL;
H A Dinterp_lua.c155 command_errmsg = NULL;
176 if (command_errmsg != NULL)
177 printf("%s\n", command_errmsg);
H A Dinterp.c166 command_errmsg = command_errbuf;
179 command_errmsg = "unknown command";
H A Dcommands.c35 const char *command_errmsg; variable
155 command_errmsg = "usage is 'help <topic> [<subtopic>]";
304 command_errmsg = "wrong number of arguments";
338 command_errmsg = strerror(err);
353 command_errmsg = "wrong number of arguments";
357 command_errmsg = strerror(err);
H A Dinterp_simple.c61 printf("%s: %s\n", argv[0], command_errmsg);
179 printf("%s: %s\n", argv[0], command_errmsg);
H A Dboot.c91 command_errmsg = "no bootable kernel";
152 command_errmsg = "too many arguments";
199 command_errmsg = "no valid kernel found";
H A Dbootstrap.h38 /* Commands and return values; nonzero return sets command_errmsg != NULL */
41 extern const char *command_errmsg;
H A Dmodule.c123 command_errmsg = "no filename specified";
159 command_errmsg = "invalid load type";
231 command_errmsg = "usage is [-n key#] <prov> <file>";
645 command_errmsg = "can't load file before kernel";
H A Dbcache.c488 command_errmsg = "wrong number of arguments";
/freebsd-12-stable/stand/i386/loader/
H A Dchain.c74 command_errmsg = "no device or file name specified";
78 command_errmsg = "invalid trailing arguments";
84 command_errmsg = "open failed";
108 command_errmsg = "stat failed";
114 command_errmsg = "can only use disk device";
121 command_errmsg = "can't determine root device";
127 command_errmsg = "failed to read disk";
141 command_errmsg = "wrong magic";
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1452 command_errmsg = "wrong number of arguments";
1459 command_errmsg = "no such file";
1472 command_errmsg = "stat failed";
1479 command_errmsg = "failed to allocate buffer";
1484 command_errmsg = "error while reading the file";
1493 command_errmsg = "LoadImage failed";
1561 command_errmsg = "StartImage failed";
1581 command_errmsg = "wrong number of arguments";
/freebsd-12-stable/stand/uboot/common/
H A Dmain.c582 command_errmsg = "no U-Boot devices found!?";
601 command_errmsg = "could not retrieve U-Boot sys info!?";
688 command_errmsg = "usage: 'ubenv <import|show> [var ...]";
/freebsd-12-stable/stand/fdt/
H A Dfdt_loader_cmd.c218 command_errmsg = "can't allocate memory for device tree copy";
244 command_errmsg = "can't allocate memory for device tree copy";
595 command_errmsg = "No device tree blob found!\n";
1021 command_errmsg = "usage is 'fdt <command> [<args>]";
1040 command_errmsg = "unknown command";
1140 command_errmsg = "no device tree blob pointer?!";

Completed in 135 milliseconds