Home
last modified time | relevance | path

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

/freebsd-12.1/stand/i386/loader/
H A Dchain.c64 command_errmsg = "no device or file name specified"; in command_chain()
68 command_errmsg = "invalid trailing arguments"; in command_chain()
74 command_errmsg = "open failed"; in command_chain()
81 command_errmsg = "stat failed"; in command_chain()
87 command_errmsg = "can only use disk device"; in command_chain()
94 command_errmsg = "can't determine root device"; in command_chain()
100 command_errmsg = "failed to read disk"; in command_chain()
108 command_errmsg = "wrong magic"; in command_chain()
/freebsd-12.1/stand/common/
H A Dinstall.c245 command_errmsg = "package name too long"; in install()
253 command_errmsg = "cannot open package"; in install()
272 command_errmsg = "cannot load metatags"; in install()
280 command_errmsg = "cannot load kernel from package"; in install()
298 command_errmsg = "cannot load module(s) from package"; in install()
307 command_errmsg = "cannot load root file system"; in install()
317 command_errmsg = "unable to start installation"; in install()
320 sprintf(buf, "%s (error %d)", command_errmsg, error); in install()
324 command_errmsg = buf; /* buf is static. */ in install()
328 command_errmsg = "invalid URL"; in install()
[all …]
H A Dzfs_cmd.c54 command_errmsg = "a single dataset must be supplied"; in command_lszfs()
60 command_errmsg = strerror(err); in command_lszfs()
76 command_errmsg = "wrong number of arguments"; in command_reloadbe()
92 command_errmsg = strerror(err); in command_reloadbe()
H A Dinterp_forth.c133 command_errmsg = command_errbuf; in bf_command()
144 printf("%s\n", command_errmsg); in bf_command()
147 panic("%s", command_errmsg); in bf_command()
330 if (command_errmsg != NULL) { in bf_run()
331 printf("%s\n", command_errmsg); in bf_run()
332 command_errmsg = NULL; in bf_run()
H A Dcommands.c35 const char *command_errmsg; variable
155 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help()
304 command_errmsg = "wrong number of arguments"; in command_set()
338 command_errmsg = strerror(err); in command_set()
353 command_errmsg = "wrong number of arguments"; in command_unset()
357 command_errmsg = strerror(err); in command_unset()
H A Dinterp_lua.c151 command_errmsg = NULL; in interp_run()
172 if (command_errmsg != NULL) in interp_run()
173 printf("%s\n", command_errmsg); in interp_run()
H A Dinterp.c157 command_errmsg = command_errbuf; in interp_builtin_cmd()
170 command_errmsg = "unknown command"; in interp_builtin_cmd()
H A Dboot.c91 command_errmsg = "no bootable kernel"; in command_boot()
152 command_errmsg = "too many arguments"; in command_autoboot()
199 command_errmsg = "no valid kernel found"; in autoboot()
H A Dinterp_simple.c61 printf("%s: %s\n", argv[0], command_errmsg); in interp_run()
179 printf("%s: %s\n", argv[0], command_errmsg); in interp_include()
H A Dmodule.c116 command_errmsg = "no filename specified"; in command_load()
152 command_errmsg = "invalid load type"; in command_load()
224 command_errmsg = "usage is [-n key#] <prov> <file>"; in command_load_geli()
446 command_errmsg = "can't load file before kernel"; in file_loadraw()
H A Dbootstrap.h39 extern const char *command_errmsg;
H A Dbcache.c490 command_errmsg = "wrong number of arguments"; in command_bcache()
/freebsd-12.1/stand/efi/loader/
H A Dmain.c1289 command_errmsg = "wrong number of arguments"; in command_chain()
1296 command_errmsg = "no such file"; in command_chain()
1301 command_errmsg = "stat failed"; in command_chain()
1308 command_errmsg = "failed to allocate buffer"; in command_chain()
1313 command_errmsg = "error while reading the file"; in command_chain()
1322 command_errmsg = "LoadImage failed"; in command_chain()
1390 command_errmsg = "StartImage failed"; in command_chain()
/freebsd-12.1/stand/uboot/common/
H A Dmain.c577 command_errmsg = "no U-Boot devices found!?"; in command_devinfo()
596 command_errmsg = "could not retrieve U-Boot sys info!?"; in command_sysinfo()
683 command_errmsg = "usage: 'ubenv <import|show> [var ...]"; in command_ubenv()
/freebsd-12.1/stand/fdt/
H A Dfdt_loader_cmd.c216 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb()
242 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb_addr()
553 command_errmsg = "No device tree blob found!\n"; in fdt_setup_fdtp()
979 command_errmsg = "usage is 'fdt <command> [<args>]"; in command_fdt_internal()
998 command_errmsg = "unknown command"; in command_fdt_internal()
1098 command_errmsg = "no device tree blob pointer?!"; in fdt_cmd_hdr()