Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/common/
H A Ddo_dloader.c61 command_errmsg = command_errbuf; in perform()
79 command_errmsg = "unknown command"; in perform()
129 printf("%s: %s\n", argv[0], command_errmsg); in interact()
220 command_errmsg = command_errbuf; in include()
292 printf("%s: %s\n", argv[0], command_errmsg); in include()
H A Dcommands.c34 char *command_errmsg; variable
157 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()
285 command_errmsg = "wrong number of arguments"; in command_set()
289 command_errmsg = strerror(err); in command_set()
302 command_errmsg = "wrong number of arguments"; in command_unset()
389 command_errmsg = "wrong number of arguments"; in command_read()
H A Dboot.c89 command_errmsg = "no bootable kernel"; in command_boot()
169 command_errmsg = "too many arguments"; in command_autoboot()
214 command_errmsg = "no valid kernel found"; in autoboot()
H A Dmodule.c108 command_errmsg = "no filename specified"; in command_load()
134 command_errmsg = "invalid load type"; in command_load()
195 command_errmsg = "no filename specified"; in command_crc()
396 command_errmsg = "can't load file before kernel"; in file_loadraw()
H A Dbootstrap.h54 extern char *command_errmsg;
/dflybsd-src/stand/boot/dloader/
H A Dcmds.c636 dvar->data[0], command_errmsg); in menu_execute()