Searched refs:command_errbuf (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/boot/fdt/ |
| HD | fdt_loader_cmd.c | 197 sprintf(command_errbuf, in fdt_load_dtb() 202 sprintf(command_errbuf, "error validating blob: %s", in fdt_load_dtb() 238 sprintf(command_errbuf, "error validating blob: %s", in fdt_load_dtb_addr() 265 sprintf(command_errbuf, "failed to load file '%s'", filename); in fdt_load_dtb_file() 476 sprintf(command_errbuf, "Could not find root node !"); in fdt_fixup_memory() 485 sprintf(command_errbuf, "Could not fixup '/memory' " in fdt_fixup_memory() 502 sprintf(command_errbuf, "Could not fixup '/memory' node : " in fdt_fixup_memory() 564 sprintf(command_errbuf, "Could not fixup '/memory' node : " in fdt_fixup_memory() 601 sprintf(command_errbuf, "Could not fixup '/memory' node.\n"); in fdt_fixup_memory() 776 sprintf(command_errbuf, "no address specified"); in fdt_cmd_addr() [all …]
|
| /NextBSD/sys/boot/common/ |
| HD | ls.c | 153 sprintf(command_errbuf, "bad path '%s'", path); in ls_getdir() 163 sprintf(command_errbuf, "open '%s' failed: %s", path, strerror(errno)); in ls_getdir() 167 sprintf(command_errbuf, "stat failed: %s", strerror(errno)); in ls_getdir() 171 sprintf(command_errbuf, "%s: %s", path, strerror(ENOTDIR)); in ls_getdir()
|
| HD | module.c | 146 sprintf(command_errbuf, "warning: file '%s' already loaded", argv[1]); in command_load() 158 sprintf(command_errbuf, "warning: KLD '%s' already loaded", argv[1]); in command_load() 166 sprintf(command_errbuf, "warning: module '%s' already loaded", argv[1]); in command_load() 192 sprintf(command_errbuf, "bad key index '%s'", optarg); in command_load_geli() 321 sprintf(command_errbuf, "can't load file '%s': %s", in file_load() 358 sprintf(command_errbuf, "module '%s' exists but with wrong version", in file_load_dependencies() 398 sprintf(command_errbuf, "can't find '%s'", name); in file_loadraw() 404 sprintf(command_errbuf, "can't open '%s': %s", name, strerror(errno)); in file_loadraw() 421 sprintf(command_errbuf, "error reading '%s': %s", name, strerror(errno)); in file_loadraw() 475 sprintf(command_errbuf, "warning: module '%s' already loaded", mp->m_name); in mod_load() [all …]
|
| HD | interp.c | 70 command_errmsg = command_errbuf; in perform() 71 strcpy(command_errbuf, "no error message"); in perform() 217 sprintf(command_errbuf,"can't open '%s': %s", filename, strerror(errno)); in include() 259 sprintf(command_errbuf, "file '%s' line %d: memory allocation " in include() 294 sprintf(command_errbuf, "Error while including %s, in the line:\n%s", filename, sp->text); in include()
|
| HD | commands.c | 36 char command_errbuf[256]; /* XXX should have procedural interface for setting, size limit? */ variable 199 sprintf(command_errbuf, "no help available for '%s'", topic); in command_help() 271 sprintf(command_errbuf, "variable '%s' not found", argv[1]); in command_show() 381 sprintf(command_errbuf, "bad timeout '%s'", optarg); in command_read() 450 sprintf(command_errbuf, "error showing %s", filename); in page_file()
|
| HD | interp_forth.c | 133 command_errmsg = command_errbuf; in bf_command() 134 command_errbuf[0] = 0; in bf_command()
|
| HD | boot.c | 64 sprintf(command_errbuf, "can't boot '%s', kernel module already loaded", argv[1]); in command_boot() 132 sprintf(command_errbuf, "bad delay '%s'", argv[1]); in command_autoboot()
|
| HD | bootstrap.h | 57 extern char command_errbuf[]; /* XXX blah, length */
|
| /NextBSD/sys/boot/efi/loader/arch/amd64/ |
| HD | framebuffer.c | 475 sprintf(command_errbuf, "%s: Graphics Output Protocol not " in command_gop() 490 sprintf(command_errbuf, "mode is an integer"); in command_gop() 495 sprintf(command_errbuf, "%s: Unable to set mode to " in command_gop() 527 sprintf(command_errbuf, "usage: %s [list | get | set <mode>]", in command_gop() 543 sprintf(command_errbuf, "%s: UGA Protocol not present " in command_uga() 552 sprintf(command_errbuf, "%s: Unable to get UGA information", in command_uga() 562 sprintf(command_errbuf, "usage: %s", argv[0]); in command_uga()
|