Home
last modified time | relevance | path

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

/freebsd-13.1/stand/i386/loader/
H A Dchain.c74 command_errmsg = "no device or file name specified"; in command_chain()
78 command_errmsg = "invalid trailing arguments"; in command_chain()
84 command_errmsg = "open failed"; in command_chain()
108 command_errmsg = "stat failed"; in command_chain()
114 command_errmsg = "can only use disk device"; in command_chain()
121 command_errmsg = "can't determine root device"; in command_chain()
127 command_errmsg = "failed to read disk"; in command_chain()
141 command_errmsg = "wrong magic"; in command_chain()
/freebsd-13.1/stand/common/
H A Dinstall.c296 command_errmsg = "package name too long"; in install()
303 command_errmsg = "cannot open package"; in install()
322 command_errmsg = "cannot load metatags"; in install()
330 command_errmsg = "cannot load kernel from package"; in install()
348 command_errmsg = "cannot load module(s) from package"; in install()
357 command_errmsg = "cannot load root file system"; in install()
367 command_errmsg = "unable to start installation"; in install()
370 sprintf(buf, "%s (error %d)", command_errmsg, error); in install()
374 command_errmsg = buf; /* buf is static. */ in install()
378 command_errmsg = "invalid URL"; in install()
[all …]
H A Dzfs_cmd.c51 command_errmsg = "a single dataset must be supplied"; in command_lszfs()
57 command_errmsg = strerror(err); in command_lszfs()
73 command_errmsg = "wrong number of arguments"; in command_reloadbe()
89 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()
145 command_errmsg = NULL; in bf_command()
148 panic("%s", command_errmsg); in bf_command()
331 if (command_errmsg != NULL) { in bf_run()
332 printf("%s\n", command_errmsg); in bf_run()
333 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.c160 command_errmsg = NULL; in interp_run()
181 if (command_errmsg != NULL) in interp_run()
182 printf("%s\n", command_errmsg); in interp_run()
H A Dinterp.c168 command_errmsg = command_errbuf; in interp_builtin_cmd()
181 command_errmsg = "unknown command"; in interp_builtin_cmd()
H A Dboot.c91 command_errmsg = "no bootable kernel"; in command_boot()
155 command_errmsg = "too many arguments"; in command_autoboot()
202 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.c124 command_errmsg = "no filename specified"; in command_load()
160 command_errmsg = "invalid load type"; in command_load()
232 command_errmsg = "usage is [-n key#] <prov> <file>"; in command_load_geli()
388 command_errmsg = "Usage: pnpmatch <busname> compat=<compatdata>"; in command_pnpmatch()
431 command_errmsg = "Usage: pnpload <busname> compat=<compatdata>"; in command_pnpload()
747 command_errmsg = "can't load file before kernel"; in file_loadraw()
1088 command_errmsg = "can't load file before kernel"; in file_addbuf()
H A Dbootstrap.h43 extern const char *command_errmsg;
H A Dbcache.c512 command_errmsg = "wrong number of arguments"; in command_bcache()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c1200 command_errmsg = "RNG protocol not found"; in command_seed_entropy()
1205 command_errmsg = "out of memory"; in command_seed_entropy()
1212 command_errmsg = "GetRNG failed"; in command_seed_entropy()
1550 command_errmsg = "wrong number of arguments"; in command_chain()
1557 command_errmsg = "no such file"; in command_chain()
1570 command_errmsg = "stat failed"; in command_chain()
1577 command_errmsg = "failed to allocate buffer"; in command_chain()
1582 command_errmsg = "error while reading the file"; in command_chain()
1591 command_errmsg = "LoadImage failed"; in command_chain()
1659 command_errmsg = "StartImage failed"; in command_chain()
[all …]
/freebsd-13.1/stand/uboot/common/
H A Dmain.c585 command_errmsg = "no U-Boot devices found!?"; in command_devinfo()
604 command_errmsg = "could not retrieve U-Boot sys info!?"; in command_sysinfo()
691 command_errmsg = "usage: 'ubenv <import|show> [var ...]"; in command_ubenv()
/freebsd-13.1/stand/fdt/
H A Dfdt_loader_cmd.c218 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb()
244 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb_addr()
597 command_errmsg = "No device tree blob found!\n"; in fdt_setup_fdtp()
1023 command_errmsg = "usage is 'fdt <command> [<args>]"; in command_fdt_internal()
1042 command_errmsg = "unknown command"; in command_fdt_internal()
1142 command_errmsg = "no device tree blob pointer?!"; in fdt_cmd_hdr()