Searched refs:command_errmsg (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/stand/i386/loader/ |
| H A D | chain.c | 71 command_errmsg = "no device or file name specified"; in command_chain() 75 command_errmsg = "invalid trailing arguments"; in command_chain() 81 command_errmsg = "open failed"; in command_chain() 105 command_errmsg = "stat failed"; in command_chain() 111 command_errmsg = "can only use disk device"; in command_chain() 118 command_errmsg = "can't determine root device"; in command_chain() 124 command_errmsg = "failed to read disk"; in command_chain() 138 command_errmsg = "wrong magic"; in command_chain()
|
| /freebsd-14.2/stand/common/ |
| H A D | install.c | 293 command_errmsg = "package name too long"; in install() 300 command_errmsg = "cannot open package"; in install() 319 command_errmsg = "cannot load metatags"; in install() 327 command_errmsg = "cannot load kernel from package"; in install() 345 command_errmsg = "cannot load module(s) from package"; in install() 354 command_errmsg = "cannot load root file system"; in install() 364 command_errmsg = "unable to start installation"; in install() 367 sprintf(buf, "%s (error %d)", command_errmsg, error); in install() 371 command_errmsg = buf; /* buf is static. */ in install() 375 command_errmsg = "invalid URL"; in install() [all …]
|
| H A D | zfs_cmd.c | 48 command_errmsg = "a single dataset must be supplied"; in command_lszfs() 54 command_errmsg = strerror(err); in command_lszfs() 70 command_errmsg = "wrong number of arguments"; in command_reloadbe() 86 command_errmsg = strerror(err); in command_reloadbe()
|
| H A D | interp_forth.c | 129 command_errmsg = command_errbuf; in bf_command() 140 printf("%s\n", command_errmsg); in bf_command() 141 command_errmsg = NULL; in bf_command() 144 panic("%s", command_errmsg); in bf_command() 327 if (command_errmsg != NULL) { in bf_run() 328 printf("%s\n", command_errmsg); in bf_run() 329 command_errmsg = NULL; in bf_run()
|
| H A D | commands.c | 32 const char *command_errmsg; variable 152 command_errmsg = "usage is 'help <topic> [<subtopic>]"; in command_help() 301 command_errmsg = "wrong number of arguments"; in command_set() 335 command_errmsg = strerror(err); in command_set() 350 command_errmsg = "wrong number of arguments"; in command_unset() 354 command_errmsg = strerror(err); in command_unset()
|
| H A D | interp_lua.c | 163 command_errmsg = NULL; in interp_run() 184 if (command_errmsg != NULL) in interp_run() 185 printf("%s\n", command_errmsg); in interp_run()
|
| H A D | interp.c | 186 command_errmsg = command_errbuf; in interp_builtin_cmd() 196 command_errmsg = "unknown command"; in interp_builtin_cmd()
|
| H A D | boot.c | 89 command_errmsg = "no bootable kernel"; in command_boot() 153 command_errmsg = "too many arguments"; in command_autoboot() 200 command_errmsg = "no valid kernel found"; in autoboot()
|
| H A D | interp_simple.c | 58 printf("%s: %s\n", argv[0], command_errmsg); in interp_run() 176 printf("%s: %s\n", argv[0], command_errmsg); in interp_include()
|
| H A D | module.c | 127 command_errmsg = "no filename specified"; in command_load() 170 command_errmsg = "invalid load type"; in command_load() 242 command_errmsg = "usage is [-n key#] <prov> <file>"; in command_load_geli() 396 command_errmsg = "Usage: pnpmatch <busname> compat=<compatdata>"; in command_pnpmatch() 439 command_errmsg = "Usage: pnpload <busname> compat=<compatdata>"; in command_pnpload() 669 command_errmsg = "can't load file before kernel"; in file_loadraw() 1012 command_errmsg = "can't load file before kernel"; in file_addbuf()
|
| H A D | bootstrap.h | 41 extern const char *command_errmsg;
|
| H A D | bcache.c | 509 command_errmsg = "wrong number of arguments"; in command_bcache()
|
| /freebsd-14.2/stand/efi/loader/ |
| H A D | main.c | 1280 command_errmsg = "RNG protocol not found"; in command_seed_entropy() 1285 command_errmsg = "out of memory"; in command_seed_entropy() 1291 command_errmsg = "out of memory"; in command_seed_entropy() 1301 command_errmsg = "GetRNG failed"; in command_seed_entropy() 1637 command_errmsg = "wrong number of arguments"; in command_chain() 1644 command_errmsg = "no such file"; in command_chain() 1657 command_errmsg = "stat failed"; in command_chain() 1664 command_errmsg = "failed to allocate buffer"; in command_chain() 1678 command_errmsg = "LoadImage failed"; in command_chain() 1746 command_errmsg = "StartImage failed"; in command_chain() [all …]
|
| /freebsd-14.2/stand/uboot/ |
| H A D | main.c | 590 command_errmsg = "no U-Boot devices found!?"; in command_devinfo() 609 command_errmsg = "could not retrieve U-Boot sys info!?"; in command_sysinfo() 696 command_errmsg = "usage: 'ubenv <import|show> [var ...]"; in command_ubenv()
|
| /freebsd-14.2/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 214 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb() 240 command_errmsg = "can't allocate memory for device tree copy"; in fdt_load_dtb_addr() 593 command_errmsg = "No device tree blob found!\n"; in fdt_setup_fdtp() 1019 command_errmsg = "usage is 'fdt <command> [<args>]"; in command_fdt_internal() 1038 command_errmsg = "unknown command"; in command_fdt_internal() 1138 command_errmsg = "no device tree blob pointer?!"; in fdt_cmd_hdr()
|