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.c140 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()
H A Dcommands.c34 const char *command_errmsg; variable
157 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()
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.c72 command_errmsg = command_errbuf; in perform()
85 command_errmsg = "unknown command"; in perform()
173 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.c124 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()
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/efi/loader/
H A Dmain.c1318 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()
/illumos-gate/usr/src/boot/libsa/crypto/
H A Ddigest.c29 command_errmsg = "usage: address size"; in command_sha1()