Home
last modified time | relevance | path

Searched refs:command_errbuf (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/stand/common/
H A Dls.c166 snprintf(command_errbuf, sizeof (command_errbuf), in ls_getdir()
174 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
185 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
190 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
195 snprintf(command_errbuf, sizeof(command_errbuf), in ls_getdir()
H A Dmodule.c191 snprintf(command_errbuf, sizeof(command_errbuf), in command_load()
211 snprintf(command_errbuf, sizeof(command_errbuf), in command_load()
223 snprintf(command_errbuf, sizeof(command_errbuf), in command_load()
254 snprintf(command_errbuf, sizeof(command_errbuf), in command_load_geli()
447 snprintf(command_errbuf, sizeof(command_errbuf), in command_pnpload()
[all...]
H A Dcommands.c34 char command_errbuf[COMMAND_ERRBUFSZ]; variable
206 snprintf(command_errbuf, sizeof(command_errbuf), in command_help()
286 snprintf(command_errbuf, sizeof(command_errbuf), in command_show()
426 snprintf(command_errbuf, in command_read()
427 sizeof(command_errbuf), in command_read()
496 snprintf(command_errbuf, sizeof(command_errbuf), in page_file()
556 snprintf(command_errbuf, sizeof(command_errbuf), in command_readtest()
563 snprintf(command_errbuf, sizeof(command_errbuf), in command_readtest()
H A Dinterp_forth.c129 command_errmsg = command_errbuf; in bf_command()
130 command_errbuf[0] = 0; in bf_command()
388 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
396 sprintf(command_errbuf,"can't verify '%s'", filename); in interp_include()
420 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
447 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
H A Dinterp_simple.c96 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
104 sprintf(command_errbuf,"can't verify '%s'", filename); in interp_include()
144 snprintf(command_errbuf, sizeof(command_errbuf), in interp_include()
H A Dboot.c65 snprintf(command_errbuf, sizeof(command_errbuf), in command_boot()
144 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoboot()
H A Dinterp.c187 command_errmsg = command_errbuf; in interp_builtin_cmd()
188 strcpy(command_errbuf, "no error message"); in interp_builtin_cmd()
H A Dbootstrap.h42 extern char command_errbuf[COMMAND_ERRBUFSZ];
/freebsd-src/stand/fdt/
H A Dfdt_loader_cmd.c194 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb()
198 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb()
234 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb_addr()
260 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_load_dtb_file()
755 sprintf(command_errbuf, "Could not find root node !"); in fdt_fixup_memory()
764 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_fixup_memory()
782 snprintf(command_errbuf, sizeof(command_errbuf), in fdt_fixup_memory()
845 sprintf(command_errbuf, "Could not fixup '/memory' node : " in fdt_fixup_memory()
882 sprintf(command_errbuf, "Could not fixup '/memory' node.\n"); in fdt_fixup_memory()
1071 sprintf(command_errbuf, "no address specified"); in fdt_cmd_addr()
[all …]
/freebsd-src/stand/efi/loader/
H A Dframebuffer.c779 snprintf(command_errbuf, sizeof(command_errbuf),
838 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoresize()
861 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop()
876 sprintf(command_errbuf, "mode is an integer"); in command_gop()
881 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop()
933 snprintf(command_errbuf, sizeo in command_uga()
[all...]
H A Dmain.c1753 snprintf(command_errbuf, sizeof (command_errbuf),
1758 sprintf(command_errbuf, "out of memory");
1765 snprintf(command_errbuf, sizeof (command_errbuf),
1783 snprintf(command_errbuf, sizeof (command_errbuf),
1857 sprintf(command_errbuf, "can't verify: %s", name);
/freebsd-src/stand/i386/libi386/
H A Dvbe.c1180 snprintf(command_errbuf, in command_vesa()
1181 sizeof (command_errbuf), in command_vesa()
1222 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa()
1235 snprintf(command_errbuf, in command_vesa()
1236 sizeof (command_errbuf), in command_vesa()
1249 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa()
1264 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa()
1270 snprintf(command_errbuf, sizeof (command_errbuf), in command_vesa()
/freebsd-src/stand/i386/loader/
H A Dchain.c88 sprintf(command_errbuf, "can't verify: %s", argv[1]); in command_chain()
96 sprintf(command_errbuf, "can't verify: %s", argv[1]); in command_chain()
/freebsd-src/stand/liblua/
H A Dlutils.c123 lua_pushstring(L, command_errbuf); in lua_command_error()