Home
last modified time | relevance | path

Searched refs:command_errmsg (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/i386/loader/
H A Dchain.c52 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()
/illumos-gate/usr/src/boot/common/
H A Dinterp_forth.c141 command_errmsg = command_errbuf; in bf_command()
152 printf("%s\n", command_errmsg); in bf_command()
153 command_errmsg = NULL; in bf_command()
156 panic("%s", command_errmsg); in bf_command()
364 if (command_errmsg != NULL) { in bf_run()
365 printf("%s\n", command_errmsg); in bf_run()
366 command_errmsg = NULL; in bf_run()
H A Dcommands.c34 const char *command_errmsg; variable
158 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()
299 command_errmsg = "wrong number of arguments"; in command_set()
303 command_errmsg = strerror(err); in command_set()
318 command_errmsg = "wrong number of arguments"; in command_setprop()
322 command_errmsg = strerror(err); in command_setprop()
337 command_errmsg = "wrong number of arguments"; in command_unset()
341 command_errmsg = strerror(err); in command_unset()
H A Dzfs_cmd.c47 command_errmsg = "a single dataset must be supplied"; in command_lszfs()
53 command_errmsg = strerror(err); in command_lszfs()
H A Dinterp.c73 command_errmsg = command_errbuf; in perform()
87 command_errmsg = "unknown command"; in perform()
176 command_errmsg = "wrong number of arguments"; in command_sifting()
H A Dboot.c92 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()
H A Dbootstrap.h38 extern const char *command_errmsg;
H A Dmodule.c119 command_errmsg = "no filename specified"; in command_load()
148 command_errmsg = "invalid load type"; in command_load()
712 command_errmsg = "can't load file before kernel"; in file_loadraw()
H A Dbcache.c482 command_errmsg = "wrong number of arguments"; in command_bcache()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c67 char *command_errmsg; variable
553 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 …]
H A Dloader_emu.h31 extern char *command_errmsg;
/illumos-gate/usr/src/boot/libsa/crypto/
H A Ddigest.c29 command_errmsg = "usage: address size"; in command_sha1()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1315 command_errmsg = "wrong number of arguments"; in command_chain()
1322 command_errmsg = "no such file"; in command_chain()
1327 command_errmsg = "stat failed"; in command_chain()
1334 command_errmsg = "failed to allocate buffer"; in command_chain()
1339 command_errmsg = "error while reading the file"; in command_chain()
1365 command_errmsg = "Adding LoadOptions: out of memory"; in command_chain()