Searched defs:command_errmsg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c35 const char *command_errmsg; variable
153 command_errmsg = "usage is 'help <topic> [<subtopic>]";
290 command_errmsg = "wrong number of arguments";
294 command_errmsg = strerror(err);
309 command_errmsg = "wrong number of arguments";
313 command_errmsg = strerror(err);
328 command_errmsg = "wrong number of arguments";
332 command_errmsg = strerror(err);
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c44 /* Commands and return values; nonzero return sets command_errmsg != NULL */
79 char *command_errmsg; variable
561 command_errmsg = command_errbuf;
875 if (command_errmsg != NULL) {
876 printf("%s\n", command_errmsg);
877 command_errmsg = NULL;
1156 command_errmsg = "usage is 'help <topic> [<subtopic>]";
1287 command_errmsg = "wrong number of arguments";
1292 command_errmsg = strerror(errno);
1301 command_errmsg
[all...]

Completed in 313 milliseconds