/freebsd/stand/common/ |
H A D | ls.c | 166 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 D | module.c | 191 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() 585 snprintf(command_errbuf, sizeof(command_errbuf), in file_load() 624 snprintf(command_errbuf, sizeof(command_errbuf), in file_load_dependencies() 677 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 684 snprintf(command_errbuf, sizeof(command_errbuf), in file_loadraw() 694 sprintf(command_errbuf, "can't verify '%s': %s", in file_loadraw() [all …]
|
H A D | commands.c | 34 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 D | interp_forth.c | 129 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 D | interp_simple.c | 96 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 D | boot.c | 65 snprintf(command_errbuf, sizeof(command_errbuf), in command_boot() 144 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoboot()
|
H A D | interp.c | 187 command_errmsg = command_errbuf; in interp_builtin_cmd() 188 strcpy(command_errbuf, "no error message"); in interp_builtin_cmd()
|
H A D | bootstrap.h | 42 extern char command_errbuf[COMMAND_ERRBUFSZ];
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 194 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/stand/efi/loader/ |
H A D | framebuffer.c | 779 snprintf(command_errbuf, sizeof(command_errbuf), in gop_autoresize() 838 snprintf(command_errbuf, sizeof(command_errbuf), in command_autoresize() 862 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 877 sprintf(command_errbuf, "mode is an integer"); in command_gop() 882 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 953 snprintf(command_errbuf, sizeof(command_errbuf), in command_gop() 966 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 975 snprintf(command_errbuf, sizeof(command_errbuf), in command_uga() 985 snprintf(command_errbuf, sizeof(command_errbuf), "usage: %s", argv[0]); in command_uga()
|
H A D | main.c | 1774 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1779 sprintf(command_errbuf, "out of memory"); in command_lsefi() 1786 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1804 snprintf(command_errbuf, sizeof (command_errbuf), in command_lsefi() 1878 sprintf(command_errbuf, "can't verify: %s", name); in command_chain()
|
/freebsd/stand/i386/libi386/ |
H A D | vbe.c | 1180 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/stand/i386/loader/ |
H A D | chain.c | 88 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/stand/liblua/ |
H A D | lutils.c | 123 lua_pushstring(L, command_errbuf); in lua_command_error()
|